This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

Observation-example-f202-temperature.json

Real-world patient - temperature

{
  "resourceType": "Observation",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>name</b>: \n        <span title=\"Codes: {http://snomed.info/sct 415945006}, {http://loinc.org 8310-5}\">Body temperature</span>\n      </p>\n      <p>\n        <b>value[x]</b>: 39 degrees C\n      </p>\n      <p>\n        <b>interpretation</b>: \n        <span title=\"Codes: {http://hl7.org/fhir/v2/0078 H}\">Above high normal</span>\n      </p>\n      <p>\n        <b>issued</b>: 4-Apr 2013 13:27\n      </p>\n      <p>\n        <b>status</b>: enteredInError\n      </p>\n      <p>\n        <b>reliability</b>: questionable\n      </p>\n      <p>\n        <b>bodySite</b>: \n        <span title=\"Codes: {http://snomed.info/sct 38266002}\">Entire body as a whole</span>\n      </p>\n      <p>\n        <b>method</b>: \n        <span title=\"Codes: {http://snomed.info/sct 89003005}\">Oral temperature taking</span>\n      </p>\n      <p>\n        <b>subject</b>: Roel\n      </p>\n      <p>\n        <b>performer</b>: \n        <a href=\"practitioner-example-f201-ab.html\">UZI-nummer = 12345678901 (official); Dokter Bronsig(official); Male; birthDate: 24-Dec 1956; Implementation of planned interventions; Medical oncologist</a>\n      </p>\n      <h3>ReferenceRanges</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Low</b>\n          </td>\n          <td>\n            <b>High</b>\n          </td>\n          <td>\n            <b>Meaning</b>\n          </td>\n          <td>\n            <b>Age</b>\n          </td>\n        </tr>\n        <tr>\n          <td>37.5 degrees C</td>\n          <td> </td>\n          <td> </td>\n          <td> </td>\n        </tr>\n      </table>\n    </div>"
  },
  "name": {
    "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",
  "bodySite": {
    "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"
      }
    }
  ]
}