CH ORF (R4)
3.0.0-ci-build - ci-build
CH ORF (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-orf/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ErikaMusterfrau",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
]
},
"language" : "de-CH",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-CH\" lang=\"de-CH\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ErikaMusterfrau</b></p><a name=\"ErikaMusterfrau\"> </a><a name=\"hcErikaMusterfrau\"> </a><a name=\"ErikaMusterfrau-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: de-CH</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core/StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Erika Musterfrau (official) Female, DoB: 1970-03-14 ( Medical record number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus 1}\">ledig</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Ledigname (Name changed for Marriage)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 079 979 79 79</li><li><a href=\"mailto:erika@musterfrau.ch\">erika@musterfrau.ch</a></li><li>Musterweg 6a Zürich 8000 Schweiz </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}\">German (Region=Switzerland)</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: \">:</td><td colspan=\"3\"><ul><li>Max Freund </li><li>ph: 079 111 22 33</li><li><a href=\"mailto:max@freund.ch\">max@freund.ch</a></li></ul></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid:2.999.1.2",
"value" : "11.22.33.4567"
}
],
"name" : [
{
"use" : "official",
"family" : "Musterfrau",
"_family" : {
"extension" : [
{
"url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name",
"valueCode" : "officialName"
}
]
},
"given" : [
"Erika"
],
"_given" : [
{
"extension" : [
{
"url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname",
"valueCode" : "officialFirstName"
}
]
}
]
},
{
"use" : "maiden",
"family" : "Ledigname",
"_family" : {
"extension" : [
{
"url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name",
"valueCode" : "originalName"
}
]
}
}
],
"telecom" : [
{
"system" : "phone",
"value" : "079 979 79 79"
},
{
"system" : "email",
"value" : "erika@musterfrau.ch"
}
],
"gender" : "female",
"birthDate" : "1970-03-14",
"address" : [
{
"line" : [
"Musterweg",
"6a"
],
"city" : "Zürich",
"postalCode" : "8000",
"country" : "Schweiz"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
"code" : "1",
"display" : "ledig"
}
]
},
"contact" : [
{
"relationship" : [
{
"text" : "Guter Freund"
}
],
"name" : {
"family" : "Freund",
"given" : [
"Max"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "079 111 22 33"
},
{
"system" : "email",
"value" : "max@freund.ch"
}
]
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "de-CH"
}
]
},
"preferred" : true
}
]
}