FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-cda-temp.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation acs-cda-temp
Profile: ACS Body Temperature
status: Final
category: Vital Signs
code: Body temperature
effective: 2016-06-14 11:35:00+1200
value: 38.6 Cel (Details: UCUM codeCel = 'Cel')
note:
A note about the observations
{
"resourceType": "Observation",
"id": "acs-cda-temp",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-body-temperature"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"effectiveDateTime": "2016-06-14T11:35:00+12:00",
"valueQuantity": {
"value": 38.6,
"system": "http://unitsofmeasure.org",
"code": "Cel"
},
"note": [
{
"text": "A note about the observations"
}
]
}