Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 9.01 Bundle - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "hospitalx-bundle-01",
  "meta" : {
    "versionId" : "1"
  },
  "type" : "transaction",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:hospitalx-patrick",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "hospitalx-patrick",
        "meta" : {
          "profile" : [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_hospitalx-patrick\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient hospitalx-patrick</b></p><a name=\"hospitalx-patrick\"> </a><a name=\"hchospitalx-patrick\"> </a><a name=\"hospitalx-patrick-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Patrick Egger  Male, DoB: 1984-04-01 ( http://fhir.nl/fhir/NamingSystem/bsn#111222333)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:patrickegger@myweb.nl\">patrickegger@myweb.nl</a></li></ul></td></tr></table></div>"
        },
        "identifier" : [
          {
            "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
            "value" : "111222333"
          }
        ],
        "name" : [
          {
            "family" : "Egger",
            "given" : [
              "Patrick"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+31612345678"
          },
          {
            "system" : "email",
            "value" : "patrickegger@myweb.nl"
          }
        ],
        "gender" : "male",
        "birthDate" : "1984-04-01"
      },
      "request" : {
        "method" : "POST",
        "url" : "Patient"
      }
    },
    {
      "fullUrl" : "urn:uuid:hospitalx-copd",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "143214345325432",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2024-09-03T12:00:00Z",
          "profile" : [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_143214345325432\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition 143214345325432</b></p><a name=\"143214345325432\"> </a><a name=\"hc143214345325432\"> </a><a name=\"143214345325432-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2024-09-03 12:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <code>http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem</code></p></div><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 13645005}\">Chronic obstructive pulmonary disease</span></p><p><b>subject</b>: <a href=\"Bundle-hospitalx-bundle-01.html#urn-uuid-hospitalx-patrick\">Bundle: type = transaction</a></p></div>"
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "13645005",
              "display" : "Chronic obstructive pulmonary disease"
            }
          ]
        },
        "subject" : {
          "reference" : "urn:uuid:hospitalx-patrick"
        }
      },
      "request" : {
        "method" : "POST",
        "url" : "Condition"
      }
    },
    {
      "fullUrl" : "urn:uuid:hospitalx-heartfailure",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "56476575765",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2024-09-03T12:00:00Z",
          "profile" : [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_56476575765\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition 56476575765</b></p><a name=\"56476575765\"> </a><a name=\"hc56476575765\"> </a><a name=\"56476575765-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2024-09-03 12:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <code>http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem</code></p></div><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 195111005}\">Hartfalen</span></p><p><b>subject</b>: <a href=\"Bundle-hospitalx-bundle-01.html#urn-uuid-hospitalx-patrick\">Bundle: type = transaction</a></p></div>"
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "195111005",
              "display" : "Hartfalen"
            }
          ]
        },
        "subject" : {
          "reference" : "urn:uuid:hospitalx-patrick"
        }
      },
      "request" : {
        "method" : "POST",
        "url" : "Condition"
      }
    },
    {
      "fullUrl" : "urn:uuid:hospitalx-hospitalx",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "hospitalx-hospitalx",
        "meta" : {
          "profile" : [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_hospitalx-hospitalx\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization hospitalx-hospitalx</b></p><a name=\"hospitalx-hospitalx\"> </a><a name=\"hchospitalx-hospitalx\"> </a><a name=\"hospitalx-hospitalx-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-1</p><p><b>name</b>: Hospital X</p><p><b>telecom</b>: <a href=\"tel:+31301234567\">+31301234567</a>, <a href=\"mailto:info@hospitalx.nl\">info@hospitalx.nl</a></p><p><b>address</b>: Koekoekslaan 1 Nieuwegein 3435CM </p></div>"
        },
        "identifier" : [
          {
            "system" : "http://fhir.nl/fhir/NamingSystem/ura",
            "value" : "URA-1"
          }
        ],
        "name" : "Hospital X",
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+31301234567",
            "use" : "work"
          },
          {
            "system" : "email",
            "value" : "info@hospitalx.nl",
            "use" : "work"
          }
        ],
        "address" : [
          {
            "line" : [
              "Koekoekslaan 1"
            ],
            "_line" : [
              {
                "extension" : [
                  {
                    "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                    "valueString" : "Koekoekslaan"
                  },
                  {
                    "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                    "valueString" : "1"
                  }
                ]
              }
            ],
            "city" : "Nieuwegein",
            "postalCode" : "3435CM"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Organization"
      }
    },
    {
      "fullUrl" : "urn:uuid:hospitalx-msc",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "hospitalx-msc",
        "meta" : {
          "profile" : [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_hospitalx-msc\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization hospitalx-msc</b></p><a name=\"hospitalx-msc\"> </a><a name=\"hchospitalx-msc\"> </a><a name=\"hospitalx-msc-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-2</p><p><b>name</b>: Medical Service Centre</p><p><b>telecom</b>: <a href=\"tel:+31301234567\">+31301234567</a>, <a href=\"mailto:info@msc.nl\">info@msc.nl</a></p><p><b>address</b>: Herculesplein 38 Utrecht 3584 AA </p></div>"
        },
        "identifier" : [
          {
            "system" : "http://fhir.nl/fhir/NamingSystem/ura",
            "value" : "URA-2"
          }
        ],
        "name" : "Medical Service Centre",
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+31301234567",
            "use" : "work"
          },
          {
            "system" : "email",
            "value" : "info@msc.nl",
            "use" : "work"
          }
        ],
        "address" : [
          {
            "line" : [
              "Herculesplein 38"
            ],
            "_line" : [
              {
                "extension" : [
                  {
                    "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                    "valueString" : "Herculesplein"
                  },
                  {
                    "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                    "valueString" : "38"
                  }
                ]
              }
            ],
            "city" : "Utrecht",
            "postalCode" : "3584 AA"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Organization"
      }
    },
    {
      "fullUrl" : "urn:uuid:hospitalx-carolinevandijk-hospitalx",
      "resource" : {
        "resourceType" : "PractitionerRole",
        "id" : "hospitalx-carolinevandijk-hospitalx",
        "meta" : {
          "profile" : [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_hospitalx-carolinevandijk-hospitalx\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole hospitalx-carolinevandijk-hospitalx</b></p><a name=\"hospitalx-carolinevandijk-hospitalx\"> </a><a name=\"hchospitalx-carolinevandijk-hospitalx\"> </a><a name=\"hospitalx-carolinevandijk-hospitalx-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/uzi</code>/UZI-1</p><p><b>practitioner</b>: <a href=\"Bundle-hospitalx-bundle-01.html#urn-uuid-hospitalx-carolinevandijk\">Bundle: type = transaction</a></p><p><b>organization</b>: <a href=\"Bundle-hospitalx-bundle-01.html#urn-uuid-hospitalx-hospitalx\">Bundle: type = transaction</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 17561000}\">Cardiologist</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394579002}\">Cardiology</span></p><p><b>telecom</b>: <a href=\"mailto:c.vandijk@hospitalx.nl\">c.vandijk@hospitalx.nl</a></p></div>"
        },
        "identifier" : [
          {
            "system" : "http://fhir.nl/fhir/NamingSystem/uzi",
            "value" : "UZI-1"
          }
        ],
        "practitioner" : {
          "reference" : "urn:uuid:hospitalx-carolinevandijk"
        },
        "organization" : {
          "reference" : "urn:uuid:hospitalx-hospitalx"
        },
        "code" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "17561000",
                "display" : "Cardiologist"
              }
            ]
          }
        ],
        "specialty" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "394579002",
                "display" : "Cardiology"
              }
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "email",
            "value" : "c.vandijk@hospitalx.nl"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "PractitionerRole"
      }
    },
    {
      "fullUrl" : "urn:uuid:hospitalx-carolinevandijk",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "hospitalx-carolinevandijk",
        "meta" : {
          "profile" : [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_hospitalx-carolinevandijk\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner hospitalx-carolinevandijk</b></p><a name=\"hospitalx-carolinevandijk\"> </a><a name=\"hchospitalx-carolinevandijk\"> </a><a name=\"hospitalx-carolinevandijk-en-US\"> </a><p><b>name</b>: Caroline van Dijk(Official)</p><p><b>telecom</b>: <a href=\"tel:+31688888888\">+31688888888</a>, <a href=\"mailto:caroline@vandijk.nl\">caroline@vandijk.nl</a></p></div>"
        },
        "name" : [
          {
            "use" : "official",
            "text" : "Caroline van Dijk",
            "family" : "van Dijk",
            "given" : [
              "Caroline"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+31688888888"
          },
          {
            "system" : "email",
            "value" : "caroline@vandijk.nl"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Practitioner"
      }
    },
    {
      "fullUrl" : "urn:uuid:hospitalx-msc-hcs",
      "resource" : {
        "resourceType" : "HealthcareService",
        "id" : "hospitalx-msc-hcs",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"HealthcareService_hospitalx-msc-hcs\"> </a><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService hospitalx-msc-hcs</b></p><a name=\"hospitalx-msc-hcs\"> </a><a name=\"hchospitalx-msc-hcs\"> </a><a name=\"hospitalx-msc-hcs-en-US\"> </a><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Bundle-hospitalx-bundle-01.html#urn-uuid-hospitalx-msc\">Bundle: type = transaction</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 719858009}\">monitoren via telegeneeskunde (regime/therapie)</span>, <span title=\"Codes:{http://snomed.info/sct 715191006}\">monitoren van asthma via telegeneeskunde (regime/therapie)</span>, <span title=\"Codes:{http://snomed.info/sct 879780004}\">monitoren van chronisch hartfalen via telegeneeskunde (regime/therapie)</span>, <span title=\"Codes:{http://snomed.info/sct 473199000}\">monitoren van chronische ziekte via telegeneeskunde (regime/therapie)</span>, <span title=\"Codes:{http://snomed.info/sct 716358000}\">monitoren van chronische obstructieve longziekte via telegeneeskunde (regime/therapie)</span></p><p><b>name</b>: Medical Service Centre - Telemonitoring Services</p></div>"
        },
        "active" : true,
        "providedBy" : {
          "reference" : "urn:uuid:hospitalx-msc"
        },
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "719858009",
                "display" : "monitoren via telegeneeskunde (regime/therapie)"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "715191006",
                "display" : "monitoren van asthma via telegeneeskunde (regime/therapie)"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "879780004",
                "display" : "monitoren van chronisch hartfalen via telegeneeskunde (regime/therapie)"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "473199000",
                "display" : "monitoren van chronische ziekte via telegeneeskunde (regime/therapie)"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "716358000",
                "display" : "monitoren van chronische obstructieve longziekte via telegeneeskunde (regime/therapie)"
              }
            ]
          }
        ],
        "name" : "Medical Service Centre - Telemonitoring Services"
      },
      "request" : {
        "method" : "POST",
        "url" : "HealthcareService"
      }
    },
    {
      "fullUrl" : "urn:uuid:hospitalx-servicerequest-telemonitoring",
      "resource" : {
        "resourceType" : "ServiceRequest",
        "id" : "99534756439",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2024-09-03T12:00:00Z"
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_99534756439\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest 99534756439</b></p><a name=\"99534756439\"> </a><a name=\"hc99534756439\"> </a><a name=\"99534756439-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2024-09-03 12:00:00+0000</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 719858009}\">monitoren via telegeneeskunde (regime/therapie)</span></p><p><b>subject</b>: <a href=\"Bundle-hospitalx-bundle-01.html#urn-uuid-hospitalx-patrick\">Patient Patrick Egger</a></p><p><b>requester</b>: <a href=\"Bundle-hospitalx-bundle-01.html#urn-uuid-hospitalx-carolinevandijk-hospitalx\">Caroline van Dijk at Hospital X</a></p><p><b>reasonReference</b>: <a href=\"Bundle-hospitalx-bundle-01.html#urn-uuid-hospitalx-heartfailure\">Diagnose Hartfalen</a></p></div>"
        },
        "status" : "active",
        "intent" : "order",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "719858009",
              "display" : "monitoren via telegeneeskunde (regime/therapie)"
            }
          ]
        },
        "subject" : {
          "reference" : "urn:uuid:hospitalx-patrick",
          "display" : "Patient Patrick Egger"
        },
        "requester" : {
          "reference" : "urn:uuid:hospitalx-carolinevandijk-hospitalx",
          "display" : "Caroline van Dijk at Hospital X"
        },
        "reasonReference" : [
          {
            "reference" : "urn:uuid:hospitalx-heartfailure",
            "display" : "Diagnose Hartfalen"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "ServiceRequest"
      }
    }
  ]
}