PFLIP HL7 FHIR Implementation Guide
0.9.0 - draft

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

: Bsp. Gesundheitsorganisation #2 (KBV) - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-2",
  "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-2</b></p><a name=\"organization-2\"></a><a name=\"hcorganization-2\"> </a><a name=\"organization-2-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 XYZ</p><p><b>telecom</b>: <a href=\"tel:+493098765432\">+493098765432</a>, <a href=\"mailto:kontakt@xyzgesundheit.de\">kontakt@xyzgesundheit.de</a></p><p><b>address</b>: Beispielweg 456 Berlin 10115 Deutschland</p></div>"
  },
  "name" : "Gesundheitsorganisation XYZ",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+493098765432"
    },
    {
      "system" : "email",
      "value" : "kontakt@xyzgesundheit.de"
    }
  ],
  "address" : [
    {
      "type" : "both",
      "line" : [
        "Beispielweg 456"
      ],
      "city" : "Berlin",
      "postalCode" : "10115",
      "country" : "Deutschland"
    }
  ]
}