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

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4
Resource TypeObservation
IdObservation-hematocrit-brian-l.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 hematocrit-brian-l

status: Final

category: Laboratory

code: Hct VFr Bld

subject: Brian L Male, DoB: 2021-01-01 ( Medical Record Number: MRN5678 (use: usual, ))

effective: 2024-01-04

performer: Practitioner Kyle Anydoc

value: 22.3 % (Details: UCUM code% = '%')

ReferenceRanges

-LowHighType
*39.7 % (Details: UCUM code% = '%')50.3 % (Details: UCUM code% = '%')Normal Range

Source1

{
  "resourceType": "Observation",
  "id": "hematocrit-brian-l",
  "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": "20570-8",
        "display": "Hct VFr Bld"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cancer-patient-brian-l"
  },
  "effectiveDateTime": "2024-01-04",
  "performer": [
    {
      "reference": "Practitioner/us-core-practitioner-kyle-anydoc"
    }
  ],
  "valueQuantity": {
    "value": 22.3,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "referenceRange": [
    {
      "low": {
        "value": 39.7,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "high": {
        "value": 50.3,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      }
    }
  ]
}