Implementation Guide CH VACD
5.0.0-ballot - ballot
This page is part of the CH VACD (R4) (v5.0.0-ballot: STU 5 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "TC-patient2",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-epr"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Lea Knecht </b> female, DoB: 1992-05-14 ( Medical record number/987654)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: tel:+41.32.685.45.67(HOME)</li><li>Mustergasse 99 Specimendorf 9876 CH </li></ul></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid: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"
}
]
}