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

FHIR IG Statistics: ActivityDefinition/activity-example-recorddetectedissue-ad

Packagehl7.fhir.uv.cpg
Resource TypeActivityDefinition
Idactivity-example-recorddetectedissue-ad
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/ActivityDefinition-activity-example-recorddetectedissue-ad.html
URLhttp://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-recorddetectedissue-ad
Version2.0.0
Statusactive
Date2024-11-26T06:42:34+00:00
NameActivityExampleRecordDetectedIssueAD
TitleActivity Example Record Detected Issue AD
Realmuv
Authorityhl7
DescriptionExample Activity Definition for a recommendation to record a detected issue
KindTask

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: ActivityDefinition activity-example-recorddetectedissue-ad

CQF Knowledge capability: shareable

CQF Knowledge capability: computable

CQF Knowledge capability: publishable

url: ActivityDefinition Activity Example Record Detected Issue AD

identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.40.48.11.14

version: 2.0.0

name: ActivityExampleRecordDetectedIssueAD

title: Activity Example Record Detected Issue AD

status: Active

experimental: true

date: 2024-11-26 06:42:34+0000

publisher: HL7 International / Clinical Decision Support

contact: HL7 International / Clinical Decision Support: http://www.hl7.org/Special/committees/dss

description:

Example Activity Definition for a recommendation to record a detected issue

jurisdiction: World

kind: Task

profile: CPG Record Detected Issue Task

code: Record a detected issue

intent: Proposal

doNotPerform: false

dynamicValue

path: input.type

Expressions

-LanguageExpression
*CQLcode

dynamicValue

path: input.value

Expressions

-LanguageExpression
*text/cql-expressionDetectedIssue { id: 'detected-issue', status: 'final', code: "Time-related Detected Issue", severity: 'high', patient: Patient, identified: Today() }

Source

{
  "resourceType": "ActivityDefinition",
  "id": "activity-example-recorddetectedissue-ad",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recorddetectedissueactivity",
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "shareable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "computable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "publishable"
    }
  ],
  "url": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-recorddetectedissue-ad",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.48.11.14"
    }
  ],
  "version": "2.0.0",
  "name": "ActivityExampleRecordDetectedIssueAD",
  "title": "Activity Example Record Detected Issue AD",
  "status": "active",
  "experimental": true,
  "date": "2024-11-26T06:42:34+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "name": "HL7 International / Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Example Activity Definition for a recommendation to record a detected issue",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "kind": "Task",
  "profile": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recorddetectedissuetask",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code": "record-detected-issue",
        "display": "Record a detected issue"
      }
    ]
  },
  "intent": "proposal",
  "doNotPerform": false,
  "dynamicValue": [
    {
      "path": "input.type",
      "expression": {
        "language": "text/cql",
        "expression": "code"
      }
    },
    {
      "path": "input.value",
      "expression": {
        "language": "text/cql-expression",
        "expression": "DetectedIssue { id: 'detected-issue', status: 'final', code: \"Time-related Detected Issue\", severity: 'high', patient: Patient, identified: Today() }"
      }
    }
  ]
}