@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://ecqi.healthit.gov/ecqms/Library/MPPManifest> a fhir:Library ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MPPManifest"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/quality-program-cqfm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/quality-program-cqfm>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n    <table class=\"grid dict\">\n        \n        \n\n        \n        \n        <tr>\n            <th scope=\"row\"><b>Id: </b></th>\n            <td style=\"padding-left: 4px;\">MPPManifest</td>\n        </tr>\n        \n\n        \n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Url: </b></th>\n            <td style=\"padding-left: 4px;\"><a href=\"Library-MPPManifest.html\">MPPManifest</a></td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Name: </b></th>\n            <td style=\"padding-left: 4px;\">MPPManifest</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Status: </b></th>\n            <td style=\"padding-left: 4px;\">draft</td>\n        </tr>\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/7.1.0/CodeSystem-library-type.html\">http://terminology.hl7.org/CodeSystem/library-type</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;\">2026-05-13 23:09:13+0000</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\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                \n                <p><b>Components</b></p>\n                <ul>\n                  \n                    <li><a href=\"Measure-MPPEncounterLevel.html\">Multi-provider Patient Encounter Level Example</a></li>\n                  \n                    <li><a href=\"Measure-MPPEncounterLevel.html\">Multi-provider Patient Encounter Level 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:contained ( [
     a fhir:Parameters ;
     fhir:id [ fhir:v "expansion-parameters" ] ;
     fhir:parameter ( [
       fhir:name [ fhir:v "forceCanonicalVersion" ] ;
       fhir:value [
         a fhir:Canonical ;
         fhir:v "http://ecqi.healthit.gov/ecqms/Library/AttributionModel|1.0.0-custom"^^xsd:anyURI ;
         fhir:l <http://ecqi.healthit.gov/ecqms/Library/AttributionModel?version=1.0.0-custom>
       ]
     ] )
  ] ) ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-expansionParameters"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-expansionParameters>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <#expansion-parameters> ;
       fhir:reference [ fhir:v "#expansion-parameters" ]
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <http://ecqi.healthit.gov/ecqms/Device/cqf-tooling> ;
       fhir:reference [ fhir:v "Device/cqf-tooling" ]
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://ecqi.healthit.gov/ecqms/Library/MPPManifest"^^xsd:anyURI ;
     fhir:l <http://ecqi.healthit.gov/ecqms/Library/MPPManifest>
  ] ; # 
  fhir:name [ fhir:v "MPPManifest"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/library-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/library-type>
       ] ;
       fhir:code [ fhir:v "asset-collection" ]
     ] )
  ] ; # 
  fhir:date [ fhir:v "2026-05-13T23:09:13+00:00"^^xsd:dateTime] ; # 
  fhir:relatedArtifact ( [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:display [ fhir:v "MPP Encounter Level" ] ;
     fhir:resource [
       fhir:v "http://ecqi.healthit.gov/ecqms/Measure/MPPEncounterLevel"^^xsd:anyURI ;
       fhir:l <http://ecqi.healthit.gov/ecqms/Measure/MPPEncounterLevel>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:display [ fhir:v "MPP Patient Level" ] ;
     fhir:resource [
       fhir:v "http://ecqi.healthit.gov/ecqms/Measure/MPPEncounterLevel"^^xsd:anyURI ;
       fhir:l <http://ecqi.healthit.gov/ecqms/Measure/MPPEncounterLevel>
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

