CH Core (R4)
2.1.0 - STU 3 Ballot
This page is part of the CH Core (R4) (v2.1.0: STU 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ElisabethBroennimannByBFH",
"meta" : {
"source" : "https://www.ti.bfh.ch/de/bachelor/medizininformatik.html",
"profile" : [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>id</b>: ElisabethBroennimannByBFH\n </p>\n <p>\n <b>meta</b>: \n </p>\n <p>\n <b>name</b>: Elisabeth Brönnimann-Bertholet \n </p>\n <p>\n <b>telecom</b>: ph: +41 32 321 61 11(HOME), elisabeth@broennimann.today\n </p>\n <p>\n <b>gender</b>: FEMALE\n </p>\n <p>\n <b>birthDate</b>: May 3, 1937\n </p>\n <p>\n <b>address</b>: Kreuzweg 11 Biel/Bienne 2500 (HOME)\n </p>\n <p>\n <b>maritalStatus</b>: verheiratet \n <span style=\"background: LightGoldenRodYellow\">(Details : {http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus code '2' = '2', given as 'verheiratet'}; {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus code 'M' = 'Married', given as 'married'})</span>\n </p>\n </div>"
},
"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",
"postalCode" : "2500"
}
],
"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"
}
]
}