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-f005-hemoglobin.json

Real-world patient - hemoglobin

{
  "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://loinc.org 30350-3}\">Hemoglobin [Mass/volume] in Venous blood</span>\n      </p>\n      <p>\n        <b>value[x]</b>: 7.2 g/dl\n      </p>\n      <p>\n        <b>interpretation</b>: \n        <span title=\"Codes: {http://hl7.org/fhir/v2/0078 L}\">low</span>\n      </p>\n      <p>\n        <b>applies[x]</b>: 2-Apr 2013 10:30 --&gt; 5-Apr 2013 10:30\n      </p>\n      <p>\n        <b>issued</b>: 3-Apr 2013 15:30\n      </p>\n      <p>\n        <b>status</b>: final_\n      </p>\n      <p>\n        <b>reliability</b>: ok\n      </p>\n      <p>\n        <b>bodySite</b>: \n        <span title=\"Codes: {http://snomed.info/sct 308046002}\">Superficial forearm vein</span>\n      </p>\n      <p>\n        <b>method</b>: \n        <span title=\"Codes: {http://snomed.info/sct 120220003}\">Injection to forearm</span>\n      </p>\n      <p>\n        <b>identifier</b>: 6327 (official)\n      </p>\n      <p>\n        <b>subject</b>: P. van de Heuvel\n      </p>\n      <p>\n        <b>performer</b>: A. Langeveld\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>7.5 g/dl</td>\n          <td>10 g/dl</td>\n          <td> </td>\n          <td> </td>\n        </tr>\n      </table>\n    </div>"
  },
  "name": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "30350-3",
        "display": "Hemoglobin [Mass/volume] in Venous blood"
      }
    ]
  },
  "valueQuantity": {
    "value": 7.2,
    "units": "g/dl",
    "system": "http://unitsofmeasure.org",
    "code": "g/dl"
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "L",
        "display": "low"
      }
    ]
  },
  "appliesPeriod": {
    "start": "2013-04-02T10:30:10+01:00",
    "end": "2013-04-05T10:30:10+01:00"
  },
  "issued": "2013-04-03T15:30:10+01:00",
  "status": "final",
  "reliability": "ok",
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "308046002",
        "display": "Superficial forearm vein"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "120220003",
        "display": "Injection to forearm"
      }
    ]
  },
  "identifier": {
    "use": "official",
    "system": "http://www.bmc.nl/zorgportal/identifiers/observations",
    "value": "6327"
  },
  "subject": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "performer": [
    {
      "reference": "Practitioner/f005",
      "display": "A. Langeveld"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 7.5,
        "units": "g/dl",
        "system": "http://unitsofmeasure.org",
        "code": "g/dl"
      },
      "high": {
        "value": 10,
        "units": "g/dl",
        "system": "http://unitsofmeasure.org",
        "code": "g/dl"
      }
    }
  ]
}