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

FHIR IG analytics

Packagelt.hl7.fhir.lab
Resource TypeObservation
IdObservation-observation-triglycerides-standalone-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-triglycerides-standalone-example

Language: en

Profile: Triglycerides

status: Final

code: Triglyceride [Moles/volume] in 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-01 09:00:00+0000

value: 1.2

interpretation: Normal

note:

Triglyceride level within normal range (<1.7 mmol/L).


Lithuanian


Generated Narrative: Observation observation-triglycerides-standalone-example

Language: en

Profile: Triglycerides

status: Final

code: Triglyceride [Moles/volume] in 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-01 09:00:00+0000

value: 1.2

interpretation: Normal

note:

Triglyceride level within normal range (<1.7 mmol/L).


Source1

{
  "resourceType": "Observation",
  "id": "observation-triglycerides-standalone-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lab/StructureDefinition/triglycerides-lab-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "14927-8",
        "display": "Triglyceride [Moles/volume] in Serum or Plasma"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2025-10-01T09:00:00Z",
  "valueQuantity": {
    "value": 1.2
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Triglyceride level within normal range (<1.7 mmol/L)."
    }
  ]
}