FHIR IG analytics| Package | hl7.fhir.us.vitals |
| Resource Type | Observation |
| Id | Observation-bodyTemperature-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation bodyTemperature-example
Observation Device Code: Tympanic thermometer (physical object)
status: Final
category: Vital Signs
code: Body temperature
subject: Small Child1234
encounter: GP Visit
effective: 2019-10-16 12:12:29-0900
value: 37 Cel (Details: UCUM codeCel = 'Cel')
bodySite: Ear structure
{
"resourceType": "Observation",
"id": "bodyTemperature-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vitals/StructureDefinition/body-temperature"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/observation-deviceCode",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "448349000",
"display": "Tympanic thermometer (physical object)"
}
]
}
}
],
"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"
}
],
"text": "Body temperature"
},
"subject": {
"display": "Small Child1234"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "2019-10-16T12:12:29-09:00",
"valueQuantity": {
"value": 37,
"unit": "Cel",
"system": "http://unitsofmeasure.org",
"code": "Cel"
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "117590005",
"display": "Ear structure"
}
]
}
}