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

FHIR IG Statistics: Questionnaire/bundle

PackageMyHIE.v4-test
Resource TypeQuestionnaire
Idbundle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=MyHIE.v4-test@2.1.0-alpha&canonical=http://fhir.hie.moh.gov.my/Questionnaire/questionnaire-bundle
URLhttp://fhir.hie.moh.gov.my/Questionnaire/questionnaire-bundle
Statusactive
Date2023-02-23T04:59:30.4857498+00:00
TitleBundle Test
DescriptionDescription Bundle Test
PurposePurpose Bundle Test

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": "bundle",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2023-01-31T02:13:40.182+00:00",
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/Questionnaire"
    ]
  },
  "url": "http://fhir.hie.moh.gov.my/Questionnaire/questionnaire-bundle",
  "title": "Bundle Test",
  "status": "active",
  "date": "2023-02-23T04:59:30.4857498+00:00",
  "description": "Description Bundle Test",
  "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": "Purpose Bundle Test",
  "code": [
    {
      "code": "bundle"
    }
  ],
  "item": [
    {
      "linkId": "A1",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "54125-0"
        }
      ],
      "text": "What is your name?",
      "type": "string",
      "required": true,
      "maxLength": 50
    },
    {
      "linkId": "A2",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "30525-0"
        }
      ],
      "text": "how old are you?",
      "type": "integer",
      "required": true,
      "maxLength": 3
    },
    {
      "linkId": "A3",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "46098-0"
        }
      ],
      "text": "Please select your gender",
      "type": "choice",
      "required": false,
      "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"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/administrative-gender",
            "code": "other",
            "display": "Undetermine"
          }
        }
      ]
    },
    {
      "linkId": "B",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "72109-2",
          "display": "Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]"
        },
        {
          "system": "http://fhir.hie.moh.gov.my/reference-type",
          "code": "Questionnaire"
        }
      ],
      "text": "Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]",
      "type": "reference",
      "required": true
    },
    {
      "linkId": "C",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/reference-type",
          "code": "Condition"
        }
      ],
      "text": "Select Diagnosis",
      "type": "reference",
      "required": true
    }
  ]
}