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

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypeObservation
IdObservation-cbcLeukocytesExample.json
FHIR VersionR4

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 cbcLeukocytesExample

status: Final

category: Laboratory

code: WBCs

subject: Child Patient

effective: 2020-07-05

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

interpretation: Normal

ReferenceRanges

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

Source1

{
  "resourceType": "Observation",
  "id": "cbcLeukocytesExample",
  "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",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "6690-2",
        "display": "Leukocytes [#/volume] in Blood by Automated count"
      }
    ],
    "text": "WBCs"
  },
  "subject": {
    "reference": "Patient/PatientChildExample",
    "display": "Child Patient"
  },
  "effectiveDateTime": "2020-07-05",
  "valueQuantity": {
    "value": 10,
    "unit": "10*3/uL",
    "system": "http://unitsofmeasure.org",
    "code": "10*3/uL"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ],
      "text": "Normal"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 4.5,
        "unit": "10*3/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      },
      "high": {
        "value": 11,
        "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"
          }
        ],
        "text": "Normal Range"
      }
    }
  ]
}