FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | Patient |
| Id | Patient-ImmunizationPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ImmunizationPatientExample
Profile: CH Core Patient
Monika Wegmueller Female, DoB: 1967-02-10 ( Medical record number)
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "ImmunizationPatientExample",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "urn:oid:2.999.1.2.3.4",
"value": "12345678"
}
],
"name": [
{
"family": "Wegmueller",
"given": [
"Monika"
]
}
],
"telecom": [
{
"system": "phone",
"value": "tel:+41.32.685.12.34",
"use": "home"
}
],
"gender": "female",
"birthDate": "1967-02-10",
"address": [
{
"type": "both",
"line": [
"Leidensweg 10"
],
"city": "Specimendorf",
"postalCode": "9876",
"country": "CH"
}
]
}