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

: ExampleEPAPractitionerRole - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "73a551f8-d8cd-4b44-823d-ab5f8aeab1aa",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole 73a551f8-d8cd-4b44-823d-ab5f8aeab1aa</b></p><a name=\"73a551f8-d8cd-4b44-823d-ab5f8aeab1aa\"> </a><a name=\"hc73a551f8-d8cd-4b44-823d-ab5f8aeab1aa\"> </a><a name=\"73a551f8-d8cd-4b44-823d-ab5f8aeab1aa-en-US\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-498c345f-31f5-4da6-9f04-00fa2bc8af7c.html\">Practitioner Dr. Max Manfred Mustermann</a></p><p><b>organization</b>: <a href=\"Organization-be51e0d2-783d-4e21-b16b-1a4cd7403515.html\">Organization gematik GmbH</a></p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/498c345f-31f5-4da6-9f04-00fa2bc8af7c",
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version" : "2.9.0",
            "code" : "PRN",
            "display" : "Provider number"
          }
        ]
      },
      "system" : "https://gematik.de/fhir/sid/telematik-id",
      "value" : "1-1.58.00000040"
    }
  },
  "organization" : {
    🔗 "reference" : "Organization/be51e0d2-783d-4e21-b16b-1a4cd7403515",
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version" : "2.9.0",
            "code" : "PRN",
            "display" : "Provider number"
          }
        ]
      },
      "system" : "https://gematik.de/fhir/sid/telematik-id",
      "value" : "9-2.58.00000040"
    }
  }
}