FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | Patient |
| Id | Patient-ElisabethBroennimannByBFH.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ElisabethBroennimannByBFH
Information Source: https://www.bfh.ch/de/studium/bachelor/medizininformatik/
Profile: CH Core Patient
Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590)
| Marital Status: | verheiratet | ||
| Contact Detail |
| ||
| Links: |
| ||
{
"resourceType": "Patient",
"id": "ElisabethBroennimannByBFH",
"meta": {
"source": "https://www.bfh.ch/de/studium/bachelor/medizininformatik/",
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-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": "Brönnimann-Bertholet",
"given": [
"Elisabeth"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+41 32 321 61 11",
"use": "home"
},
{
"system": "email",
"value": "elisabeth@broennimann.today"
}
],
"gender": "female",
"birthDate": "1937-05-03",
"address": [
{
"use": "home",
"line": [
"Kreuzweg 11"
],
"city": "Biel/Bienne",
"state": "BE",
"postalCode": "2500",
"country": "Schweiz",
"_country": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
"valueCoding": {
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
}
]
}
}
],
"maritalStatus": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
"code": "2",
"display": "verheiratet"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "married"
}
]
},
"generalPractitioner": [
{
"reference": "Practitioner/HanspeterWengerByBFH"
}
]
}