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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeObservation
IdObservation-lipid-ldl-1.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 lipid-ldl-1

status: Final

category: Laboratory, Chemistry

code: LDL

subject: Mia Leanne Banks Female, DoB: 1983-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647261)

effective: 2023-01-17

value: 4.10 mmol/L (Details: UCUM codemmol/L = 'mmol/L')

interpretation: High

ReferenceRanges

-LowHigh
*2.0 mmol/L (Details: UCUM codemmol/L = 'mmol/L')3.4 mmol/L (Details: UCUM codemmol/L = 'mmol/L')

Source1

{
  "resourceType": "Observation",
  "id": "lipid-ldl-1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "CH",
          "display": "Chemistry"
        }
      ],
      "text": "Chemistry"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "22748-8",
        "display": "Cholesterol in LDL [Moles/volume] in Serum or Plasma"
      }
    ],
    "text": "LDL"
  },
  "subject": {
    "reference": "Patient/banks-mia-leanne"
  },
  "effectiveDateTime": "2023-01-17",
  "valueQuantity": {
    "value": 4.1,
    "unit": "mmol/L",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 2,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "high": {
        "value": 3.4,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      }
    }
  ]
}