📄️ FHIR Profiles
In FHIR (Fast Healthcare Interoperability Resources) Shorthand, profiles are a key mechanism for defining how FHIR resources should be used in specific contexts. Here's a detailed explanation of what profiles are and their significance:
📄️ RuleSet and Alias
A RuleSet & Alias provide a templates and reference mechanisms to keep support DRY (Don't-Repeat-Yourself) principles. The following definitions are used in the CapabilityStatement and Questionnaire.
📄️ Capability Statement
A CapabilityStatement is an instance resource that defines the functionalities provided by or required from a FHIR server. It describes the capabilities of a FHIR implementation, such as supported operations, interactions, and profiles.
📄️ OAS Generation Tool
The OAS Generation Tool is part of the Digital Tooling commissioned by Health New Zealand | Te Whatu Ora. This is an open-source tool, available in GitHub. Add the package dependency, see the package registry for available releases.
📄️ Questionnaires
A Questionnaire is a resource that defines a structured set of questions intended to gather information from a user or a system.
📄️ CodeSystems
CodeSystem acts as an enumeration list, this must be published and trusted (how?).
📄️ ValueSets
https://build.fhir.org/ig/HL7/fhir-shorthand/reference.html#defining-value-sets
📄️ Extension
https://build.fhir.org/ig/HL7/fhir-shorthand/reference.html#defining-extensions
📄️ Resource without Referential Integrity
Start with the minimum definition, referencing your FHIR Profiles.
📄️ Custom Operations
The RESTful API defines a set of common interactions (read, update, search, etc.) performed on a repository of typed resources. These interactions follow the RESTful paradigm of managing state by Create/Read/Update/Delete actions on a set of identified resources. While this approach solves many use cases, there is some functionality that can be met more efficiently using an RPC-like paradigm, where named operations are performed with inputs and outputs (Execute).
📄️ FHIR Condition
This particular example is an extension of Condition, providing a Code selection, based on the FHIR Extensions.
📄️ Free-form Documentation
Enrichment of user guidance, beyond the automatically generated canonical content, can authored using the mark-down content in the input/pagecontent directory. the sushi init provides a single index.md file to get started. This can be used to provide a site map to the resources, diagrams or static images
📄️ Quality Assurance Report
Recommend this report (/qa.html) is checked each time changes are made. The following 4 warnings will always appear.