minimal Common Oncology Data Elements (mCODE) Implementation Guide
1.16.0 - STU Release 2 (Ballot Version)

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.16.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: us-core-observation-lab-neutrophils-jenny-m - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "us-core-observation-lab-neutrophils-jenny-m",
  "meta" : {
    "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 26499-4}\">Neutrophils [#/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Patient-cancer-patient-jenny-m.html\">Generated Summary: Medical Record Number: MRN1234 (USUAL); Jenny M ; gender: female; birthDate: 1965-01-01</a></p><p><b>effective</b>: May 20, 2018 12:00:00 AM</p><p><b>value</b>: 3000 10*3/uL</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td><td><b>AppliesTo</b></td></tr><tr><td>*</td><td>2500 10*3/uL</td><td>5000 10*3/uL</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span></td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "26499-4",
        "display" : "Neutrophils [#/volume] in Blood"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/cancer-patient-jenny-m"
  },
  "effectiveDateTime" : "2018-05-20T00:00:00Z",
  "valueQuantity" : {
    "value" : 3000,
    "unit" : "10*3/uL",
    "system" : "http://unitsofmeasure.org",
    "code" : "10*3/uL"
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 2500,
        "unit" : "10*3/uL",
        "system" : "http://unitsofmeasure.org",
        "code" : "10*3/uL"
      },
      "high" : {
        "value" : 5000,
        "unit" : "10*3/uL",
        "system" : "http://unitsofmeasure.org",
        "code" : "10*3/uL"
      },
      "appliesTo" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
              "code" : "normal",
              "display" : "Normal Range"
            }
          ]
        }
      ]
    }
  ]
}