: Pflegeeinrichtung - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "Example-HealthCareService-Organization",
"meta" : {
"profile" : [
🔗 "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-HealthCareService-Organization</b></p><a name=\"Example-HealthCareService-Organization\"> </a><a name=\"hcExample-HealthCareService-Organization\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-erp-service-request-organization.html\">ERP Service Request Organisation</a></p></div><p><b>identifier</b>: <code>https://gematik.de/fhir/sid/telematik-id</code>/123456789</p><p><b>type</b>: <span title=\"Codes:{https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID 1.2.276.0.76.4.245}\">Betriebsstätte Gesundheits-, Kranken- und Altenpflege</span></p><p><b>name</b>: Pflegeheim Immergrün</p><p><b>address</b>: Musterstr. 2 Berlin 10623 </p><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 0301234567, <a href=\"mailto:arbeitsplatz-1@test-pflegeheim.kim.telematik\">arbeitsplatz-1@test-pflegeheim.kim.telematik</a></p></blockquote></div>"
},
"identifier" : [
{
"system" : "https://gematik.de/fhir/sid/telematik-id",
"value" : "123456789"
}
],
"type" : [
{
"coding" : [
{
"system" : "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
"code" : "1.2.276.0.76.4.245",
"display" : "Betriebsstätte Gesundheits-, Kranken- und Altenpflege"
}
]
}
],
"name" : "Pflegeheim Immergrün",
"address" : [
{
"type" : "both",
"line" : [
"Musterstr. 2"
],
"city" : "Berlin",
"postalCode" : "10623"
}
],
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "0301234567"
},
{
"system" : "email",
"value" : "arbeitsplatz-1@test-pflegeheim.kim.telematik"
}
]
}
]
}