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

FHIR IG analytics

Packageishmed.i14y.r4.de
Resource TypePatient
IdPatient-pat08.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": "Patient",
  "id": "pat08",
  "meta": {
    "profile": [
      "http://fhir.ishmed.com/R4/StructureDefinition/PatientCoreDe",
      "https://gematik.de/fhir/ISiK/StructureDefinition/ISiKPatient",
      "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKPatient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://demo1.ishmed.com/erp/identifier/patient",
      "value": "PAT08"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Sonnentag",
      "given": [
        "Elisabeth"
      ],
      "prefix": [
        "Prof.",
        "Dr.med."
      ]
    },
    {
      "use": "maiden",
      "family": "Müller"
    }
  ],
  "address": [
    {
      "type": "postal",
      "text": "Postfach 45a, 13127 Berlin",
      "line": [
        "Postfach 45a"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "Postfach 45a"
            }
          ]
        }
      ],
      "postalCode": "13127",
      "city": "Berlin",
      "state": "DE-BE",
      "country": "DE"
    }
  ],
  "gender": "female",
  "birthDate": "2004-04-08"
}