Skip to content

Commit

Permalink
Merge pull request #3 from WorldHealthOrganization/br-base-profiles
Browse files Browse the repository at this point in the history
Fixed package id, updated name and description, added dependencies on…
  • Loading branch information
litlfred authored Dec 14, 2023
2 parents 823e829 + ea29878 commit 811eb92
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
60 changes: 60 additions & 0 deletions input/profiles/structuredefinition-sg-groupdefinition.json
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
}
]
}
}
15 changes: 15 additions & 0 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 811eb92

Please sign in to comment.