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
{
"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\"><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"
}
]
}