FHIR IG analytics| Package | de.uk-koeln.nngm.form |
| Resource Type | Patient |
| Id | Example-Profile-nNGM-Patient-Patient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Example_Patient_MagdalaMüller",
"meta": {
"profile": [
"http://uk-koeln.de/fhir/StructureDefinition/Patient/nNGM/patient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/identifier-type",
"code": "P"
}
]
},
"system": "http://uk-koeln.de/fhir/sid/nNGM/patient",
"value": "467314"
}
],
"name": [
{
"use": "official",
"family": "Müller",
"given": [
"Magdala"
]
}
],
"gender": "female",
"birthDate": "1972-05-18",
"address": [
{
"line": [
"Nordstraße 34"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Nordstraße"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "34"
}
]
}
],
"city": "Stuttgart",
"postalCode": "93478"
}
]
}