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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypeObservation
IdObservation-ExampleLabResultObservation.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 ExampleLabResultObservation

identifier: http://hospital.org/lab-results/LAB-67890

status: Final

category: Laboratory

code: Hemoglobin [Mass/volume] in Blood

subject: Patient/example

encounter: Encounter/example

effective: 2025-03-12 08:30:00+0000

value: 13.5 g/dL (Details: UCUM codeg/dL = 'g/dL')


Source1

{
  "resourceType": "Observation",
  "id": "ExampleLabResultObservation",
  "meta": {
    "profile": [
      "http://example.org/StructureDefinition/LabResultObservation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.org/lab-results",
      "value": "LAB-67890"
    }
  ],
  "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/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "effectiveDateTime": "2025-03-12T08:30:00Z",
  "valueQuantity": {
    "value": 13.5,
    "unit": "g/dL",
    "system": "http://unitsofmeasure.org",
    "code": "g/dL"
  }
}