DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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-f001-glucose.json

Raw JSON (canonical form)

Real-world patient - glucose

{
  "resourceType": "Observation",
  "id": "f001",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "15074-8",
        "display": "Glucose [Moles/volume] in Blood"
      }
    ]
  },
  "valueQuantity": {
    "value": 6.3,
    "units": "mmol/l",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "A",
        "display": "abnormal"
      }
    ]
  },
  "appliesPeriod": {
    "start": "2013-04-02T09:30:10+01:00",
    "end": "2013-04-05T09:30:10+01:00"
  },
  "issued": "2013-04-03T15:30:10+01:00",
  "status": "final",
  "reliability": "ok",
  "bodySiteCodeableConcept": {
    "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": "6323"
    }
  ],
  "subject": {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  },
  "performer": [
    {
      "reference": "Practitioner/f005",
      "display": "A. Langeveld"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 3.1,
        "units": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "high": {
        "value": 6.2,
        "units": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      }
    }
  ]
}

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.