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

FHIR IG analytics

Packagede.gematik.ti
Resource TypePatient
IdPatient-ExampleTIPatient.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": "ExampleTIPatient",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/ti/StructureDefinition/ti-patient"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "G995030566"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Gundlach",
      "given": [
        "Monika"
      ],
      "prefix": [
        "Dr."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ]
    },
    {
      "use": "maiden",
      "family": "Blohm",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Blohm"
          }
        ]
      }
    }
  ],
  "gender": "female",
  "birthDate": "1954-02-27"
}