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

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeObservation
IdObservation-au-core-diagnosticresult-path-conformant.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 au-core-diagnosticresult-path-conformant

status: Final

category: Laboratory, Chemistry

code: Sodium

subject: Patient/patient-fixture

effective: 2026-01-20 08:15:00+1000

performer: Frog Pathology Laboratory

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

interpretation: Normal

specimen: Serum specimen

ReferenceRanges

-LowHighTypeText
*135 mmol/L (Details: UCUM codemmol/L = 'mmol/L')145 mmol/L (Details: UCUM codemmol/L = 'mmol/L')Normal Range135-145 mmol/L

Components

-CodeValue[x]
*Potassium [Moles/volume] in Serum or Plasma4.2 mmol/L (Details: UCUM codemmol/L = 'mmol/L')

Source1

{
  "resourceType": "Observation",
  "id": "au-core-diagnosticresult-path-conformant",
  "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"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2951-2",
        "display": "Sodium [Moles/volume] in Serum or Plasma"
      }
    ],
    "text": "Sodium"
  },
  "subject": {
    "reference": "Patient/patient-fixture"
  },
  "effectiveDateTime": "2026-01-20T08:15:00+10:00",
  "performer": [
    {
      "display": "Frog Pathology Laboratory"
    }
  ],
  "valueQuantity": {
    "value": 140,
    "unit": "mmol/L",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "specimen": {
    "display": "Serum specimen"
  },
  "referenceRange": [
    {
      "low": {
        "value": 135,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "high": {
        "value": 145,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      },
      "text": "135-145 mmol/L"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "2823-3",
            "display": "Potassium [Moles/volume] in Serum or Plasma"
          }
        ]
      },
      "valueQuantity": {
        "value": 4.2,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      }
    }
  ]
}