This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v5.0.0-ballot2: STU5 (v5.0.0) Ballot 2) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions
Active as of 2020-05-07 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Library ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "manifest-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/publishable-manifest-cqfm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/publishable-manifest-cqfm> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table class=\"grid dict\">\n \n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">ANCM Danger Signs Package</td>\n </tr>\n \n\n \n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">manifest-example</td>\n </tr>\n \n\n \n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">1.0.0</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"Library-manifest-example.html\">ANCM Danger Signs Package</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\">\n <b>\n \n official\n \n </b>\n </th>\n <td style=\"padding-left: 4px;\">\n \n <p style=\"margin-bottom: 5px;\">\n <span>ANCM-DT-01</span>\n </p>\n \n </td>\n </tr>\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Experimental: </b></th>\n <td style=\"padding-left: 4px;\">true</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Type: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p style=\"margin-bottom: 5px;\">\n <b>system: </b> <span><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-library-type.html\">LibraryType</a></span>\n </p>\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>code: </b> <span>asset-collection</span>\n </p>\n \n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2020-05-07</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">HL7 International / Clinical Quality Information</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>This library is an example of an artifact manifest for the DT-01 PlanDefinition from the ANC-Mini IG.</p>\n</div></td>\n </tr>\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Use Context: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n <tr>\n <th><b>code</b></th>\n <th><b>value</b></th>\n </tr>\n \n <tr>\n <td>program</td>\n <td/>\n </tr>\n \n </table>\n </td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">US</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Approval Date: </b></th>\n <td style=\"padding-left: 4px;\">2020-05-07</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Last Review Date: </b></th>\n <td style=\"padding-left: 4px;\">2020-05-07</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Related Artifacts: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p><b>Dependencies</b></p>\n <ul>\n \n <li><a href=\"http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20190901\">http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20190901</a></li>\n \n </ul>\n \n \n <p><b>Components</b></p>\n <ul>\n \n <li><a href=\"http://hl7.org/fhir/uv/crmi/1.0.0-snapshot/StructureDefinition-publishable-example.html\">Danger signs (Publishable Example)</a></li>\n \n <li><a href=\"http://hl7.org/fhir/uv/crmi/PlanDefinition/publishable-example\">http://hl7.org/fhir/uv/crmi/PlanDefinition/publishable-example</a></li>\n \n <li><a href=\"http://hl7.org/fhir/uv/crmi/1.0.0-snapshot/StructureDefinition-publishable-example.html\">Danger signs (Publishable Example)</a></li>\n \n </ul>\n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n\n \n </table>\n</div>"
] ; #
fhir:contained ( [
a fhir:Parameters ;
fhir:id [ fhir:v "exp-params" ] ;
( fhir:parameter [
fhir:name [ fhir:v "system-version" ] ;
fhir:value [ fhir:v "http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20190901"^^xsd:anyURI ] ] )
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-expansionParameters"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#exp-params" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-scope"^^xsd:anyURI ] ;
fhir:value [ fhir:v "who.fhir.ancm.anc-dt-01@http://fhir.org/guides/who/ancm#1.0.0" ]
] [
( fhir:extension [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [ fhir:v "documentation" ] ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "For more information on the use of this manifest, refer to the Canonical Resource Management Infrastructure IG" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cds" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/Library/manifest-example"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://example.org/fhir/cqi/ecqm/Library/Identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ANCM-DT-01" ]
] ) ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ANCMDangerSignsPackage"] ; #
fhir:title [ fhir:v "ANCM Danger Signs Package"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/library-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "asset-collection" ] ] )
] ; #
fhir:date [ fhir:v "2020-05-07"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ] ] )
] ) ; #
fhir:description [ fhir:v "This library is an example of an artifact manifest for the DT-01 PlanDefinition from the ANC-Mini IG."] ; #
fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "program" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/quality-programs-example"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ep-ec" ] ;
fhir:display [ fhir:v "EP/EC" ] ] ) ]
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:approvalDate [ fhir:v "2020-05-07"^^xsd:date] ; #
fhir:lastReviewDate [ fhir:v "2020-05-07"^^xsd:date] ; #
fhir:relatedArtifact ( [
fhir:type [ fhir:v "depends-on" ] ;
fhir:display [ fhir:v "SNOMED-CT US Edition, 2019-09-01" ] ;
fhir:resource [
fhir:v "http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20190901"^^xsd:anyURI ;
fhir:link <http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20190901> ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-isOwned"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:type [ fhir:v "composed-of" ] ;
fhir:display [ fhir:v "Danger signs Profile" ] ;
fhir:resource [
fhir:v "http://hl7.org/fhir/uv/crmi/StructureDefinition/publishable-example"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/StructureDefinition/publishable-example> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-resourceType"^^xsd:anyURI ] ;
fhir:value [ fhir:v "StructureDefinition" ] ] ) ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-isOwned"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:type [ fhir:v "composed-of" ] ;
fhir:display [ fhir:v "ANC.DT.01 Danger signs PlanDefinition" ] ;
fhir:resource [
fhir:v "http://hl7.org/fhir/uv/crmi/PlanDefinition/publishable-example"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/PlanDefinition/publishable-example> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-resourceType"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PlanDefinition" ] ] ) ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-isOwned"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:type [ fhir:v "composed-of" ] ;
fhir:display [ fhir:v "ANC.B5 Quick check Questionnaire" ] ;
fhir:resource [
fhir:v "http://hl7.org/fhir/uv/crmi/StructureDefinition/publishable-example"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/StructureDefinition/publishable-example> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-resourceType"^^xsd:anyURI ] ;
fhir:value [ fhir:v "StructureDefinition" ] ] ) ]
] ) . #
IG © 2019+ HL7 International / Clinical Quality Information. Package hl7.fhir.us.cqfmeasures#5.0.0-ballot2 based on FHIR 4.0.1. Generated 2024-04-09
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change