FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm.r4b |
| Resource Type | Library |
| Id | Library-library-mrp-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Title: | DEQM Library MRP Example | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id: | library-mrp-example | ||||||||||||||||||||||||||||||||
| Version: | 5.0.0 | ||||||||||||||||||||||||||||||||
| Url: | DEQM Library MRP Example | ||||||||||||||||||||||||||||||||
|
urn:oid:2.16.840.1.113883.4.642.40.2.28.4 |
|||||||||||||||||||||||||||||||||
| Type: |
system: http://terminology.hl7.org/CodeSystem/library-type code: module-definition |
||||||||||||||||||||||||||||||||
| Date: | 2025-05-19 15:55:30+0000 | ||||||||||||||||||||||||||||||||
| Publisher: | HL7 International / Clinical Quality Information | ||||||||||||||||||||||||||||||||
| Description: | Example Library resource to demonstrate the framework for MRP |
||||||||||||||||||||||||||||||||
| Jurisdiction: | US | ||||||||||||||||||||||||||||||||
| Data Requirements: |
|
{
"resourceType": "Library",
"id": "library-mrp-example",
"meta": {
"source": "http://example.org/fhir/server"
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/us/davinci-deqm/Library/library-mrp-example",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.2.28.4"
}
],
"version": "5.0.0",
"name": "DEQMLibraryMRPExample",
"title": "DEQM Library MRP Example",
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/library-type",
"code": "module-definition"
}
]
},
"date": "2025-05-19T15:55:30+00:00",
"publisher": "HL7 International / Clinical Quality Information",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description": "Example Library resource to demonstrate the framework for MRP",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"dataRequirement": [
{
"type": "MeasureReport",
"profile": [
"http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/datax-measurereport-deqm"
]
},
{
"type": "Patient",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
]
},
{
"type": "Encounter",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"
]
},
{
"type": "Location",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
]
},
{
"type": "Task",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task"
]
},
{
"type": "Organization",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
]
},
{
"type": "Practitioner",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"
]
}
]
}