CH EMED EPR
2.0.0-ci-build - ci-build
CH EMED EPR, published by CARA. This guide is not an authorized publication; it is the continuous build for version 2.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/CARA-ch/ch-emed-epr/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "PatientCARAPMP004",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientCARAPMP004</b></p><a name=\"PatientCARAPMP004\"> </a><a name=\"hcPatientCARAPMP004\"> </a><a name=\"PatientCARAPMP004-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Michaël Christopher Karce Male, DoB: 1973-12-25 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><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 9}\">unbekannt</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Medical record number/CARAPMP004\u00a0(use:\u00a0secondary,\u00a0)</td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid:2.16.756.5.30.1.191.1.0.2.1",
"value" : "9b00e81e-1165-4039-9d60-698ef838ae1a"
},
{
"use" : "secondary",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid:2.16.756.5.30.1.196.3.2.1",
"value" : "CARAPMP004"
}
],
"active" : true,
"name" : [
{
"family" : "Karce",
"given" : [
"Michaël Christopher"
]
}
],
"gender" : "male",
"birthDate" : "1973-12-25",
"maritalStatus" : {
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
"code" : "9",
"display" : "unbekannt"
}
]
}
}