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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare
Resource TypeObservation
IdObservation-SDOHCC-LabObservationLeadLevelExample.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 SDOHCC-LabObservationLeadLevelExample

status: Final

category: Laboratory

code: Lead [Mass/volume] in Blood

subject: BABY ABBAS Male, DoB: 2023-06-15 ( Medical Record Number: 65313516351 (use: usual, ))

effective: 2025-05-21 21:56:54+0000

performer: Organization Special Supplemental Nutrition Program for Women, Infants and Children (WIC) Office

value: 0.5 µg/dL

interpretation: Normal


Source1

{
  "resourceType": "Observation",
  "id": "SDOHCC-LabObservationLeadLevelExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|7.0.0"
    ]
  },
  "language": "en",
  "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": "5671-3",
        "display": "Lead [Mass/volume] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/SDOHCC-PatientBabyAbbas"
  },
  "effectiveDateTime": "2025-05-21T21:56:54.671Z",
  "performer": [
    {
      "reference": "Organization/SDOHCC-OrganizationWICCommunityOrganizationExample"
    }
  ],
  "valueQuantity": {
    "value": 0.5,
    "unit": "µg/dL",
    "system": "http://unitsofmeasure.org"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ]
}