{
  "resourceType": "Observation",
  "id": "uslab-example1",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative with Details</b>\n      </p>\n      <p>\n        <b>code</b>: Capillary Blood Lead Screen \n        <span style=\"background: LightGoldenRodYellow \">(Details : {LOINC code '10368-9' = 'Lead [Mass/volume] in Capillary blood', given as 'Lead [Mass/​volume] in Capillary blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'CAPLD' = 'CAPLD', given as 'Blood Lead, Capillary'})</span>\n      </p>\n      <p>\n        <b>value</b>: 65 microgram per deciliter\n        <span style=\"background: LightGoldenRodYellow \"> (Details: http://unitsofmeasure.org code ug/dL = 'ug/dL')</span>\n      </p>\n      <p>\n        <b>interpretation</b>: Above high normal \n        <span style=\"background: LightGoldenRodYellow \">(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'Above high normal)</span>\n      </p>\n      <p>\n        <b>applies</b>: Dec 3, 2014\n      </p>\n      <p>\n        <b>issued</b>: Dec 5, 2014 10:42:15 AM\n      </p>\n      <p>\n        <b>status</b>: FINAL\n      </p>\n      <p>\n        <b>identifier</b>: lab test result ID = 1234 (OFFICIAL)\n      </p>\n      <p>\n        <b>subject</b>: \n        <a href=\"Patient/uslab-example1\">Todd Lerr. Generated Summary: Extensions: todo, Extensions: todo; 18547545 (USUAL); Todd G. Lerr (OFFICIAL); MALE; birthDate: Jun 7, 2012; </a>\n      </p>\n      <p>\n        <b>specimen</b>: \n        <a href=\"Specimen/uslab-example1\">Blood sample</a>\n      </p>\n      <p>\n        <b>performer</b>: \n        <a href=\"Practitioner/uslab-example1\">Dr Leonard T Bloodraw Jr. Generated Summary: 4444444445 (OFFICIAL); Leanard T Bloodraw ; ph: (555)7771234 ext.11</a>\n      </p>\n      <h3>ReferenceRanges</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Id</b>\n          </td>\n          <td>\n            <b>Extension</b>\n          </td>\n          <td>\n            <b>ModifierExtension</b>\n          </td>\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          <td>\n            <b>Text</b>\n          </td>\n        </tr>\n        <tr>\n          <td> </td>\n          <td> </td>\n          <td> </td>\n          <td> </td>\n          <td>5.0 microgram per deciliter\n            <span style=\"background: LightGoldenRodYellow \"> (Details: http://unitsofmeasure.org code ug/dL = 'ug/dL')</span>\n          </td>\n          <td> </td>\n          <td> </td>\n          <td> </td>\n        </tr>\n      </table>\n    </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"
      }
    }
  ]
}