FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Patient |
| Id | Patient-RobertMeier.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "RobertMeier"
Profile: CH CRL Patient
identifier: id: 756.9217.0023.43
name: Robert Meier
gender: male
birthDate: 1955-01-27
deceased: false
address: Winterthurerstrasse 13a Wallisellen ZH 8304
{
"resourceType": "Patient",
"id": "RobertMeier",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.756.5.32",
"value": "756.9217.0023.43"
}
],
"name": [
{
"family": "Meier",
"given": [
"Robert"
]
}
],
"gender": "male",
"birthDate": "1955-01-27",
"deceasedBoolean": false,
"address": [
{
"line": [
"Winterthurerstrasse 13a"
],
"city": "Wallisellen",
"state": "ZH",
"postalCode": "8304"
}
]
}