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

FHIR IG analytics

Packagelt.hl7.fhir.lifestyle
Resource TypeObservation
IdObservation-observation-auditc-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-auditc-example

Language: en

Profile: AUDIT-C Total Score

status: Final

category: Survey

code: Total score [AUDIT-C]

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

effective: 2025-10-28 10:00:00+0300

value: 7 {score} (Details: UCUM code{score} = '{score}')

note:

Computed from patient's latest AUDIT-C responses.

derivedFrom: Response to Questionnaire '->Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]' about '->Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))'


Lithuanian


Generated Narrative: Observation observation-auditc-example

Language: en

Profile: AUDIT-C Total Score

status: Final

category: Survey

code: Total score [AUDIT-C]

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

effective: 2025-10-28 10:00:00+0300

value: 7 {score} (Details: UCUM code{score} = '{score}')

note:

Computed from patient's latest AUDIT-C responses.

derivedFrom: Response to Questionnaire '->Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]' about '->Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))'


Source1

{
  "resourceType": "Observation",
  "id": "observation-auditc-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lifestyle/StructureDefinition/audit-c-lt-lifestyle"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "75626-2",
        "display": "Total score [AUDIT-C]"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "763256006",
        "display": "Alcohol Use Disorders Identification Test - Consumption score (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "effectiveDateTime": "2025-10-28T10:00:00+03:00",
  "valueQuantity": {
    "value": 7,
    "system": "http://unitsofmeasure.org",
    "code": "{score}"
  },
  "note": [
    {
      "text": "Computed from patient's latest AUDIT-C responses."
    }
  ],
  "derivedFrom": [
    {
      "reference": "QuestionnaireResponse/questionnaire-response-auditc-example"
    }
  ]
}