FHIR IG analytics| Package | hl7.fhir.cl.clcore |
| Resource Type | Observation |
| Id | Observation-observacion-signos-vitales-circunferencia-cabeza-ejemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observación observacion-signos-vitales-circunferencia-cabeza-ejemplo
Profile: CL Circunferencia de Cabeza
status: Registered
category: Vital Signs
code: Circunferencia occipital-frontal:Cabeza :Punto temporal:Len:Cuantitativo:
subject: Xime Female, DoB: 1983-03-24
effective: 2024-01-17 15:00:00-0300
performer: Practitioner MarÃa Luisa Soto (official)
value: 58 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "observacion-signos-vitales-circunferencia-cabeza-ejemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-circunferencia-cabeza"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "registered",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9843-4",
"display": "Circunferencia occipital-frontal:Cabeza :Punto temporal:Len:Cuantitativo:"
}
]
},
"subject": {
"reference": "Patient/PacienteCL"
},
"encounter": {
"reference": "Encounter/EjemploEncounterCL"
},
"effectiveDateTime": "2024-01-17T15:00:00-03:00",
"performer": [
{
"reference": "Practitioner/EjemploPrestadorCL2"
}
],
"valueQuantity": {
"value": 58,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}