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

FHIR IG analytics

Packagelt.hl7.fhir.cvd
Resource TypeObservation
IdObservation-observation-cvd-followup-ldl-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-cvd-followup-ldl-example

Language: en

Profile: ObservationLt

status: Final

category: Exam

code: Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation

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

effective: 2026-01-15 10:00:00+0000

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

note:

Follow-up LDL for achievement evaluation against programme target.


Lithuanian


Generated Narrative: Observation observation-cvd-followup-ldl-example

Language: en

Profile: ObservationLt

status: Final

category: Exam

code: Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation

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

effective: 2026-01-15 10:00:00+0000

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

note:

Follow-up LDL for achievement evaluation against programme target.


Source1

{
  "resourceType": "Observation",
  "id": "observation-cvd-followup-ldl-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/observation-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "13457-7",
        "display": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "effectiveDateTime": "2026-01-15T10:00:00Z",
  "valueQuantity": {
    "value": 2.4,
    "unit": "mmol/L",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  },
  "note": [
    {
      "text": "Follow-up LDL for achievement evaluation against programme target."
    }
  ]
}