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" : "UpiEprTestKrcmarevic",
"meta" : {
"profile" : [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <div>\n <table>\n <tr>\n <th>EPR-SPID</th><th>DateOfBirth</th><th>Firstname</th><th>OfficialName</th><th>OriginalName</th><th>Sex*</th><th>MothersFirstname</th><th>MothersLastname</th><th>FathersFirstname</th><th>FathersLastname</th><th>Nationality</th><th>CountryOfBirth</th><th>PlaceOfBirth</th>\n </tr>\n <tr>\n <td>7560521127080</td><td>1982-03-20</td><td>Claude-Hélène Marguerite</td><td>Krcmarevic</td><td>Scheuble</td><td>2</td><td>Hui Xue</td><td>Dalkiliç</td><td>Fabio Nicola</td><td>Dalkiliç</td><td>Switzerland (8100)</td><td>Switzerland (8100)</td><td>Zürich (261)</td>\n </tr>\n </table>\n </div>\n *: Needs transformation to HL7 ValueSets see ConceptMap http://fhir.ch/ig/ch-core/ConceptMap/sex-ech11-to-fhir<br/>\n Base testdata for projectathon from UPI see <a href=\"https://docs.google.com/spreadsheets/d/1yWPhTI7DDgYDMXPVFGRmdb50c8TuUnQp9fECM3iGTBo/edit#gid=0\">Google Doc for more examples</a> \n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship",
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CH",
"display" : "Switzerland"
}
]
}
}
]
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"city" : "Zürich",
"_city" : {
"extension" : [
{
"url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-7-municipalityid",
"valueString" : "261"
}
]
},
"country" : "Switzerland",
"_country" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
"valueCoding" : {
"system" : "urn:iso:std:iso:3166",
"code" : "CH"
}
}
]
}
}
}
],
"identifier" : [
{
"system" : "urn:oid:2.16.756.5.30.1.127.3.10.3",
"value" : "761337611234567897"
}
],
"name" : [
{
"use" : "official",
"family" : "Krcmarevic",
"given" : [
"Claude-Hélène Marguerite"
]
},
{
"use" : "maiden",
"family" : "Scheuble"
}
],
"gender" : "female",
"birthDate" : "1982-03-20",
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "MTH",
"display" : "mother"
}
]
}
],
"name" : {
"family" : "Dalkiliç",
"given" : [
"Hui Xue"
]
}
},
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FTH",
"display" : "father"
}
]
}
],
"name" : {
"family" : "Dalkiliç",
"given" : [
"Fabio Nicola"
]
}
}
]
}