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

FHIR IG analytics

Packagede.gevko.evo.hlm
Resource TypePatient
IdPatient-example.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": "00000001",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "GKV"
          }
        ]
      },
      "system": "http://fhir.de/NamingSystem/gkv/kvid-10",
      "value": "X123456789"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Schwanenstein",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Schwanenstein"
          }
        ]
      },
      "given": [
        "Karl"
      ]
    }
  ],
  "birthDate": "1985-09-07",
  "address": [
    {
      "type": "both",
      "line": [
        "Musterweg 42"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "42"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterweg"
            }
          ]
        }
      ],
      "city": "Berlin",
      "postalCode": "10787"
    }
  ]
}