Implementation Guide
ePA Medication Service
Version 1.2.0 - release

: BetriebsstaetteArzt - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ad7dc0e7-cb44-4740-ba67-cb573e29d596",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory"
    ],
    "tag" : [
      {
        "system" : "https://gematik.de/fhir/directory/CodeSystem/Origin",
        "code" : "ldap"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ad7dc0e7-cb44-4740-ba67-cb573e29d596</b></p><a name=\"ad7dc0e7-cb44-4740-ba67-cb573e29d596\"> </a><a name=\"hcad7dc0e7-cb44-4740-ba67-cb573e29d596\"> </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=\"https://simplifier.net/resolve?scope=de.gematik.fhir.directory@1.0.0&amp;canonical=https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory\">Organization in gematik Directory</a></p><p style=\"margin-bottom: 0px\">Tag: Synchronized from LDAP Directory (Details: Origin code ldap = 'Synchronized from LDAP Directory')</p></div><p><b>identifier</b>: <code>https://gematik.de/fhir/sid/telematik-id</code>/9-2.58.00000045, <code>https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR</code>/012300004</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID 1.2.276.0.76.4.50}\">Betriebsstätte Arzt</span></p><p><b>name</b>: Praxis Dr. med. Max Mustermann</p><p><b>address</b>: </p><ul><li>Musterstr. 1 Mitte Darmstadt 64283 DE </li><li>45678 Darmstadt DE </li></ul></div>"
  },
  "identifier" : [
    {
      "system" : "https://gematik.de/fhir/sid/telematik-id",
      "value" : "9-2.58.00000045"
    },
    {
      "system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value" : "012300004"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
          "code" : "1.2.276.0.76.4.50",
          "display" : "Betriebsstätte Arzt"
        }
      ]
    }
  ],
  "name" : "Praxis Dr. med. Max Mustermann",
  "address" : [
    {
      "type" : "both",
      "line" : [
        "Musterstr. 1",
        "Mitte"
      ],
      "city" : "Darmstadt",
      "postalCode" : "64283",
      "country" : "DE"
    },
    {
      "type" : "postal",
      "line" : [
        "45678"
      ],
      "city" : "Darmstadt",
      "country" : "DE"
    }
  ]
}