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

Obs-uslab-example1.json

Raw JSON (canonical form)

USLab Quantitative Observation Profile Example: Capillary Blood Lead

{
  "resourceType": "Observation",
  "id": "uslab-example1",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/uslabobservationkind",
      "valueCode": "result"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "10368-9",
        "display": "Lead [Mass/​volume] in Capillary blood"
      },
      {
        "system": "urn:oid:2.16.840.1.113883.3.72.5.24",
        "code": "CAPLD",
        "display": "Blood Lead, Capillary"
      }
    ],
    "text": "Capillary Blood Lead Screen"
  },
  "valueQuantity": {
    "value": 65,
    "units": "microgram per deciliter",
    "system": "http://unitsofmeasure.org",
    "code": "ug/dL"
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "H"
      }
    ]
  },
  "appliesDateTime": "2014-12-03",
  "issued": "2014-12-04T15:42:15-08:00",
  "status": "final",
  "identifier": [
    {
      "use": "official",
      "type": {
        "text": "lab test result ID"
      },
      "system": "http://lis.acmelabs.org/identifiers/labtestresult",
      "value": "1234"
    }
  ],
  "subject": {
    "reference": "Patient/uslab-example1",
    "display": "Todd Lerr"
  },
  "specimen": {
    "reference": "Specimen/uslab-example1",
    "display": "Blood sample"
  },
  "performer": [
    {
      "reference": "Practitioner/uslab-example1",
      "display": "Dr Leonard T Bloodraw Jr"
    }
  ],
  "referenceRange": [
    {
      "high": {
        "value": 5.0,
        "units": "microgram per deciliter",
        "system": "http://unitsofmeasure.org",
        "code": "ug/dL"
      }
    }
  ]
}

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.