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

Observation-example-f004-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 28540-3}\">Erythrocyte mean corpuscular hemoglobin concentration [Mass/volume]</span>\n      </p>\n      <p>\n        <b>value[x]</b>: 18.7 g/dl\n      </p>\n      <p>\n        <b>interpretation</b>: \n        <span title=\"Codes: {http://hl7.org/fhir/v2/0078 A}\">abnormal</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>: 6326 (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>32 g/dl</td>\n          <td>36 g/dl</td>\n          <td> </td>\n          <td> </td>\n        </tr>\n      </table>\n    </div>"
  },
  "name": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "28540-3",
        "display": "Erythrocyte mean corpuscular hemoglobin concentration [Mass/volume]"
      }
    ]
  },
  "valueQuantity": {
    "value": 18.7,
    "units": "g/dl",
    "system": "http://unitsofmeasure.org",
    "code": "g/dl"
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "A",
        "display": "abnormal"
      }
    ]
  },
  "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": "6326"
  },
  "subject": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "performer": [
    {
      "reference": "Practitioner/f005",
      "display": "A. Langeveld"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 32,
        "units": "g/dl",
        "system": "http://unitsofmeasure.org",
        "code": "g/dl"
      },
      "high": {
        "value": 36,
        "units": "g/dl",
        "system": "http://unitsofmeasure.org",
        "code": "g/dl"
      }
    }
  ]
}