MyHealth@Eu Hospital Discharge Report
9.1.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v9.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Practitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "b06b2c2c-15dd-4e58-b27e-37326ba51407",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base/StructureDefinition/practitioner-eu-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Maria Gonzalez</div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/practitioner-ids",
      "value" : "PRAC-001"
    }
  ],
  "name" : [
    {
      "family" : "Gonzalez",
      "given" : [
        "Maria"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+32 2 555 0100",
      "use" : "work"
    }
  ]
}