| Package | MyHIE.v4-test |
| Resource Type | Questionnaire |
| Id | bundle |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=MyHIE.v4-test@2.1.0-alpha&canonical=http://fhir.hie.moh.gov.my/Questionnaire/questionnaire-bundle |
| URL | http://fhir.hie.moh.gov.my/Questionnaire/questionnaire-bundle |
| Status | active |
| Date | 2023-02-23T04:59:30.4857498+00:00 |
| Title | Bundle Test |
| Description | Description Bundle Test |
| Purpose | Purpose Bundle Test |
No resources found
No resources found
No narrative content found in resource
{
"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
}
]
}