FHIR IG analytics| Package | de.gevko.evo.hlm |
| Resource Type | Patient |
| Id | Patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}