FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: PlanDefinition/card-example-disprx

Packageihe.qrph.ccg
Resource TypePlanDefinition
Idcard-example-disprx
FHIR VersionR4
Sourcehttps://profiles.ihe.net/QRPH/CCG/https://build.fhir.org/ig/IHE/QRPH.CCG/PlanDefinition-card-example-disprx.html
URLhttp://example.org/PlanDefinition/card-example-disprx
Version1.0.0-current
Statusactive
Date2024-11-18T17:56:55+00:00
NameExampleCARDdisprx
TitleCCG CARD example - dispense medication
Realmuv
Authorityihe
DescriptionIHE CCG example for Dispense Medication CARD (based on HL7 CPG example)

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

Generated Narrative: PlanDefinition card-example-disprx

url: PlanDefinition CCG CARD example - dispense medication

version: 1.0.0-current

name: ExampleCARDdisprx

title: CCG CARD example - dispense medication

type: ECA Rule

status: Active

experimental: true

date: 2024-11-18 17:56:55+0000

publisher: IHE QRPH Technical Committee

contact: https://www.ihe.net/ihe_domains/quality_research_and_public_health/, qrph@ihe.net, IHE QRPH Technical Committee: qrph@ihe.net

description:

IHE CCG example for Dispense Medication CARD (based on HL7 CPG example)

jurisdiction: Global (Whole world)

topic: Dispense Medication

relatedArtifact

type: Documentation

url: https://www.who.int/southeastasia/publications/i/item/who-ucn-ncd-20.1

Documents

-Url
*https://www.who.int/southeastasia/publications/i/item/who-ucn-ncd-20.1

library: http://example.org/Library/disprx

action

condition

kind: Applicability

Expressions

-LanguageExpression
*CQLInsulin Medication Order exists and can be filled

definition: Activity Example Dispense Medication AD


Source

{
  "resourceType": "PlanDefinition",
  "id": "card-example-disprx",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-card-disprx"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/PlanDefinition/card-example-disprx",
  "version": "1.0.0-current",
  "name": "ExampleCARDdisprx",
  "title": "CCG CARD example - dispense medication",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/plan-definition-type",
        "code": "eca-rule"
      }
    ]
  },
  "status": "active",
  "experimental": true,
  "date": "2024-11-18T17:56:55+00:00",
  "publisher": "IHE QRPH Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/quality_research_and_public_health/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "qrph@ihe.net"
        }
      ]
    },
    {
      "name": "IHE QRPH Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "qrph@ihe.net"
        }
      ]
    }
  ],
  "description": "IHE CCG example for Dispense Medication CARD (based on HL7 CPG example)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "topic": [
    {
      "coding": [
        {
          "system": "https://profiles.ihe.net/QRPH/CCG/CodeSystem/ccg-card-type-cs",
          "code": "disprx"
        }
      ]
    }
  ],
  "relatedArtifact": [
    {
      "type": "documentation",
      "url": "https://www.who.int/southeastasia/publications/i/item/who-ucn-ncd-20.1",
      "document": {
        "url": "https://www.who.int/southeastasia/publications/i/item/who-ucn-ncd-20.1"
      }
    }
  ],
  "library": [
    "http://example.org/Library/disprx"
  ],
  "action": [
    {
      "condition": [
        {
          "kind": "applicability",
          "expression": {
            "language": "text/cql",
            "expression": "Insulin Medication Order exists and can be filled"
          }
        }
      ],
      "definitionCanonical": "http://example.org/fhir/uv/cpg/ActivityDefinition/activity-example-dispensemedication-ad"
    }
  ]
}