FHIR IG analytics| Package | ch.fhir.ig.ch-umzh-connect |
| Resource Type | Patient |
| Id | Patient-PetraMeier.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PetraMeier
Profile: CH Core Patient
Petra Meier Female, DoB: 1992-03-26 ( Medical record number)
| Other Id: | AHVN13/7562295883070 | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "PetraMeier",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-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.2.3.4",
"value": "P06543"
},
{
"system": "urn:oid:2.16.756.5.32",
"value": "7562295883070"
}
],
"name": [
{
"family": "Meier",
"given": [
"Petra"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+41 33 333 33 33",
"use": "home"
}
],
"gender": "female",
"birthDate": "1992-03-26",
"address": [
{
"line": [
"Musterstrasse 1"
],
"city": "Zürich",
"postalCode": "8000",
"country": "Schweiz"
}
]
}