FHIR IG analytics| Package | ch.fhir.ig.ch-emed-epr |
| Resource Type | Patient |
| Id | Patient-PatientDupont.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientDupont
Profile: CH EMED EPR Patient
Jeanne Dupont Female, DoB: 1972-08-07 ( Medical record number)
| Contact Detail | Wiesenstr. 12 Zürich 8003 CH | ||
{
"resourceType": "Patient",
"id": "PatientDupont",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-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",
"value": "11111111"
}
],
"name": [
{
"family": "Dupont",
"given": [
"Jeanne"
]
}
],
"gender": "female",
"birthDate": "1972-08-07",
"address": [
{
"line": [
"Wiesenstr. 12"
],
"city": "Zürich",
"postalCode": "8003",
"country": "CH"
}
]
}