PFLIP HL7 FHIR Implementation Guide - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "organization-1",
"meta" : {
"profile" : [
🔗 "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_ULB_Organization|1.0.0"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative: Organization/Organization-1</b></p><a name=\"organization-1\"></a><a name=\"hcorganization-1\"> </a><a name=\"organization-1-en-US\"></a><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Gesundheitsorganisation ABC</p><p><b>telecom</b>: <a href=\"tel:+493012345678\">+493012345678</a>, <a href=\"mailto:kontakt@abcgesundheit.de\">kontakt@abcgesundheit.de</a></p><p><b>address</b>: Hauptstraße 123 München 80331 Deutschland</p></div>"
},
"name" : "Gesundheitsorganisation ABC",
"telecom" : [
{
"system" : "phone",
"value" : "+493012345678"
},
{
"system" : "email",
"value" : "kontakt@abcgesundheit.de"
}
],
"address" : [
{
"type" : "both",
"line" : [
"Hauptstraße 123"
],
"city" : "München",
"postalCode" : "80331",
"country" : "Deutschland"
}
]
}