FHIR IG analytics| Package | hl7.fhir.cl.clcore |
| Resource Type | Observation |
| Id | Observation-observacion-signos-vitales-presion-sangre-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-presion-sangre-ejemplo
Profile: CL Presion En Sangre
status: Registered
category: Vital Signs
code: Panel de presión arterial con todos los niños opcional:Sistema arterial :Punto temporal:-:Cuantitativo:
subject: Xime Female, DoB: 1983-03-24
effective: 2024-01-17 15:00:00-0300
performer: Practitioner María Luisa Soto (official)
component
code: sistólico intravascular:presión:punto en el tiempo:sistema arterial:cuantitativo:
value: 12.4 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: diastólico intravascular:presión:punto en el tiempo:sistema arterial:cuantitativo:
value: 8.2 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "observacion-signos-vitales-presion-sangre-ejemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-presion-en-sangre"
]
},
"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": "85354-9",
"display": "Panel de presión arterial con todos los niños opcional:Sistema arterial :Punto temporal:-:Cuantitativo:"
}
]
},
"subject": {
"reference": "Patient/PacienteCL"
},
"encounter": {
"reference": "Encounter/EjemploEncounterCL"
},
"effectiveDateTime": "2024-01-17T15:00:00-03:00",
"performer": [
{
"reference": "Practitioner/EjemploPrestadorCL2"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "sistólico intravascular:presión:punto en el tiempo:sistema arterial:cuantitativo:"
}
]
},
"valueQuantity": {
"value": 12.4,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "diastólico intravascular:presión:punto en el tiempo:sistema arterial:cuantitativo:"
}
]
},
"valueQuantity": {
"value": 8.2,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}