CH EPREG (R4)
0.1.0 - draft
CH EPREG (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epreg/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "PetraMeier",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PetraMeier</b></p><a name=\"PetraMeier\"> </a><a name=\"hcPetraMeier\"> </a><a name=\"PetraMeier-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Petra Meier Female, DoB: 2000-11-08 ( urn:oid:2.16.756.5.32#7562295883077)</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><a href=\"tel:+41323316111\">+41 32 331 61 11</a></li><li><a href=\"tel:+41781116111\">+41 78 111 61 11</a></li><li><a href=\"mailto:petra@meier.ch\">petra@meier.ch</a></li><li>Schwarzenburgstrasse 157 Liebefeld BE 3097 Switzerland (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 de-CH}\">Deutsch (Schweiz)</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 CH}\">Switzerland</span></li></ul></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CH",
"display" : "Switzerland"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
}
],
"identifier" : [
{
"system" : "urn:oid:2.16.756.5.32",
"value" : "7562295883077"
}
],
"name" : [
{
"family" : "Meier",
"given" : [
"Petra"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+41 32 331 61 11",
"use" : "home"
},
{
"system" : "phone",
"value" : "+41 78 111 61 11",
"use" : "mobil"
},
{
"system" : "email",
"value" : "petra@meier.ch"
}
],
"gender" : "female",
"birthDate" : "2000-11-08",
"address" : [
{
"use" : "home",
"line" : [
"Schwarzenburgstrasse 157"
],
"city" : "Liebefeld",
"state" : "BE",
"postalCode" : "3097",
"country" : "Switzerland",
"_country" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
"valueCoding" : {
"system" : "urn:iso:std:iso:3166",
"code" : "CH"
}
}
]
}
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "de-CH"
}
],
"text" : "Deutsch (Schweiz)"
},
"preferred" : true
}
]
}