CH eTOC (R4)
4.0.0-ballot-ci-build - ci-build
CH eTOC (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-etoc/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "LocationHospitalStay",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocationHospitalStay</b></p><a name=\"LocationHospitalStay\"> </a><a name=\"hcLocationHospitalStay\"> </a><a name=\"LocationHospitalStay-en-US\"> </a><p><b>name</b>: Innere Medizin Happy Hospital</p><p><b>telecom</b>: <a href=\"tel:+41444126556\">+41 44 412 65 56</a></p><p><b>address</b>: Kantonsstrasse 133 Zürich 8000 Schweiz </p></div>"
},
"name" : "Innere Medizin Happy Hospital",
"telecom" : [
{
"system" : "phone",
"value" : "+41 44 412 65 56"
}
],
"address" : {
"line" : [
"Kantonsstrasse 133"
],
"city" : "Zürich",
"postalCode" : "8000",
"country" : "Schweiz"
}
}