ISiK Basis Implementierungsleitfaden
Version 6.0.0-rc - ci-build

: Example Practitioner - PractitionerWalterArzt - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "PractitionerWalterArzt",
  "meta" : {
    "source" : "http://krankenhaus.de",
    "profile" : [
      🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerWalterArzt</b></p><a name=\"PractitionerWalterArzt\"> </a><a name=\"hcPractitionerWalterArzt\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&amp;canonical=http://krankenhaus.de\">http://krankenhaus.de</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKPersonImGesundheitsberuf.html\">ISiKPersonImGesundheitsberuf</a></p></div><p><b>identifier</b>: Lifelong physician number/123456789, Doctor number/123456789123456</p><p><b>active</b>: true</p><p><b>name</b>: Walter Arzt(Official), Gross(Name changed for Marriage)</p><p><b>address</b>: Schmiedegasse 16 Potsdam 14469 DE </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: Absent because : masked</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://snomed.info/sct 309343006}\">Physician (occupation)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "LANR"
          }
        ]
      },
      "system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR",
      "value" : "123456789"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "DN"
          }
        ]
      },
      "system" : "http://fhir.de/sid/bundesaerztekammer/efn",
      "value" : "123456789123456"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "Walter Arzt",
      "family" : "Arzt",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Arzt"
          }
        ]
      },
      "given" : [
        "Walter"
      ]
    },
    {
      "use" : "maiden",
      "text" : "Gross",
      "family" : "Gross",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Gross"
          }
        ]
      }
    }
  ],
  "address" : [
    {
      "type" : "both",
      "line" : [
        "Schmiedegasse 16"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "16"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Schmiedegasse"
            }
          ]
        }
      ],
      "city" : "Potsdam",
      "postalCode" : "14469",
      "country" : "DE"
    }
  ],
  "gender" : "male",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "masked"
      }
    ]
  },
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "version" : "http://snomed.info/sct/900000000000207008/version/20200131",
            "code" : "309343006",
            "display" : "Physician (occupation)"
          }
        ]
      }
    }
  ]
}