FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.thieme-compliance.anamnese
Resource TypePractitioner
IdPractitioner-EcpPersonImGesundheitsberuf-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "EcpPersonImGesundheitsberuf-example-1",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKPersonImGesundheitsberuf"
    ]
  },
  "name": [
    {
      "use": "official",
      "family": "Arztmann",
      "given": [
        "Walter"
      ]
    }
  ],
  "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"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "DN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://mein.krankenhaus.de/fhir/sid/personal",
      "value": "56467"
    }
  ],
  "gender": "male"
}