FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | Patient |
| Id | Patient-TC-patient2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient TC-patient2
Profile: CH Core Patient EPR
Lea Knecht Female, DoB: 1992-05-14 ( Medical record number)
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "TC-patient2",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-epr"
]
},
"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.2.3.4",
"value": "987654"
}
],
"name": [
{
"family": "Knecht",
"given": [
"Lea"
]
}
],
"telecom": [
{
"system": "phone",
"value": "tel:+41.32.685.45.67",
"use": "home"
}
],
"gender": "female",
"birthDate": "1992-05-14",
"address": [
{
"type": "both",
"line": [
"Mustergasse 99"
],
"city": "Specimendorf",
"postalCode": "9876",
"country": "CH"
}
]
}