Computable Care Guidelines
1.0.1-current - ci-build International flag

Computable Care Guidelines, published by IHE QRPH Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/QRPH.CCG/ and changes regularly. See the Directory of published versions

: CARD Stop Service Order - JSON Representation

Active as of 2024-11-18

Raw json | Download

{
  "resourceType" : "PlanDefinition",
  "id" : "card-example-stopsrv",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-card-stopsrv"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b style=\"color: maroon\">Exception generating Narrative: unexpected non-end of element null::a  at line 131 column 50</b></p></div>"
  },
  "url" : "http://example.org/PlanDefinition/card-example-stopsrv",
  "version" : "1.0.1-current",
  "name" : "ExampleCARDstopsrv",
  "title" : "CCG CARD example - recommend stopping a service order",
  "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 a Stop Service Order 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" : "stopsrv"
        }
      ]
    }
  ],
  "relatedArtifact" : [
    {
      "type" : "documentation",
      "url" : "https://www.who.int/publications/i/item/9789240033986",
      "document" : {
        "url" : "https://www.who.int/publications/i/item/9789240033986"
      }
    }
  ],
  "library" : [
    "http://example.org/Library/stopsrv"
  ],
  "action" : [
    {
      "condition" : [
        {
          "kind" : "applicability",
          "expression" : {
            "language" : "text/cql",
            "expression" : "Cancel Outpatient Electrocardiogram Order"
          }
        }
      ],
      "definitionCanonical" : "http://example.org/fhir/uv/cpg/ActivityDefinition/activity-example-stopservice-ad"
    }
  ]
}