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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeObservation
IdObservation-betsysmith-johnson01-Lab-Hemoglobin-02.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 betsysmith-johnson01-Lab-Hemoglobin-02

status: Final

category: Laboratory

code: Hemoglobin [Mass/volume] in Blood

subject: Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)

effective: 2025-05-03 12:07:00-0400

performer: Organization Metro Hospital Emergency Department

value: 12.2 g/dL

interpretation: Low

ReferenceRanges

-LowHighType
*12 g/dL (Details: UCUM codeg/dL = 'g/dL')16 g/dL (Details: UCUM codeg/dL = 'g/dL')Normal Range

Source1

{
  "resourceType": "Observation",
  "id": "betsysmith-johnson01-Lab-Hemoglobin-02",
  "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"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "718-7",
        "display": "Hemoglobin [Mass/volume] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-betsysmith-johnson01"
  },
  "effectiveDateTime": "2025-05-03T12:07:00-04:00",
  "performer": [
    {
      "reference": "Organization/org-ED-Metro-Hospital"
    }
  ],
  "valueQuantity": {
    "value": 12.2,
    "unit": "g/dL",
    "system": "http://unitsofmeasure.org"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "L",
          "display": "Low"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 12,
        "unit": "g/dL",
        "system": "http://unitsofmeasure.org",
        "code": "g/dL"
      },
      "high": {
        "value": 16,
        "unit": "g/dL",
        "system": "http://unitsofmeasure.org",
        "code": "g/dL"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      }
    }
  ]
}