Núcleo de Interoperabilidad de Datos (NID) - MINSAL
0.4.5 - draft
This page is part of the Núcleo de Interoperabilidad de Datos (NID) - MINSAL (v0.4.5: STU1 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "EjemploOcupacion",
"meta" : {
"profile" : [
🔗 "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALOcupacion"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EjemploOcupacion</b></p><a name=\"EjemploOcupacion\"> </a><a name=\"hcEjemploOcupacion\"> </a><a name=\"EjemploOcupacion-es-CL\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTipoObservacion 04}\">Ocupación</span></p><p><b>subject</b>: <a href=\"Patient-MinsalPacienteEjemplo.html\">Javiera Castilla (official) Female, DoB: 1995-12-12 ( PPN: ACL123456789876\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2021-03-08 --> (ongoing)</p><p><b>value</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSOcupacionesDet 2147}\">Ingenieros biomédicos</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTipoObservacion",
"code" : "04",
"display" : "Ocupación"
}
]
},
"subject" : {
🔗 "reference" : "Patient/MinsalPacienteEjemplo"
},
"effectivePeriod" : {
"start" : "2021-03-08"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSOcupacionesDet",
"code" : "2147",
"display" : "Ingenieros biomédicos"
}
]
}
}