FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.deqm
Resource TypeLibrary
IdLibrary-library-mrp-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Metadata
Title DEQM Library MRP Example
Version 1.0.0-ballot
Jurisdiction World
Steward (Publisher) HL7 International / Clinical Quality Information
Description

Example Library resource to demonstrate the framework for MRP

Type module-definition from http://terminology.hl7.org/CodeSystem/library-type
Data Requirement Type: MeasureReport
Profile(s): DEQM Data Exchange MeasureReport Profile
Data Requirement Type: Patient
Profile(s): QICore Patient
Data Requirement Type: Encounter
Profile(s): QICore Encounter
Data Requirement Type: Location
Profile(s): QICore Location
Data Requirement Type: Task
Profile(s): QICore Task
Data Requirement Type: Organization
Profile(s): QICore Organization
Data Requirement Type: Practitioner
Profile(s): QICore Practitioner
Parameters
Parameter None
Generated using version 0.5.4-cibuild of the sample-content-ig Liquid templates

Source1

{
  "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/uv/deqm/Library/library-mrp-example",
  "version": "1.0.0-ballot",
  "name": "DEQMLibraryMRPExample",
  "title": "DEQM Library MRP Example",
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/library-type",
        "code": "module-definition"
      }
    ]
  },
  "date": "2026-04-06T17:24:33+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": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "dataRequirement": [
    {
      "type": "MeasureReport",
      "profile": [
        "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-dataexchangemeasurereport"
      ]
    },
    {
      "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"
      ]
    }
  ]
}