FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-temperature.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation temperature
status: Final
category: Vital Signs
code: temperature
subject: Amy Shaw
encounter: GP Visit
effective: 1999-07-02
performer: Dr Ronald Bone
value: 36.55556 Cel (Details: UCUM codeCel = 'Cel')
{
"resourceType": "Observation",
"id": "temperature",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-temperature|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
}
],
"text": "temperature"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "1999-07-02",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
],
"valueQuantity": {
"value": 36.55556,
"unit": "Cel",
"system": "http://unitsofmeasure.org",
"code": "Cel"
}
}