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

FHIR IG analytics

Packagelt.hl7.fhir.lab
Resource TypeObservation
IdObservation-observation-lipidogram-example.json
FHIR VersionR5

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


English


Generated Narrative: Observation observation-lipidogram-example

status: Final

category: Laboratory

code: Lipid 1996 panel - Serum or Plasma

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2025-10-31 09:00:00+0000

note:

LDL cholesterol elevated; overall lipid profile suggests need for dietary modification and monitoring.

specimen: Serum sample

hasMember:


Generated Narrative: Observation #observation-triglycerides-example

Profile: Triglycerides

status: Final

code: Triglyceride

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2011-03-04 08:30:00+1100

performer: Organization Vilnius Heart Clinic

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

interpretation: Normal

ReferenceRanges

-HighText
*2 mmol/l (Details: UCUM codemmol/L = 'mmol/L')

Normal range: less than 2.0 mmol/L


Lithuanian


Generated Narrative: Observation observation-lipidogram-example

status: Final

category: Laboratory

code: Lipid 1996 panel - Serum or Plasma

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2025-10-31 09:00:00+0000

note:

LDL cholesterol elevated; overall lipid profile suggests need for dietary modification and monitoring.

specimen: Serum sample

hasMember:


Generated Narrative: Observation #observation-triglycerides-example

Profile: Triglycerides

status: Final

code: Triglyceride

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2011-03-04 08:30:00+1100

performer: Organization Vilnius Heart Clinic

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

interpretation: Normal

ReferenceRanges

-HighText
*2 mmol/l (Details: UCUM codemmol/L = 'mmol/L')

Normal range: less than 2.0 mmol/L


Source1

{
  "resourceType": "Observation",
  "id": "observation-lipidogram-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lab/StructureDefinition/lipidogram-lab-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Observation",
      "id": "observation-triglycerides-example",
      "meta": {
        "profile": [
          "https://hl7.lt/fhir/lab/StructureDefinition/triglycerides-lab-lt"
        ]
      },
      "status": "final",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "14927-8",
            "display": "Triglyceride [Moles/volume] in Serum or Plasma"
          }
        ],
        "text": "Triglyceride"
      },
      "subject": {
        "reference": "Patient/patient-example"
      },
      "effectiveDateTime": "2011-03-04T08:30:00+11:00",
      "performer": [
        {
          "reference": "Organization/organization-example"
        }
      ],
      "valueQuantity": {
        "value": 1.3,
        "unit": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "N",
              "display": "Normal"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "high": {
            "value": 2,
            "unit": "mmol/l",
            "system": "http://unitsofmeasure.org",
            "code": "mmol/L"
          },
          "text": "Normal range: less than 2.0 mmol/L"
        }
      ]
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "24331-1",
        "display": "Lipid 1996 panel - Serum or Plasma"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2025-10-31T09:00:00Z",
  "note": [
    {
      "text": "LDL cholesterol elevated; overall lipid profile suggests need for dietary modification and monitoring."
    }
  ],
  "specimen": {
    "display": "Serum sample"
  },
  "hasMember": [
    {
      "reference": "Observation/observation-total-cholesterol-example"
    },
    {
      "reference": "Observation/observation-cholesterol-ldl-example"
    },
    {
      "reference": "Observation/observation-cholesterol-hdl-example"
    },
    {
      "reference": "#observation-triglycerides-example"
    }
  ]
}