Implementation Guide
ePA Medication Service
Version 1.2.0-ballot.1 - draft

: NachtragEmlLEI - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "NachtragEmlLEI",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/ti-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization NachtragEmlLEI</b></p><a name=\"NachtragEmlLEI\"> </a><a name=\"hcNachtragEmlLEI\"> </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://gematik.de/fhir/ti/1.1.1-ballot.1/StructureDefinition-ti-organization.html\">TI Organization</a></p></div><p><b>identifier</b>: Provider number/123456789</p><p><b>name</b>: TestLEI</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN"
          }
        ]
      },
      "system" : "https://gematik.de/fhir/sid/telematik-id",
      "value" : "123456789"
    }
  ],
  "name" : "TestLEI"
}