FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Patient |
| Id | Patient-UC5-Patient-AnnaMeier.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient UC5-Patient-AnnaMeier
Profile: CH IPS Patient
Anna Meier (official) Female, DoB: 1972-03-15 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015555555555555)
| Contact Detail | Lindenstrasse 5 Winterthur 8400 CH | ||
| Language: | German (preferred) | ||
{
"resourceType": "Patient",
"id": "UC5-Patient-AnnaMeier",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
"value": "80756015555555555555"
}
],
"name": [
{
"use": "official",
"family": "Meier",
"given": [
"Anna"
]
}
],
"gender": "female",
"birthDate": "1972-03-15",
"address": [
{
"line": [
"Lindenstrasse 5"
],
"city": "Winterthur",
"postalCode": "8400",
"country": "CH"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de"
}
]
},
"preferred": true
}
]
}