Skip to content

Instantly share code, notes, and snippets.

@pgwilliams
Created December 15, 2020 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgwilliams/8c742d68878b1fda0638a798668e42f2 to your computer and use it in GitHub Desktop.
Save pgwilliams/8c742d68878b1fda0638a798668e42f2 to your computer and use it in GitHub Desktop.
Instance: SimpleCodeSystem
InstanceOf: CodeSystem
Description: "Example of multiple contextual uses"
* id = "CodeSystemDesignationUseExample1"
* status = #draft
* content = #fragment
* concept[0].code = #1234
* concept[0].designation[0].value = "A term"
* concept[0].designation[0].language = #en
* concept[0].designation[0].use = #900000000000013009
* concept[0].designation[0].extension[designation-use-context][0].extension[code].valueCoding.code = #patient-friendly-refset
* concept[0].designation[0].extension[designation-use-context][0].extension[role].valueCoding.code = #preferred
* concept[0].designation[0].extension[designation-use-context][1].extension[code].valueCoding.code = #patient-unfriendly-refset
* concept[0].designation[0].extension[designation-use-context][1].extension[role].valueCoding.code = #avoid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment