From c77bad698190783e5b7657003d0a9a90501b81bf Mon Sep 17 00:00:00 2001 From: Luke Duncan Date: Wed, 11 Oct 2023 09:35:13 -0700 Subject: [PATCH] Removed old activity definition files that are no longer used. --- .../IMMZ.DT.08.Measles.IR.json | 104 ------------------ .../IMMZ.DT.08.Measles.SR.json | 66 ----------- 2 files changed, 170 deletions(-) delete mode 100644 input/resources/activitydefinition/IMMZ.DT.08.Measles.IR.json delete mode 100644 input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json diff --git a/input/resources/activitydefinition/IMMZ.DT.08.Measles.IR.json b/input/resources/activitydefinition/IMMZ.DT.08.Measles.IR.json deleted file mode 100644 index c6e01e9abd..0000000000 --- a/input/resources/activitydefinition/IMMZ.DT.08.Measles.IR.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "resourceType": "ActivityDefinition", - "id": "IMMZ.DT.08.Measles.IR", - "meta": { - "profile": [ - "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity" - ] - }, - "url": "http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.08.Measles.IR", - "version": "0.1.0", - "title": "IMMZ.DT.08.Measles.IR", - "status": "draft", - "experimental": true, - "date": "2022-05-06T12:05:48.3799313-04:00", - "publisher": "World Health Organization (WHO)", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "https://who.int" - } - ] - } - ], - "description": "Provide measles immunization", - "kind": "ImmunizationRecommendation", - "code": { - "coding": [ - { - "system": "http://snomed.info/sct", - "code": "33879002", - "display": "Administration of vaccine to produce active immunity" - } - ] - }, - "intent": "proposal", - "doNotPerform": false, - "dynamicValue": [ - { - "path" : "recommendation.targetDisease", - "expression" : { - "language" : "text/cql", - "expression" : "Code { system: 'http://id.who.int/icd/release/11/mms', code: 'XN186', display: 'Measles virus' }" - } - }, - { - "path": "recommendation.seriesDoses", - "expression": { - "description": "The number of doses in this series.", - "language": "text/cql", - "expression": "Number of Required MCV Doses" - } - }, - { - "path": "recommendation.doseNumber", - "expression": { - "description": "The dose number being given.", - "language": "text/cql", - "expression": "MCV Next Dose Number" - } - }, - { - "path" : "recommendation.forecastStatus", - "expression" : { - "language" : "text/cql", - "expression" : "Code { system: 'http://terminology.hl7.org/CodeSystem/immunization-recommendation-status', code: 'due' }" - } - }, - { - "path": "recommendation.dateCriterion[0].value", - "expression": { - "description": "Due date of the dose", - "language": "text/cql", - "expression": "Schedule Due Date for MCV dose" - } - }, - { - "path" : "recommendation.dateCriterion[0].code", - "expression" : { - "description": "Date vaccine due", - "language" : "text/cql", - "expression" : "Code { system: 'http://loinc.org', code: '30980-7' }" - } - }, - { - "path": "recommendation.dateCriterion[1].value", - "expression": { - "description": "Expiration date for MCV dose", - "language": "text/cql", - "expression": "Expiration Date for MCV dose" - } - }, - { - "path" : "recommendation.dateCriterion[1].code", - "expression" : { - "description": "Latest date to give immunization", - "language" : "text/cql", - "expression" : "Code { system: 'http://loinc.org', code: '59777-3' }" - } - } - - ] -} \ No newline at end of file diff --git a/input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json b/input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json deleted file mode 100644 index 099b1c009a..0000000000 --- a/input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "resourceType": "ActivityDefinition", - "id": "IMMZ.DT.08.Measles.SR", - "url": "http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.08.Measles.SR", - "version": "0.1.0", - "title": "IMMZ.DT.08.Measles.SR", - "status": "draft", - "experimental": true, - "date": "2022-05-06T12:05:48.3799313-04:00", - "publisher": "World Health Organization (WHO)", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "https://who.int" - } - ] - } - ], - "description": "Provide measles immunization", - "kind": "ServiceRequest", - "code": { - "coding": [ - { - "system": "http://snomed.info/sct", - "code": "33879002", - "display": "Administration of vaccine to produce active immunity" - } - ] - }, - "intent": "proposal", - "doNotPerform": false, - "dynamicValue": [ - { - "path" : "status", - "expression" : { - "language" : "text/cql-expression", - "expression" : "Code { system: 'http://hl7.org/fhir/request-status', code: 'active', display: 'Active' }" - } - }, - { - "path" : "intent", - "expression" : { - "language" : "text/cql-expression", - "expression" : "Code { system: 'http://hl7.org/fhir/request-intent', code: 'proposal', display: 'Proposal' }" - } - }, - { - "path" : "code", - "expression" : { - "language" : "text/cql-expression", - "expression" : "Code { system: 'http://id.who.int/icd/release/11/mms', code: 'XN186', display: 'Measles virus' }" - } - }, - { - "path": "occurrence", - "expression": { - "description": "Due date of the dose", - "language": "text/cql-expression", - "expression": "Schedule Due Date for MCV dose" - } - } - - ] -} \ No newline at end of file