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

FHIR IG analytics

Packagede.gematik.isik
Resource TypePatient
IdPatient-DorisResultat.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": "DorisZiel",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://fhir.krankenhaus.example/sid/PID",
      "value": "123456"
    },
    {
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "type": {
        "coding": [
          {
            "code": "KVZ10",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          }
        ]
      },
      "value": "A123456789"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Duplikat",
      "given": [
        "Doris"
      ]
    }
  ],
  "active": true,
  "gender": "female",
  "birthDate": "1964-08-12",
  "link": [
    {
      "other": {
        "identifier": {
          "system": "https://fhir.krankenhaus.example/sid/PID",
          "value": "654321"
        }
      },
      "type": "replaces"
    }
  ]
}