Release 5 Draft Ballot

This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). 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

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Encounter, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Real-world patient - temperature

{
  "resourceType": "Observation",
  "id": "f202",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: entered-in-error</p><p><b>category</b>: <span>Vital Signs</span></p><p><b>code</b>: <span>Temperature</span></p><p><b>subject</b>: <a>Roel. Generated Summary: BSN: 123456789 (OFFICIAL), BSN: 123456789 (OFFICIAL); active; Roel(OFFICIAL); Phone: +31612345678, Phone: +31201234567; gender: male; birthDate: 1960-03-13; <span>Legally married</span>; </a></p><p><b>issued</b>: 4 Apr. 2013, 11:27:00 pm</p><p><b>performer</b>: <a>Generated Summary: UZI-nummer: 12345678901 (OFFICIAL); active; Dokter Bronsig(OFFICIAL); Phone: +31715269111; gender: male; birthDate: 1956-12-24</a></p><p><b>value</b>: 39 degrees C</p><p><b>interpretation</b>: <span>High</span></p><p><b>bodySite</b>: <span>Oral cavity</span></p><p><b>method</b>: <span>Oral temperature taking</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>High</b></td></tr><tr><td>*</td><td>38.2 degrees C</td></tr></table></div>"
  },
  "status": "entered-in-error",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://acme.lab",
        "code": "BT",
        "display": "Body temperature"
      },
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      },
      {
        "system": "http://loinc.org",
        "code": "8331-1",
        "display": "Oral temperature"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "56342008",
        "display": "Temperature taking"
      }
    ],
    "text": "Temperature"
  },
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "issued": "2013-04-04T13:27:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/f201"
    }
  ],
  "valueQuantity": {
    "value": 39,
    "unit": "degrees C",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H"
        }
      ]
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "74262004",
        "display": "Oral cavity"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "89003005",
        "display": "Oral temperature taking"
      }
    ]
  },
  "referenceRange": [
    {
      "high": {
        "value": 38.2,
        "unit": "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.