Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aged care facade demo #26

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
bulk-import.py
.DS_Store
Thumbs.db
/assembler
# /fsh-generated
/input-cache
/node_modules
/output
/temp
/template
/.vscode
bulk-import.py
assembler/
fsh-generated/fsh-index.*
fsh-generated/includes/
input-cache/
node_modules/
output/
temp/
template/
.vscode/
fhir.schema.json
53 changes: 0 additions & 53 deletions fsh-generated/includes/fsh-link-references.md

This file was deleted.

54 changes: 0 additions & 54 deletions fsh-generated/includes/menu.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,14 @@
"description": "The Aboriginal and/or Torres Strait Islander value set includes the Australian Indigenous statuses for Indigenous people.",
"exampleBoolean": false
},
{
"reference": {
"reference": "Questionnaire/AgedCareCMSFacade"
},
"name": "Aged Care QI Prototype",
"description": "Aged Care CMS Facade.",
"exampleBoolean": false
},
{
"reference": {
"reference": "ValueSet/australian-states-territories-2"
Expand All @@ -346,6 +354,14 @@
"description": "Preferred value set for Condition Clinical Status.",
"exampleBoolean": false
},
{
"reference": {
"reference": "StructureDefinition/ConditionEnvironmentAcquired"
},
"name": "Condition Environment Acquired",
"description": "The location where the condition was acquired. The location may be a specific place or a conceptual type of environment.",
"exampleBoolean": false
},
{
"reference": {
"reference": "StructureDefinition/ContainedResourceReference"
Expand Down Expand Up @@ -442,6 +458,14 @@
"exampleBoolean": false,
"name": "Smart Forms Server"
},
{
"reference": {
"reference": "StructureDefinition/slk581"
},
"name": "Statistical Linkage Key 581",
"description": "Statistical linkage key 581 represented as an identifier datatype. Specification for generating the SLK581 is definied by the Australian Institute of Health and Welfare, https://meteor.aihw.gov.au/content/750410",
"exampleBoolean": false
},
{
"reference": {
"reference": "ValueSet/YesNo"
Expand Down
Loading