FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Patient |
| Id | Patient-EX-Patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient EX-Patient
Profile: CH Emergency Record Patient
Anna Schmidt Female, DoB: 1992-03-15 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015090002647590)
| Contact Detail |
| ||
| Language: | German (preferred) | ||
{
"resourceType": "Patient",
"id": "EX-Patient",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
"value": "80756015090002647590"
}
],
"name": [
{
"family": "Schmidt",
"given": [
"Anna"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+41 32 123 45 67",
"use": "home"
},
{
"system": "phone",
"value": "+41 79 585 65 43",
"use": "mobile"
},
{
"system": "email",
"value": "anna.schmidt@example.ch"
}
],
"gender": "female",
"birthDate": "1992-03-15",
"address": [
{
"line": [
"Musterstrasse 123"
],
"city": "Zürich",
"postalCode": "8001",
"country": "CH"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de"
}
]
},
"preferred": true
}
]
}