-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from WorldHealthOrganization/br-base-profiles
Fixed package id, updated name and description, added dependencies on…
- Loading branch information
Showing
2 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
input/profiles/structuredefinition-sg-groupdefinition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"resourceType": "StructureDefinition", | ||
"id": "sg-groupdefinition", | ||
"url": "http://worldhealthorganization.github.io/smart-base/StructureDefinition/sg-groupdefinition", | ||
"name": "SGGroupDefinition", | ||
"title": "WHO SMART Guidelines Group Definition", | ||
"status": "draft", | ||
"experimental": false, | ||
"description": "WHO SMART Guidelines Group Definition", | ||
"fhirVersion": "4.0.1", | ||
"kind": "resource", | ||
"abstract": false, | ||
"type": "Group", | ||
"baseDefinition": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-groupdefinition", | ||
"derivation": "constraint", | ||
"differential" : { | ||
"element" : [ | ||
{ | ||
"id" : "Group", | ||
"path" : "Group", | ||
"mustSupport" : false | ||
}, | ||
{ | ||
"id" : "Group.identifier", | ||
"path" : "Group.identifier", | ||
"min" : 1, | ||
"max" : "*", | ||
"mustSupport" : true | ||
}, | ||
{ | ||
"id" : "Group.identifier.use", | ||
"path" : "Group.identifier.use", | ||
"min" : 1, | ||
"max" : "1", | ||
"mustSupport" : true | ||
}, | ||
{ | ||
"id" : "Group.identifier.system", | ||
"path" : "Group.identifier.system", | ||
"min" : 1, | ||
"max" : "1", | ||
"mustSupport" : true | ||
}, | ||
{ | ||
"id" : "Group.identifier.value", | ||
"path" : "Group.identifier.value", | ||
"min" : 1, | ||
"max" : "1", | ||
"mustSupport" : true | ||
}, | ||
{ | ||
"id" : "Group.active", | ||
"path": "Group.active", | ||
"min": 1, | ||
"max": "1", | ||
"mustSupport" : true | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,21 @@ publisher: | |
url: http://who.int | ||
# email: [email protected] | ||
|
||
dependencies: | ||
# hl7.fhir.core: | ||
# id: r4b | ||
# version: 4.6.0 | ||
# reason: | | ||
# This IG leverages subscription constructs pre-adopted from R4B. Importing this IG makes the relevant terminologies available. | ||
hl7.fhir.uv.crmi: | ||
id: crmi | ||
version: 1.0.0-ballot | ||
reason: This IG uses content management profiles and capabilities provided by CRMI | ||
hl7.fhir.uv.cpg: | ||
id: cpg | ||
version: 1.0.0 | ||
reason: This IG uses computable guideline profiles and capabilities provided by CPG | ||
|
||
pages: | ||
index.md: | ||
title: Home | ||
|