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

FHIR IG analytics

Packagecsiro.fhir.au.smartforms
Resource TypeObservation
IdObservation-lipid-chol-pat-sf.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-chol-pat-sf

status: Final

category: Laboratory, Chemistry

code: Cholesterol

subject: Clever Form Female, DoB: 1968-10-11 ( Medicare Number: 69514496771 (, period: (?) --> 2024-08))

effective: 2023-01-17

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

interpretation: High

ReferenceRanges

-High
*5.6 mmol/L (Details: UCUM codemmol/L = 'mmol/L')

Source1

{
  "resourceType": "Observation",
  "id": "lipid-chol-pat-sf",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path",
      "https://smartforms.csiro.au/ig/StructureDefinition/SHCPathologyResult"
    ]
  },
  "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": "14647-2",
        "display": "Cholesterol [Moles/volume] in Serum or Plasma"
      }
    ],
    "text": "Cholesterol"
  },
  "subject": {
    "reference": "Patient/pat-sf"
  },
  "effectiveDateTime": "2023-01-17",
  "valueQuantity": {
    "value": 5.9,
    "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": [
    {
      "high": {
        "value": 5.6,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      }
    }
  ]
}