FHIR IG analytics| Package | csiro.fhir.au.smartforms |
| Resource Type | Questionnaire |
| Id | Questionnaire-MedicalHistoryCurrentProblems.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/aehrc/smart-forms-ig/Questionnaire-MedicalHistoryCurrentProblems.html |
| URL | http://www.health.gov.au/assessments/mbs/715/MedicalHistoryCurrentProblems |
| Version | 0.4.0 |
| Status | draft |
| Date | 2025-03-14 |
| Name | MedicalHistoryCurrentProblems |
| Title | Aboriginal and Torres Strait Islander Health Check - Medical History |
| Realm | au |
| Copyright | Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved. This content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See https://creativecommons.org/licenses/by-sa/4.0/. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire MedicalHistoryCurrentProblems
Profiles: Advanced Rendering Questionnaire, SDC Modular Questionnaire, Populatable Questionnaire - Expression, Extractable Questionnaire - Template
| LinkID | Text | Cardinality | Type | Flags | Description & Constraints |
|---|---|---|---|---|---|
![]() | Questionnaire | http://www.health.gov.au/assessments/mbs/715/MedicalHistoryCurrentProblems#0.4.0 | |||
![]() ![]() | Medical history and current problems | 0..1 | group | ||
![]() ![]() ![]() | In progress | 0..1 | display | ||
![]() ![]() ![]() | Complete | 0..1 | display | ||
![]() ![]() ![]() | Attention required | 0..1 | display | ||
![]() ![]() ![]() | Birth history | 0..1 | group | ||
![]() ![]() ![]() ![]() | Gestation at birth | 0..1 | decimal | ||
![]() ![]() ![]() ![]() ![]() | weeks | 0..1 | display | ||
![]() ![]() ![]() ![]() | Birth weight | 0..1 | decimal | ||
![]() ![]() ![]() ![]() ![]() | kg | 0..1 | display | ||
![]() ![]() ![]() | Medical history summary | 0..1 | group | ||
![]() ![]() ![]() ![]() | Recorded problems/diagnoses | 0..* | group | ||
![]() ![]() ![]() ![]() ![]() | null | 0..1 | string | ||
![]() ![]() ![]() ![]() ![]() | Condition | 0..1 | open-choice | Value Set: Clinical Condition | |
![]() ![]() ![]() ![]() ![]() | Clinical status | 0..1 | choice | Value Set: Condition Clinical Status Minimal | |
![]() ![]() ![]() ![]() ![]() | null | 0..1 | choice | Value Set: Condition Clinical Status Minimal | |
![]() ![]() ![]() ![]() ![]() | Onset date | 0..1 | date | ||
![]() ![]() ![]() ![]() ![]() | Abatement date | 0..1 | date | ||
![]() ![]() ![]() ![]() ![]() | null | 0..1 | date | ||
![]() ![]() ![]() ![]() | New problems/diagnoses | 0..* | group | ||
![]() ![]() ![]() ![]() ![]() | Condition | 0..1 | open-choice | Value Set: Clinical Condition | |
![]() ![]() ![]() ![]() ![]() | Onset date | 0..1 | date | ||
![]() ![]() ![]() ![]() ![]() | Comment | 0..1 | string | ||
![]() ![]() ![]() | Health priorities, actions and follow-up | 0..1 | text | ||
![]() ![]() ![]() | null | 0..1 | display | ||
![]() ![]() ![]() | Section completion status | 0..1 | choice | Options: 3 options | |
Options Sets
Answer options for MarkComplete-17
ValueSet #ConditionClinicalStatusMinimal
Expansion based on codesystem Condition Clinical Status Codes v3.0.0 (CodeSystem)
This value set contains 2 concepts
| System | Code | Display (en) | Definition |
http://terminology.hl7.org/CodeSystem/condition-clinical | active | Active | The subject is currently experiencing the condition or situation, there is evidence of the condition or situation, or considered to be a significant risk. |
http://terminology.hl7.org/CodeSystem/condition-clinical | inactive | Inactive | The subject is no longer experiencing the condition or situation and there is no longer evidence or appreciable risk of the condition or situation. |
ValueSet #clinical-condition-1
Profiles: Shareable ValueSet, https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4
http://snomed.info/sct version Not Stated (use latest from terminology server) where concept in 32570581000036105 (Problem/Diagnosis reference set)Condition #ConditionTemplate
clinicalStatus: Active
category: Problem List Item
code:
subject: ?rref?
onset: Extract Template - Extract value: item.where(linkId='4d55bffb-3286-4a23-a785-3b9c346d464d').answer.value.toDateTime()
note:
Parameters #ConditionPatchTemplate
| operation | |
| type | add |
| path | Condition |
| name | clinicalStatus |
| value | |
| pathLabel | Clinical status |
| operation | |
| type | add |
| path | Condition |
| name | abatement |
| value | Extract Template - Extract value: item.where(linkId='e4524654-f6de-4717-b288-34919394d46b').answer.value.first() |
| pathLabel | Abatement date |
{
"resourceType": "Questionnaire",
"id": "MedicalHistoryCurrentProblems",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-render",
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-modular",
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-exp",
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-template"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "ValueSet",
"id": "ConditionClinicalStatusMinimal",
"url": "https://smartforms.csiro.au/ig/ValueSet/ConditionClinicalStatusMinimal",
"name": "ConditionClinicalStatusMinimal",
"title": "Condition Clinical Status Minimal",
"status": "draft",
"experimental": false,
"description": "This value set includes the minimal set of codes to represent the clinical status of a condition (i.e., active and inactive).",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"concept": [
{
"code": "active"
},
{
"code": "inactive"
}
]
}
]
},
"expansion": {
"identifier": "urn:uuid:79c6437f-1765-498a-979f-533bbeb06e33",
"timestamp": "2025-12-03T12:09:39+10:00",
"total": 2,
"offset": 0,
"parameter": [
{
"name": "displayLanguage",
"valueCode": "en"
},
{
"name": "count",
"valueInteger": 1000
},
{
"name": "offset",
"valueInteger": 0
},
{
"name": "excludeNested",
"valueBoolean": false
},
{
"name": "used-codesystem",
"valueUri": "http://terminology.hl7.org/CodeSystem/condition-clinical|3.0.0"
}
],
"contains": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
},
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "inactive",
"display": "Inactive"
}
]
}
},
{
"resourceType": "ValueSet",
"id": "clinical-condition-1",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset",
"https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4"
]
},
"url": "https://healthterminologies.gov.au/fhir/ValueSet/clinical-condition-1",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.2.36.1.2001.1004.201.10035"
}
],
"version": "1.0.2",
"name": "ClinicalCondition",
"title": "Clinical Condition",
"status": "active",
"experimental": false,
"date": "2020-05-31",
"publisher": "Australian Digital Health Agency",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "help@digitalhealth.gov.au"
}
]
}
],
"description": "The Clinical Condition value set includes values that cover a broad range of clinical concepts to support the representation of conditions, including problems, diagnoses and disorders.",
"copyright": "Copyright © 2018 Australian Digital Health Agency - All rights reserved. Except for the material identified below, this content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/. \n\nThis resource includes SNOMED Clinical Terms™ (SNOMED CT®) which is used by permission of the International Health Terminology Standards Development Organisation (IHTSDO). All rights reserved. SNOMED CT®, was originally created by The College of American Pathologists. “SNOMED” and “SNOMED CT” are registered trademarks of the IHTSDO. \n\nThe rights to use and implement or implementation of SNOMED CT content are limited to the extent it is necessary to allow for the end use of this material. No further rights are granted in respect of the International Release and no further use of any SNOMED CT content by any other party is permitted. \n\nAll copies of this resource must include this copyright statement and all information contained in this statement.",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "concept",
"op": "in",
"value": "32570581000036105"
}
]
}
]
}
},
{
"resourceType": "Condition",
"id": "ConditionTemplate",
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "problem-list-item"
}
]
}
],
"code": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractContext",
"valueString": "item.where(linkId='2da85994-2d5e-42f1-8a81-abf44f397468').answer.value"
}
],
"coding": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
"valueString": "ofType(Coding)"
}
]
}
],
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
"valueString": "ofType(string)"
}
]
}
},
"subject": {
"_reference": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
"valueString": "%resource.subject.reference"
}
]
}
},
"_onsetDateTime": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
"valueString": "item.where(linkId='4d55bffb-3286-4a23-a785-3b9c346d464d').answer.value.toDateTime()"
}
]
},
"note": [
{
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
"valueString": "item.where(linkId='newdiagnosis-comment').answer.value"
}
]
}
}
]
},
{
"resourceType": "Parameters",
"id": "ConditionPatchTemplate",
"parameter": [
{
"name": "operation",
"part": [
{
"name": "type",
"valueCode": "add"
},
{
"name": "path",
"valueString": "Condition"
},
{
"name": "name",
"valueString": "clinicalStatus"
},
{
"name": "value",
"valueCodeableConcept": {
"coding": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
"valueString": "item.where(linkId='88bcfad7-386b-4d87-b34b-2e50482e4d2c').answer.value.first()"
}
]
}
]
}
},
{
"name": "pathLabel",
"valueString": "Clinical status"
}
]
},
{
"name": "operation",
"part": [
{
"name": "type",
"valueCode": "add"
},
{
"name": "path",
"valueString": "Condition"
},
{
"name": "name",
"valueString": "abatement"
},
{
"name": "value",
"_valueDateTime": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
"valueString": "item.where(linkId='e4524654-f6de-4717-b288-34919394d46b').answer.value.first()"
}
]
}
},
{
"name": "pathLabel",
"valueString": "Abatement date"
}
]
}
]
}
],
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assemble-expectation",
"valueCode": "assemble-child"
},
{
"extension": [
{
"url": "name",
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
"code": "patient"
}
},
{
"url": "type",
"valueCode": "Patient"
},
{
"url": "description",
"valueString": "The patient that is to be used to pre-populate the form"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
},
{
"extension": [
{
"url": "name",
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
"code": "user"
}
},
{
"url": "type",
"valueCode": "Practitioner"
},
{
"url": "description",
"valueString": "The practitioner user that is to be used to pre-populate the form"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
},
{
"extension": [
{
"url": "name",
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
"code": "encounter"
}
},
{
"url": "type",
"valueCode": "Encounter"
},
{
"url": "description",
"valueString": "The encounter that is to be used to pre-populate the form"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembleContext",
"valueString": "age"
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembleContext",
"valueString": "Condition"
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm[x]",
"valueCoding": {
"system": "http://hl7.org/fhir/version-algorithm",
"code": "semver"
}
}
],
"url": "http://www.health.gov.au/assessments/mbs/715/MedicalHistoryCurrentProblems",
"version": "0.4.0",
"name": "MedicalHistoryCurrentProblems",
"title": "Aboriginal and Torres Strait Islander Health Check - Medical History",
"status": "draft",
"experimental": false,
"subjectType": [
"Patient"
],
"date": "2025-03-14",
"publisher": "AEHRC CSIRO",
"contact": [
{
"name": "AEHRC CSIRO",
"telecom": [
{
"system": "url",
"value": "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "AU",
"display": "Australia"
}
]
}
],
"copyright": "Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved.\nThis content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.\nSee https://creativecommons.org/licenses/by-sa/4.0/.\n",
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age.exists()"
}
}
],
"linkId": "28d5dbe4-1e65-487c-847a-847f544a6a91",
"text": "Medical history and current problems",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%resource.repeat(item).where(linkId='MarkComplete-17').answer.value = 'In progress' or %resource.repeat(item).where(linkId='MarkComplete-17').answer.value.empty()"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireItemControlExtended",
"code": "context-display"
}
]
}
}
],
"linkId": "CD-in-progress-17",
"text": "In progress",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div title=\"In progress\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">\r\n\t\t<img width='24' height='24' src='data:image/svg+xml;base64,\r\n\t\tPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiM3NTc1NzUiIGQ9Im0xNS44NCAxMC4ybC0xLjAxIDEuMDFsLTIuMDctMi4wM2wxLjAxLTEuMDJjLjItLjIxLjU0LS4yMi43OCAwbDEuMjkgMS4yNWMuMjEuMjEuMjIuNTUgMCAuNzlNOCAxMy45MWw0LjE3LTQuMTlsMi4wNyAyLjA4bC00LjE2IDQuMkg4di0yLjA5TTEzIDJ2MmM0LjM5LjU0IDcuNSA0LjUzIDYuOTYgOC45MkE4LjAxNCA4LjAxNCAwIDAgMSAxMyAxOS44OHYyYzUuNS0uNiA5LjQ1LTUuNTQgOC44NS0xMS4wM0MyMS4zMyA2LjE5IDE3LjY2IDIuNSAxMyAybS0yIDBjLTEuOTYuMTgtMy44MS45NS01LjMzIDIuMkw3LjEgNS43NGMxLjEyLS45IDIuNDctMS40OCAzLjktMS42OHYtMk00LjI2IDUuNjdBOS44MSA5LjgxIDAgMCAwIDIuMDUgMTFoMmMuMTktMS40Mi43NS0yLjc3IDEuNjQtMy45TDQuMjYgNS42N00yLjA2IDEzYy4yIDEuOTYuOTcgMy44MSAyLjIxIDUuMzNsMS40Mi0xLjQzQTguMDAyIDguMDAyIDAgMCAxIDQuMDYgMTNoLTJtNSA1LjM3bC0xLjM5IDEuMzdBOS45OTQgOS45OTQgMCAwIDAgMTEgMjJ2LTJhOC4wMDIgOC4wMDIgMCAwIDEtMy45LTEuNjNoLS4wNFoiLz48L3N2Zz4=' \r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
},
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%resource.repeat(item).where(linkId='MarkComplete-17').answer.value = 'Complete'"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireItemControlExtended",
"code": "context-display"
}
]
}
}
],
"linkId": "CD-complete-17",
"text": "Complete",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div title=\"Complete\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">\r\n\t\t<img width='24' height='24' src='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiMyZTdkMzIiIGQ9Ik0yMCAxMmE4IDggMCAwIDEtOCA4YTggOCAwIDAgMS04LThhOCA4IDAgMCAxIDgtOGMuNzYgMCAxLjUuMTEgMi4yLjMxbDEuNTctMS41N0E5LjgyMiA5LjgyMiAwIDAgMCAxMiAyQTEwIDEwIDAgMCAwIDIgMTJhMTAgMTAgMCAwIDAgMTAgMTBhMTAgMTAgMCAwIDAgMTAtMTBNNy45MSAxMC4wOEw2LjUgMTEuNUwxMSAxNkwyMSA2bC0xLjQxLTEuNDJMMTEgMTMuMTdsLTMuMDktMy4wOVoiLz48L3N2Zz4='\r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
},
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%resource.repeat(item).where(linkId='MarkComplete-17').answer.value = 'Attention required'"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireItemControlExtended",
"code": "context-display"
}
]
}
}
],
"linkId": "CD-attention-17",
"text": "Attention required",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div title=\"Attention required\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">\r\n\t\t<img width='24' height='24' src='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkY4QzAwIiBzdHJva2Utd2lkdGg9IjkiLz48bGluZSB4MT0iNTAiIHkxPSIyOCIgeDI9IjUwIiB5Mj0iNjAiIHN0cm9rZT0iI0ZGOEMwMCIgc3Ryb2tlLXdpZHRoPSI5Ii8+PGNpcmNsZSBjeD0iNTAiIGN5PSI3NCIgcj0iNSIgZmlsbD0iI0ZGOEMwMCIvPjwvc3ZnPg=='\r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
},
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age <= 5"
}
}
],
"linkId": "b9de2b58-55e2-436d-95ab-49600508cdf7",
"text": "Birth history",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "wk"
}
}
],
"linkId": "a10a7375-e9d3-4e71-a47a-282e9ba38ec1",
"text": "Gestation at birth",
"type": "decimal",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "unit"
}
]
}
}
],
"linkId": "f3899852-36c4-441f-9a7d-544ef1617f08",
"text": "weeks",
"type": "display"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}
],
"linkId": "29b6d8ea-23b2-4a69-98d9-899198692de7",
"text": "Birth weight",
"type": "decimal",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "unit"
}
]
}
}
],
"linkId": "87cf1ecd-6d1b-4de1-894d-58bd77dcfde1",
"text": "kg",
"type": "display"
}
]
}
]
},
{
"linkId": "medicalhistorysummary",
"text": "Medical history summary",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Medical history summary</p>\n <p style=\"font-size:0.9em; font-weight:normal\"><em>This section includes a list of existing items from the patient record. <br />Update these items here or update the patient record and repopulate the form. <br />Add new items at the bottom.</em></p>\n </div>"
}
]
},
"type": "group",
"item": [
{
"extension": [
{
"url": "https://smartforms.csiro.au/ig/StructureDefinition/GroupHideAddItemButton",
"valueBoolean": true
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "gtable"
}
]
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-itemPopulationContext",
"valueExpression": {
"name": "ConditionRepeat",
"language": "text/fhirpath",
"expression": "%Condition.entry.resource.where(verificationStatus.coding.all(code.empty() or code='confirmed'))"
}
},
{
"extension": [
{
"url": "template",
"valueReference": {
"reference": "#ConditionPatchTemplate"
}
},
{
"url": "https://smartforms.csiro.au/ig/StructureDefinition/TemplateExtractExtensionPatchRequestUrl",
"valueString": "'Condition/' + item.where(linkId='conditionId').answer.value"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtract"
}
],
"linkId": "92bd7d05-9b5e-4cf9-900b-703f361dad9d",
"text": "Recorded problems/diagnoses",
"type": "group",
"repeats": true,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden",
"valueBoolean": true
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%ConditionRepeat.id"
}
}
],
"linkId": "conditionId",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "autocomplete"
}
]
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-width",
"valueQuantity": {
"value": 40,
"system": "http://unitsofmeasure.org",
"code": "%"
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%ConditionRepeat.code.select((coding.where(system='http://snomed.info/sct') | coding.where(system!='http://snomed.info/sct').first() | text ).first())"
}
}
],
"linkId": "59b1900a-4f85-4a8c-b9cd-3fe2fd76f27e",
"text": "Condition",
"type": "open-choice",
"readOnly": true,
"answerValueSet": "#clinical-condition-1"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down"
}
]
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%ConditionRepeat.clinicalStatus.coding"
}
}
],
"linkId": "88bcfad7-386b-4d87-b34b-2e50482e4d2c",
"text": "Clinical status",
"type": "choice",
"answerValueSet": "#ConditionClinicalStatusMinimal"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%ConditionRepeat.clinicalStatus.coding"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden",
"valueBoolean": true
}
],
"linkId": "medicalhistory-status-hidden",
"type": "choice",
"answerValueSet": "#ConditionClinicalStatusMinimal"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%ConditionRepeat.onset.ofType(dateTime).toString().substring(0,10).toDate()"
}
}
],
"linkId": "6ae641ad-95bb-4cdc-8910-5a52077e492c",
"text": "Onset date",
"type": "date",
"readOnly": true
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%ConditionRepeat.abatement.ofType(dateTime).toString().substring(0,10).toDate()"
}
}
],
"linkId": "e4524654-f6de-4717-b288-34919394d46b",
"text": "Abatement date",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%ConditionRepeat.abatement.ofType(dateTime).toString().substring(0,10).toDate()"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden",
"valueBoolean": true
}
],
"linkId": "medicalhistory-abatementdate-hidden",
"type": "date"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "gtable"
}
]
}
},
{
"extension": [
{
"url": "template",
"valueReference": {
"reference": "#ConditionTemplate"
}
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtract"
}
],
"linkId": "newdiagnosis",
"text": "New problems/diagnoses",
"type": "group",
"repeats": true,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "autocomplete"
}
]
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-width",
"valueQuantity": {
"value": 35,
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
],
"linkId": "2da85994-2d5e-42f1-8a81-abf44f397468",
"text": "Condition",
"type": "open-choice",
"answerValueSet": "#clinical-condition-1"
},
{
"linkId": "4d55bffb-3286-4a23-a785-3b9c346d464d",
"text": "Onset date",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-width",
"valueQuantity": {
"value": 40,
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
],
"linkId": "newdiagnosis-comment",
"text": "Comment",
"type": "string"
}
]
}
]
},
{
"linkId": "62774152-8a6e-4449-af9f-87bdce8b9bf5",
"text": "Health priorities, actions and follow-up",
"type": "text",
"repeats": false
},
{
"linkId": "medicalhistory-section-end-divider",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"border-top: 1px solid #ccc;\"></div>"
}
]
},
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "radio-button"
}
]
}
}
],
"linkId": "MarkComplete-17",
"text": "Section completion status",
"type": "choice",
"repeats": false,
"answerOption": [
{
"valueString": "Complete",
"_valueString": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">Complete \r\n\t\t<img width='19' height='19' src='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiMyZTdkMzIiIGQ9Ik0yMCAxMmE4IDggMCAwIDEtOCA4YTggOCAwIDAgMS04LThhOCA4IDAgMCAxIDgtOGMuNzYgMCAxLjUuMTEgMi4yLjMxbDEuNTctMS41N0E5LjgyMiA5LjgyMiAwIDAgMCAxMiAyQTEwIDEwIDAgMCAwIDIgMTJhMTAgMTAgMCAwIDAgMTAgMTBhMTAgMTAgMCAwIDAgMTAtMTBNNy45MSAxMC4wOEw2LjUgMTEuNUwxMSAxNkwyMSA2bC0xLjQxLTEuNDJMMTEgMTMuMTdsLTMuMDktMy4wOVoiLz48L3N2Zz4='\r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
}
},
{
"valueString": "In progress",
"_valueString": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">In progress \r\n\t\t<img width='20' height='20' src='data:image/svg+xml;base64,\r\n\t\tPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiM3NTc1NzUiIGQ9Im0xNS44NCAxMC4ybC0xLjAxIDEuMDFsLTIuMDctMi4wM2wxLjAxLTEuMDJjLjItLjIxLjU0LS4yMi43OCAwbDEuMjkgMS4yNWMuMjEuMjEuMjIuNTUgMCAuNzlNOCAxMy45MWw0LjE3LTQuMTlsMi4wNyAyLjA4bC00LjE2IDQuMkg4di0yLjA5TTEzIDJ2MmM0LjM5LjU0IDcuNSA0LjUzIDYuOTYgOC45MkE4LjAxNCA4LjAxNCAwIDAgMSAxMyAxOS44OHYyYzUuNS0uNiA5LjQ1LTUuNTQgOC44NS0xMS4wM0MyMS4zMyA2LjE5IDE3LjY2IDIuNSAxMyAybS0yIDBjLTEuOTYuMTgtMy44MS45NS01LjMzIDIuMkw3LjEgNS43NGMxLjEyLS45IDIuNDctMS40OCAzLjktMS42OHYtMk00LjI2IDUuNjdBOS44MSA5LjgxIDAgMCAwIDIuMDUgMTFoMmMuMTktMS40Mi43NS0yLjc3IDEuNjQtMy45TDQuMjYgNS42N00yLjA2IDEzYy4yIDEuOTYuOTcgMy44MSAyLjIxIDUuMzNsMS40Mi0xLjQzQTguMDAyIDguMDAyIDAgMCAxIDQuMDYgMTNoLTJtNSA1LjM3bC0xLjM5IDEuMzdBOS45OTQgOS45OTQgMCAwIDAgMTEgMjJ2LTJhOC4wMDIgOC4wMDIgMCAwIDEtMy45LTEuNjNoLS4wNFoiLz48L3N2Zz4=' \r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
}
},
{
"valueString": "Attention required",
"_valueString": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">Attention required \r\n\t\t<img width='19' height='19' src='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkY4QzAwIiBzdHJva2Utd2lkdGg9IjkiLz48bGluZSB4MT0iNTAiIHkxPSIyOCIgeDI9IjUwIiB5Mj0iNjAiIHN0cm9rZT0iI0ZGOEMwMCIgc3Ryb2tlLXdpZHRoPSI5Ii8+PGNpcmNsZSBjeD0iNTAiIGN5PSI3NCIgcj0iNSIgZmlsbD0iI0ZGOEMwMCIvPjwvc3ZnPg=='\r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
}
}
]
}
]
}
]
}