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

FHIR IG analytics

Packagehl7.fhir.uv.ips.r4b
Resource TypeObservation
IdObservation-urine-wbc-range.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 urine-wbc-range

status: Final

category: Laboratory

code: Leukocytes [#/area] in Urine sediment by Microscopy high power field

subject: Marie Lux-Brennard Female, DoB: 1998-04-17 ( urn:oid:1.3.182.4.4#1998041799999)

effective: 2018-02-16 09:17:00+0100

performer: Organization Someplace General Hospital

value: 10 per HPF (Details: UCUM code/[HPF] = '/[HPF]')

interpretation: High

ReferenceRanges

-HighType
*5 per HPF (Details: UCUM code/[HPF] = '/[HPF]')Normal Range

Source1

{
  "resourceType": "Observation",
  "id": "urine-wbc-range",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-pathology-uv-ips"
    ]
  },
  "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": "5821-4",
        "display": "Leukocytes [#/area] in Urine sediment by Microscopy high power field"
      }
    ]
  },
  "subject": {
    "reference": "Patient/66033"
  },
  "effectiveDateTime": "2018-02-16T09:17:00+01:00",
  "performer": [
    {
      "reference": "Organization/TII-Organization1"
    }
  ],
  "valueQuantity": {
    "value": 10,
    "unit": "per HPF",
    "system": "http://unitsofmeasure.org",
    "code": "/[HPF]"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "high": {
        "value": 5,
        "unit": "per HPF",
        "system": "http://unitsofmeasure.org",
        "code": "/[HPF]"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      }
    }
  ]
}