HL7 Europe Hospital Discharge Report
1.0.0-ci - draft 150

HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions

: Practitioner-Author - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "a81e74c9-fe94-4eb1-9233-4c8f0b2d4e3a",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base/StructureDefinition/practitioner-eu-core"
    ]
  },
  "language" : "cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"cs\" xml:lang=\"cs\">MUDr. Ivan Anděl, tel: +420 603 777 227</div>"
  },
  "identifier" : [
    {
      "system" : "https://ncez.mzcr.cz/fhir/sid/krzp",
      "value" : "151607357"
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "text" : "MUDr. Ivan Anděl"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+420603777227",
      "use" : "work"
    }
  ]
}