CardioIG, published by Example Publisher. 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/sguinezm/sic-ac-ecmo-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "PatientExample",
"meta" : {
"profile" : [
🔗 "https://centrocardiovascular.cl/ecmo/StructureDefinition/PatientECMO"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample</b></p><a name=\"PatientExample\"> </a><a name=\"hcPatientExample\"> </a><a name=\"PatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jaime Javier Rojas Bustos(official) Male, DoB: 1991-11-12 ( Rol Único Nacional o RUN: 131234133)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">James Pond </td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
"code" : "152",
"display" : "Chile"
}
]
}
}
],
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code" : "01",
"display" : "Rol Único Nacional o RUN"
}
]
},
"system" : "http://www.cardio.com/identifiers/patient",
"value" : "131234133"
}
],
"name" : [
{
"family" : "Pond",
"given" : [
"James"
]
},
{
"use" : "official",
"text" : "Jaime Javier Rojas Bustos",
"family" : "Rojas",
"_family" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
"valueString" : "Bustos"
}
]
},
"given" : [
"Jaime Rojas"
]
}
],
"gender" : "male",
"birthDate" : "1991-11-12",
"deceasedBoolean" : false
}