PFLIP HL7 FHIR Implementation Guide
0.1.0 - ci-build

PFLIP HL7 FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Practitioner-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "practitioner-1",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_ULB_Practitioner|1.0.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-1</b></p><a name=\"practitioner-1\"> </a><a name=\"hcpractitioner-1\"> </a><a name=\"practitioner-1-en-US\"> </a><p><b>name</b>: Johann Müller (Official)</p><p><b>telecom</b>: <a href=\"tel:+49301234567\">+49301234567</a>, <a href=\"mailto:johann.mueller@beispiel.de\">johann.mueller@beispiel.de</a></p><p><b>address</b>: Beispielstraße 1 Berlin 10115 Deutschland (work)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1970-01-01</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360/2.7 MD}\">Doktor der Medizin</span></td></tr></table></div>"
  },
  "name" : [
    {
      "use" : "official",
      "family" : "Müller",
      "given" : [
        "Johann"
      ],
      "prefix" : [
        "Dr. med."
      ],
      "_prefix" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "AC"
            }
          ]
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+49301234567"
    },
    {
      "system" : "email",
      "value" : "johann.mueller@beispiel.de"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "both",
      "line" : [
        "Beispielstraße 1"
      ],
      "city" : "Berlin",
      "postalCode" : "10115",
      "country" : "Deutschland"
    }
  ],
  "gender" : "male",
  "birthDate" : "1970-01-01",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
            "version" : "0360/2.7",
            "code" : "MD",
            "display" : "Doktor der Medizin"
          }
        ]
      }
    }
  ]
}