FHIR IG analytics| Package | ch.fhir.ig.ch-ips |
| Resource Type | Patient |
| Id | Patient-MonikaWegmueller.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient MonikaWegmueller
Profile: CH IPS Patient
Monika Wegmüller Female, DoB: 1943-05-15
| Contact Detail | Wiesenstr. 12 Zürich 8003 CH | ||
{
"resourceType": "Patient",
"id": "MonikaWegmueller",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Wegmüller",
"given": [
"Monika"
]
}
],
"gender": "female",
"birthDate": "1943-05-15",
"address": [
{
"line": [
"Wiesenstr. 12"
],
"city": "Zürich",
"postalCode": "8003",
"country": "CH"
}
]
}