Skip to content

Commit

Permalink
Update radiology scenarios questionnaire
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jun 19, 2024
1 parent 1527f27 commit 67dcddb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
export const QRadiologyScenariosPoc = {
resourceType: 'Questionnaire',
id: 'RadiologyScenariosPoc',
contained: [
{
resourceType: 'ValueSet',
id: 'SubConceptsAssociatedSites3',
status: 'draft',
compose: {
include: [
{
system: 'http://snomed.info/sct',
filter: [
{
property: 'constraint',
op: '=',
value: '<{{%procedureCode3}}.<<363704007|Site|'
}
]
}
]
}
}
],
url: 'https://smartforms.csiro.au/docs/radiology-scenarios',
version: '0.1.0',
name: 'RadiologyScenarios',
Expand Down
21 changes: 0 additions & 21 deletions resources/Questionnaire/QFhirpathAsyncTester.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
{
"resourceType": "Questionnaire",
"id": "RadiologyScenariosPoc",
"contained": [
{
"resourceType": "ValueSet",
"id": "SubConceptsAssociatedSites3",
"status": "draft",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "constraint",
"op": "=",
"value": "<{{%procedureCode3}}.<<363704007|Site|"
}
]
}
]
}
}
],
"url": "https://smartforms.csiro.au/docs/radiology-scenarios",
"version": "0.1.0",
"name": "RadiologyScenarios",
Expand Down

0 comments on commit 67dcddb

Please sign in to comment.