FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4b
Resource TypeObservation
IdObservation-us-core-observation-lab-neutrophils-jenny-m.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation us-core-observation-lab-neutrophils-jenny-m

status: Final

category: Laboratory

code: Neutrophils [#/volume] in Blood

subject: Jenny M Female, DoB: 1965-01-01 ( Medical Record Number: MRN1234 (use: usual, ))

effective: 2018-05-20 00:00:00+0000

performer: Practitioner Owen Oncologist

value: 3000 10*3/uL (Details: UCUM code10*3/uL = '10*3/uL')

ReferenceRanges

-LowHighType
*2500 10*3/uL (Details: UCUM code10*3/uL = '10*3/uL')5000 10*3/uL (Details: UCUM code10*3/uL = '10*3/uL')Normal Range

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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",
  "performer": [
    {
      "reference": "Practitioner/us-core-practitioner-owen-oncologist"
    }
  ],
  "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"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      }
    }
  ]
}