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/neues4/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</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Kreuzweg 11 Biel/Bienne BE 2500 Schweiz (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\"><a href=\"http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-citizenship.html\">Patient Citizenship</a></td><td colspan=\"3\"><a href=\"https://en.wikipedia.org/wiki/ISO_3166-2:CH\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a> CH: Schweiz</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship",
"valueCoding" : {
"system" : "urn:iso:std:iso:3166",
"code" : "CH",
"display" : "Schweiz"
}
},
{
"url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-patient-languageOfCorrespondence",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "de-CH",
"display" : "Deutsch (Schweiz)"
}
]
}
}
],
"name" : [
{
"family" : "Meier",
"given" : [
"Petra"
]
}
],
"gender" : "female",
"birthDate" : "2000-11-08",
"address" : [
{
"use" : "home",
"line" : [
"Kreuzweg 11"
],
"city" : "Biel/Bienne",
"state" : "BE",
"postalCode" : "2500",
"country" : "Schweiz",
"_country" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
"valueCoding" : {
"system" : "urn:iso:std:iso:3166",
"code" : "CH"
}
}
]
}
}
]
}