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

Updated to make the parent shareable resources #11

Merged
merged 1 commit into from
Feb 8, 2023
Merged
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
4 changes: 2 additions & 2 deletions input/fsh/codesystem.fsh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Profile: SVCMCodeSystem
Parent: CodeSystem
Parent: shareablecodesystem
Id: IHE.SVCM.CodeSystem
Title: "SVCM CodeSystem"
Description: "A profile on the CodeSystem resource for SVCM."

* url 1..1
* url ^short = "For existing code systems with an id in other formats, the URL can be expressed as a URN, e.g., urn:oid:X.X.X. Otherwise the value shall be a URL."
* identifier ^short = "The identifier shall contain any business identifiers this code system is identified by."
* identifier ^short = "The identifier shall contain any business identifiers this code system is identified by."
10 changes: 10 additions & 0 deletions input/fsh/examples.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Usage: #example

* id = "svcm-example-codesystem"
* name = "SVCMExampleCodeSystem"
* version = "1.0.0"
* publisher = "Example Publisher"
* status = #active
* title = "SVCM Example CodeSystem"
* description = "An example CodeSystem for SVCM"
Expand All @@ -22,6 +24,8 @@ Usage: #example

* id = "svcm-example-codesystem2"
* name = "SVCMExampleCodeSystem2"
* version = "1.0.0"
* publisher = "Example Publisher"
* status = #active
* title = "SVCM Example 2 CodeSystem"
* description = "An example CodeSystem for SVCM for mapping"
Expand All @@ -40,6 +44,8 @@ Usage: #example

* id = "svcm-example-valueset"
* name = "SVCMExampleValueSet"
* version = "1.0.0"
* publisher = "Example Publisher"
* status = #active
* experimental = true
* title = "SVCM Example ValueSet"
Expand All @@ -54,6 +60,8 @@ Usage: #example

* id = "svcm-example2-valueset"
* name = "SVCMExample2ValueSet"
* version = "1.0.0"
* publisher = "Example Publisher"
* status = #active
* experimental = true
* title = "SVCM Example 2 ValueSet"
Expand All @@ -69,6 +77,8 @@ Usage: #example
* url = "http://example.org/svcm/example-conceptmap"
* id = "svcm-example-conceptmap"
* name = "SVCM_Example_ConceptMap"
* version = "1.0.0"
* publisher = "Example Publisher"
* title = "SVCM Example ConceptMap"
* status = #draft
* experimental = true
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/valueset.fsh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Profile: SVCMValueSet
Parent: ValueSet
Parent: shareablevalueset
Id: IHE.SVCM.ValueSet
Title: "SVCM ValueSet"
Description: "A profile on the ValueSet resource for SVCM."

* url 1..1
* url ^short = "For existing value sets with an id in other formats, the URL can be expressed as a URN, e.g., urn:oid:X.X.X. Otherwise the value shall be a URL."
* identifier ^short = "The identifier shall contain any business identifiers this value set is identified by."
* identifier ^short = "The identifier shall contain any business identifiers this value set is identified by."