FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

CPGCommunicationRequestActivityDefinition

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "ActivityDefinition",
  "id" : "cpg-communicationrequest-activitydefinition",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <code>http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-communicationrequest-activitydefinition</code></p><p><b>identifier</b>: id: CPGCommunicationRequestActivityDefinition (OFFICIAL)</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: CPGCommunicationRequestActivityDefinition</p><p><b>title</b>: CPG CommunicationRequest ActivityDefinition</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-06-23</p><p><b>jurisdiction</b>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>kind</b>: CommunicationRequest</p><p><b>profile</b>: <a href=\"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communicationrequest\">http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communicationrequest</a></p><p><b>doNotPerform</b>: false</p><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: status</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: category</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: priority</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: subject</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: encounter</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: requester</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: recipient</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></div>"
  },
  "url" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-communicationrequest-activitydefinition",
  "identifier" : [
    {
      "use" : "official",
      "value" : "CPGCommunicationRequestActivityDefinition"
    }
  ],
  "version" : "1.0.0",
  "name" : "CPGCommunicationRequestActivityDefinition",
  "title" : "CPG CommunicationRequest ActivityDefinition",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-06-23",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "kind" : "CommunicationRequest",
  "profile" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communicationrequest",
  "doNotPerform" : false,
  "dynamicValue" : [
    {
      "path" : "status",
      "expression" : {
        "language" : "text/cql",
        "expression" : "'draft'"
      }
    },
    {
      "path" : "category",
      "expression" : {
        "language" : "text/cql",
        "expression" : "CategoryCodeableConcept"
      }
    },
    {
      "path" : "priority",
      "expression" : {
        "language" : "text/cql",
        "expression" : "'routine'"
      }
    },
    {
      "path" : "subject",
      "expression" : {
        "language" : "text/cql",
        "expression" : "Patient"
      }
    },
    {
      "path" : "encounter",
      "expression" : {
        "language" : "text/cql",
        "expression" : "Encounter"
      }
    },
    {
      "path" : "requester",
      "expression" : {
        "language" : "text/cql",
        "expression" : "Practitioner"
      }
    },
    {
      "path" : "recipient",
      "expression" : {
        "language" : "text/cql",
        "expression" : "Patient"
      }
    }
  ]
}