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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeQuestionnaireResponse
Idqr-audit-c.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "qr-audit-c",
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/QuestionnaireResponse-my-core"
    ]
  },
  "extension": [
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/questionnaire-reference-my-core",
      "valueReference": {
        "reference": "Questionnaire/q-audit-c"
      }
    }
  ],
  "questionnaire": "http://fhir.hie.moh.gov.my/Questionnaire/q-audit-c",
  "status": "completed",
  "subject": {
    "reference": "Patient/bfb81ffe-637d-4b3f-befa-f7a1546ed9f8"
  },
  "authored": "2023-01-30T04:22:00.113Z",
  "author": {
    "reference": "Patient/bfb81ffe-637d-4b3f-befa-f7a1546ed9f8"
  },
  "item": [
    {
      "linkId": "01",
      "text": "How often do you have a drink containing alcohol?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6270-8",
            "display": "Never"
          }
        }
      ]
    },
    {
      "linkId": "02",
      "text": "How many standard drinks containing alcohol do you have on a typical day when drinking?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6270-8",
            "display": "Never"
          }
        }
      ]
    },
    {
      "linkId": "03",
      "text": "How often do you have six or more drinks on one occasion?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6270-8",
            "display": "Never"
          }
        }
      ]
    },
    {
      "linkId": "04",
      "text": "Total score [AUDIT-C]",
      "answer": [
        {
          "valueInteger": 0
        }
      ]
    },
    {
      "linkId": "05",
      "text": "Outcome Summary [AUDIT]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/outcome-audit-c-my-core",
            "code": "a1",
            "display": "Low-Risk Consumption"
          }
        }
      ]
    }
  ]
}