This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Real-world patient - temperature
{ "resourceType": "Observation", "id": "f202", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "415945006", "display": "Oral temperature" }, { "system": "http://loinc.org", "code": "8310-5", "display": "Body temperature" } ], "text": "Body temperature" }, "valueQuantity": { "value": 39, "units": "degrees C", "system": "http://snomed.info/sct", "code": "258710007" }, "interpretation": { "coding": [ { "system": "http://hl7.org/fhir/v2/0078", "code": "H" } ] }, "issued": "2013-04-04T13:27:00+01:00", "status": "entered-in-error", "reliability": "questionable", "bodySiteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "38266002", "display": "Entire body as a whole" } ] }, "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "89003005", "display": "Oral temperature taking" } ] }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "performer": [ { "reference": "Practitioner/f201" } ], "referenceRange": [ { "low": { "value": 37.5, "units": "degrees C" } } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.