{
  "resourceType" : "Observation",
  "id" : "us-ph-lab-result-eve-everywoman-lymphocytes",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-lab-result-observation"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Observation us-ph-lab-result-eve-everywoman-lymphocytes</b></p><a name=\"us-ph-lab-result-eve-everywoman-lymphocytes\"> </a><a name=\"hcus-ph-lab-result-eve-everywoman-lymphocytes\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-lab-result-observation.html\">US Public Health Laboratory Result Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 731-0}\">Lymphocytes [#/volume] in Blood by Automated count</span></p><p><b>subject</b>: <a href=\"Patient-us-ph-patient-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2018-03-07</p><p><b>performer</b>: <a href=\"Organization-us-ph-organization-acme-laboratory.html\">Organization Acme_Labs</a></p><p><b>value</b>: 5.2 10*3/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code10*3/uL = '10*3/uL')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>1 10*3/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code10*3/uL = '10*3/uL')</span></td><td>4.8 10*3/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code10*3/uL = '10*3/uL')</span></td></tr></table></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory",
      "display" : "Laboratory"
    }],
    "text" : "Laboratory"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "731-0",
      "display" : "Lymphocytes [#/volume] in Blood by Automated count"
    }]
  },
  "subject" : {
    "reference" : "Patient/us-ph-patient-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectiveDateTime" : "2018-03-07",
  "performer" : [{
    "reference" : "Organization/us-ph-organization-acme-laboratory"
  }],
  "valueQuantity" : {
    "value" : 5.2,
    "system" : "http://unitsofmeasure.org",
    "code" : "10*3/uL"
  },
  "interpretation" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
      "code" : "H",
      "display" : "High"
    }]
  }],
  "referenceRange" : [{
    "low" : {
      "value" : 1,
      "system" : "http://unitsofmeasure.org",
      "code" : "10*3/uL"
    },
    "high" : {
      "value" : 4.8,
      "system" : "http://unitsofmeasure.org",
      "code" : "10*3/uL"
    }
  }]
}