FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/questionnaire-gen-cvs

PackageIdHIE.0v
Resource TypeQuestionnaire
Idquestionnaire-gen-cvs
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=IdHIE.0v@0.0.1&canonical=http://fhir.hie.moh.gov.my/Questionnaire/questionnaire-gen-cvs
URLhttp://fhir.hie.moh.gov.my/Questionnaire/questionnaire-gen-cvs
Statusactive
Date2023-03-30T22:48:32.9749675+00:00
TitleGeneral CVD Risk Prediction
DescriptionFramingham Risk Score is used to estimate the 10-year cardiovascular risk of an individual
PurposeBased on a population 30 to 74 years old and without CVD at the baseline examination, including predictors age, diabetes, smoking, treated and untreated systolic blood pressure, total cholesterol, HDL cholesterol and BMI

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "Questionnaire",
  "id": "questionnaire-gen-cvs",
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/Questionnaire"
    ]
  },
  "url": "http://fhir.hie.moh.gov.my/Questionnaire/questionnaire-gen-cvs",
  "title": "General CVD Risk Prediction",
  "status": "active",
  "date": "2023-03-30T22:48:32.9749675+00:00",
  "description": "Framingham Risk Score is used to estimate the 10-year cardiovascular risk of an individual",
  "useContext": [
    {
      "code": {
        "system": "http://hl7.org/fhir/CodeSystem/usage-context-type",
        "code": "workflow",
        "display": "Workflow Setting"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "self-assessment",
            "display": "Self-Assessment"
          }
        ]
      }
    }
  ],
  "purpose": "Based on a population 30 to 74 years old and without CVD at the baseline examination, including predictors age, diabetes, smoking, treated and untreated systolic blood pressure, total cholesterol, HDL cholesterol and BMI",
  "code": [
    {
      "system": "http://loinc.org",
      "code": "65853-4"
    }
  ],
  "item": [
    {
      "linkId": "01",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "76691-5"
        }
      ],
      "text": "Gender",
      "type": "choice",
      "required": true,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/administrative-gender",
            "code": "male",
            "display": "Male"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/administrative-gender",
            "code": "female",
            "display": "Female"
          }
        }
      ]
    },
    {
      "linkId": "02",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "30525-0"
        }
      ],
      "text": "Age",
      "type": "integer",
      "required": true,
      "maxLength": 3
    },
    {
      "linkId": "03",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "8480-6"
        }
      ],
      "text": "Systolic Blood Pressure",
      "type": "quantity",
      "required": true,
      "maxLength": 6
    },
    {
      "linkId": "04",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "95547-6"
        }
      ],
      "text": "Treated for Hypertension",
      "type": "boolean",
      "required": true
    },
    {
      "linkId": "05",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "72166-2"
        }
      ],
      "text": "Smoking Status",
      "type": "boolean",
      "required": true
    },
    {
      "linkId": "06",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "33248-6"
        }
      ],
      "text": "Treated for Diabetes",
      "type": "boolean",
      "required": true
    },
    {
      "linkId": "07",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "39156-5"
        }
      ],
      "text": "Body Mass Index (BMI)",
      "type": "quantity",
      "required": true,
      "maxLength": 5
    },
    {
      "linkId": "08",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "65853-4"
        }
      ],
      "text": "Your 10-Year Heart Attack Risk score",
      "type": "quantity",
      "required": true,
      "readOnly": true
    }
  ]
}