FHIR IG analytics| Package | hl7.fhir.cl.clips |
| Resource Type | Observation |
| Id | Observation-LabPatologia-CL-Ejemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation LabPatologia-CL-Ejemplo
status: Final
category: Laboratorio
code: Glucosa en sangre venosa mixta
subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))
effective: 2015-06-04
performer: Organization Hospital Dr. Gustavo Fricke
value: 5.5 [mmol/L] (Details: UCUM codemmol/L = 'mmol/L')
note:
Nivel normal de glucosa en sangre venosa
{
"resourceType": "Observation",
"id": "LabPatologia-CL-Ejemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-laboratorio-patologico-cl-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratorio"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "100746-7",
"display": "Glucose [Moles/volume] in Mixed venous blood"
}
],
"text": "Glucosa en sangre venosa mixta"
},
"subject": {
"reference": "Patient/PacienteClIpsEjemplo"
},
"effectiveDateTime": "2015-06-04",
"performer": [
{
"reference": "Organization/OrganizationHospital-CL-Ejemplo"
}
],
"valueQuantity": {
"value": 5.5,
"unit": "[mmol/L]",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"note": [
{
"text": "Nivel normal de glucosa en sangre venosa"
}
]
}