diff --git a/input/fsh/codesystem.fsh b/input/fsh/codesystem.fsh index aca064d..707b562 100644 --- a/input/fsh/codesystem.fsh +++ b/input/fsh/codesystem.fsh @@ -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." \ No newline at end of file +* identifier ^short = "The identifier shall contain any business identifiers this code system is identified by." diff --git a/input/fsh/examples.fsh b/input/fsh/examples.fsh index c6de7f1..afdad26 100644 --- a/input/fsh/examples.fsh +++ b/input/fsh/examples.fsh @@ -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" @@ -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" @@ -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" @@ -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" @@ -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 diff --git a/input/fsh/valueset.fsh b/input/fsh/valueset.fsh index db80e31..24d3458 100644 --- a/input/fsh/valueset.fsh +++ b/input/fsh/valueset.fsh @@ -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." \ No newline at end of file +* identifier ^short = "The identifier shall contain any business identifiers this value set is identified by."