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

FHIR IG analytics

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

Language: en

Profile: Risk Factor Status

status: Final

category: Exam

code: Diabetes mellitus (disorder)

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

note:

Diabetes mellitus confirmed; lifestyle changes recommended, no pharmacological treatment started yet.

component

code: Risk factor

value: Certain

component

code: Procedure carried out on subject

value: Treatment not indicated (situation)


Lithuanian


Generated Narrative: Observation observation-diabetes-untreated-example

Language: en

Profile: Risk Factor Status

status: Final

category: Exam

code: Diabetes mellitus (disorder)

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

note:

Diabetes mellitus confirmed; lifestyle changes recommended, no pharmacological treatment started yet.

component

code: Risk factor

value: Certain

component

code: Procedure carried out on subject

value: Treatment not indicated (situation)


Source1

{
  "resourceType": "Observation",
  "id": "observation-diabetes-untreated-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/cvd/StructureDefinition/risk-factor-status-lt-cvd"
    ]
  },
  "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://snomed.info/sct",
        "code": "73211009",
        "display": "Diabetes mellitus (disorder)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "effectiveDateTime": "2025-10-01T09:00:00Z",
  "note": [
    {
      "text": "Diabetes mellitus confirmed; lifestyle changes recommended, no pharmacological treatment started yet."
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "80943009",
            "display": "Risk factor"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/risk-probability",
            "code": "certain",
            "display": "Certain"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "443938003",
            "display": "Procedure carried out on subject"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "183964008",
            "display": "Treatment not indicated (situation)"
          }
        ]
      }
    }
  ]
}