Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Group",
"id" : "shareable-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablegroup"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group shareable-example</b></p><a name=\"shareable-example\"> </a><a name=\"hcshareable-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-crmi-shareablegroup.html\">CRMI Shareable Group</a></p></div><p><b>CQF Library</b>: <a href=\"Library-ANCCohort.html\">ANC Cohort</a></p><p><b>CQF Expression</b>: <span title=\"text/cql-identifier\"><code>Is Antenatal Care Applicable</code></span></p><p><b>Artifact URL</b>: <a href=\"http://example.org/Group/shareable-example\">http://example.org/Group/shareable-example</a></p><p><b>ArtifactVersion</b>: 0.1.0</p><p><b>Artifact Version Policy</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes strict}\">Strict</span></p><p><b>Artifact Title</b>: Antenatal Care Inclusion Criteria</p><p><b>Artifact Experimental</b>: true</p><p><b>Artifact Publisher</b>: World Health Organization</p><p><b>Artifact Description</b>: </p><div><p>The inclusion criteria for determining applicability of antenatal care</p>\n</div><p><b>Artifact Status</b>: draft</p><p><b>type</b>: Person</p><p><b>actual</b>: false</p><p><b>name</b>: ShareableGroupExample</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-library",
"valueCanonical" : "http://hl7.org/fhir/uv/crmi/Library/ANCCohort"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-expression",
"valueExpression" : {
"language" : "text/cql-identifier",
"expression" : "Is Antenatal Care Applicable"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-url",
"valueUri" : "http://example.org/Group/shareable-example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-version",
"valueString" : "0.1.0"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-versionPolicy",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes",
"code" : "strict"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-title",
"valueString" : "Antenatal Care Inclusion Criteria"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-experimental",
"valueBoolean" : true
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-publisher",
"valueString" : "World Health Organization"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-description",
"valueMarkdown" : "The inclusion criteria for determining applicability of antenatal care"
}
],
"modifierExtension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-status",
"valueCode" : "draft"
}
],
"type" : "person",
"actual" : false,
"name" : "ShareableGroupExample"
}