-
Notifications
You must be signed in to change notification settings - Fork 35
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
Epic: Interpret an extension resource (StructureDefintion) #168
Labels
Comments
kennethmyhra
changed the title
Diverse extensions som skal støttes
Interpret and understand an extension resource (StructureDefintion)
Nov 11, 2020
kennethmyhra
changed the title
Interpret and understand an extension resource (StructureDefintion)
Interpret an extension resource (StructureDefintion)
Nov 11, 2020
7 tasks
losolio
changed the title
Interpret an extension resource (StructureDefintion)
Epic: Interpret an extension resource (StructureDefintion)
Feb 9, 2021
Summary of extensions in use:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Form Builder should be able to interpret any simple extension that it loads.
An extension is defined as simple if it has only one attribute/value
Examples of extensions can be found here: https://github.com/helsenorge/fhir-sdf/tree/master/resources/StructureDefinition
How to interpret an extension:
type
- If value of this attribute isExtension
, then this StructureDefintion is an extensioncontext
- Where this extension be useddifferential.element[id='Extension'].short
- Display name for the extensiondifferential.element[id='Extension'].definition
- Description for the extensiondifferential.element[id='Extension'].min
- Minimum cardinalitydifferential.element[id='Extension'].max
- Maximum cardinalitydifferential.element[id='Extension.url'].fixedUri
- The fixed uri that is used to identify the extension in the Questionnairedifferential.element[id='Extension.value[x]'].min
- Minimum cardinalitydifferential.element[id='Extension.value[x]'].max
- Maximum cardinalitydifferential.element[id='Extension.value[x]'].type.code
- Data TypeDatatyper som skal støttes [1]:
[1] Polymorfisme skal ikke støttes
The text was updated successfully, but these errors were encountered: