Implementation Guide
TI Common
Version 1.5.0-ballot.1 - ballot

: MaximaleBeispielinstanzTIPractitioner

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "00120bfc-a941-4bf4-8904-9eb09303dbfd",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-05-03T11:15:00+01:00",
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/ti-practitioner"
    ]
  },
  "language" : "de",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">John Doe</div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version" : "5.0.0",
            "code" : "LANR",
            "display" : "Lifelong physician number"
          }
        ]
      },
      "system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR",
      "value" : "123456789"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version" : "5.0.0",
            "code" : "PRN",
            "display" : "Provider number"
          }
        ]
      },
      "system" : "https://gematik.de/fhir/sid/telematik-id",
      "value" : "1-1.58.00000056"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "Dr. Hans Glücklich",
      "family" : "Glücklich",
      "given" : [
        "Hans"
      ],
      "prefix" : [
        "Dr"
      ],
      "_prefix" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "AC"
            }
          ]
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "12123455"
    }
  ],
  "gender" : "other",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/directory/CodeSystem/PractitionerProfessionOID",
            "code" : "1.2.276.0.76.4.30",
            "display" : "Ärztin/Arzt"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.276.0.76.5.514",
            "code" : "011001",
            "display" : "FA Allgemeinmedizin"
          }
        ]
      }
    }
  ]
}