HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: US Core Results Example: observation-us-core-results-eve-everywoman-lymphocytes - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-us-core-results-eve-everywoman-lymphocytes",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2020-12-01T01:41:39.144+00:00",
    "source" : "#fI08Yuhb2G5zlpiB",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></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-patient-ecr-eve-everywoman.html\">Eve Everywoman. Generated Summary: Medical Record Number: 1032702 (USUAL); active; Eve L Everywoman ; Phone: 1-(404)555-1212, eve.everywoman@example.com; gender: female; birthDate: 1974-11-24</a></p><p><b>effective</b>: 2018-03-07</p><p><b>value</b>: 5.2 10*3/uL</p><p><b>interpretation</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0078 H}\">High</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>1 10*3/uL</td><td>4.8 10*3/uL</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/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectiveDateTime" : "2018-03-07",
  "valueQuantity" : {
    "value" : 5.2,
    "system" : "http://unitsofmeasure.org",
    "code" : "10*3/uL"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0078",
          "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"
      }
    }
  ]
}