FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Observation |
| Id | Observation-body-temperature.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation body-temperature
version: 5; Last updated: 2021-07-16 00:41:29+0000;
Information Source: #REnsBqvBWPf1HQjF
Profile: US Core Body Temperature Profile
status: Final
category: Vital Signs
code: Body temperature
subject: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))
effective: 2020-02-14
value: 36.9 C (Details: UCUM codeCel = 'Cel')
{
"resourceType": "Observation",
"id": "body-temperature",
"meta": {
"versionId": "5",
"lastUpdated": "2021-07-16T00:41:29.037+00:00",
"source": "#REnsBqvBWPf1HQjF",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-temperature"
]
},
"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": "Body temperature"
},
"subject": {
"reference": "Patient/example-dental"
},
"effectiveDateTime": "2020-02-14",
"valueQuantity": {
"value": 36.9,
"unit": "C",
"system": "http://unitsofmeasure.org",
"code": "Cel"
}
}