diff --git a/WebContent/pages/header-footer/ComponentBodyHeader.html b/WebContent/pages/header-footer/ComponentBodyHeader.html new file mode 100644 index 0000000..6692b49 --- /dev/null +++ b/WebContent/pages/header-footer/ComponentBodyHeader.html @@ -0,0 +1,9 @@ +
+ + + + + + +
+ diff --git a/WebContent/pages/header-footer/ComponentHeader.html b/WebContent/pages/header-footer/ComponentHeader.html new file mode 100644 index 0000000..9fc5181 --- /dev/null +++ b/WebContent/pages/header-footer/ComponentHeader.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WebContent/pages/questionnaire/test/basic/BasicQuestionnaire-working.html b/WebContent/pages/questionnaire/test/basic/BasicQuestionnaire-working.html index 81f7f04..5133e69 100644 --- a/WebContent/pages/questionnaire/test/basic/BasicQuestionnaire-working.html +++ b/WebContent/pages/questionnaire/test/basic/BasicQuestionnaire-working.html @@ -7,15 +7,19 @@ +
+
+ + + + + + +
+
+

Basic Questionnaire Example

- - - - - - -
+ + + + +
+ +

Basic Questionnaire Example Using Header

+ + + + diff --git a/WebContent/questionnaire/test/hiv/questionnaire-NACHCA0.json b/WebContent/questionnaire/test/hiv/questionnaire-NACHCA0.json new file mode 100644 index 0000000..5174ce0 --- /dev/null +++ b/WebContent/questionnaire/test/hiv/questionnaire-NACHCA0.json @@ -0,0 +1,56 @@ +{ + "resourceType": "Questionnaire", + "id": "NACHCA0", + "extension": [ { + "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability", + "valueCode": "shareable" + }, { + "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability", + "valueCode": "computable" + }, { + "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability", + "valueCode": "publishable" + }, { + "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel", + "valueCode": "structured" + } ], + "url": "http://fhir.org/guides/nachc/hiv-cds/Questionnaire/NACHCA0", + "name": "NACHCA0", + "title": "NACHC.A0 Contact & Profile", + "status": "active", + "experimental": false, + "description": "TODO: description goes here", + "useContext": [ { + "code": { + "system": "http://terminology.hl7.org/CodeSystem/usage-context-type", + "code": "task", + "display": "Workflow Task" + }, + "valueCodeableConcept": { + "coding": [ { + "system": "http://fhir.org/guides/nachc/hiv-cds/CodeSystem/activity-codes", + "code": "NACHC.A0", + "display": "Contact & Profile" + } ] + } + } ], + "item": [ { + "linkId": "1", + "definition": "http://fhir.org/guides/nachc/hiv-cds/StructureDefinition/hiv-encounter#Encounter.type", + "text": "The type of patient encounter", + "type": "choice", + "answerValueSet": "https://nachc-cad.github.io/hiv-cds/resources/hiv-cds/vocabulary/valueset/generated/valueset-nachc-a0-de2.json" + }, { + "linkId": "2", + "definition": "http://fhir.org/guides/nachc/hiv-cds/StructureDefinition/sexual-orientation#Observation.code", + "text": "Concepts Associated with Sexual Orientation Elements", + "type": "choice", + "answerValueSet": "https://nachc-cad.github.io/hiv-cds/resources/hiv-cds/vocabulary/valueset/generated/valueset-nachc-a0-de49.json" + }, { + "linkId": "3", + "definition": "http://fhir.org/guides/nachc/hiv-cds/StructureDefinition/gender-identity#Observation.code", + "text": "Concepts Associated with Gender Identity Elements", + "type": "choice", + "answerValueSet": "https://nachc-cad.github.io/hiv-cds/resources/hiv-cds/vocabulary/valueset/generated/valueset-nachc-a0-de56.json" + } ] +}