diff --git a/input/resources/activitydefinition/IMMZ.DT.08.Measles.MR.json b/input/resources/activitydefinition/IMMZ.DT.08.Measles.MR.json new file mode 100644 index 0000000000..f22e075b30 --- /dev/null +++ b/input/resources/activitydefinition/IMMZ.DT.08.Measles.MR.json @@ -0,0 +1,38 @@ +{ + "resourceType": "ActivityDefinition", + "id": "IMMZ.DT.08.Measles.MR", + "meta": { + "profile": [ + "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity" + ] + }, + "url": "http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.08.Measles.MR", + "version": "0.1.0", + "title": "IMMZ.DT.08.Measles.MR", + "status": "active", + "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": "MedicationRequest", + "code": { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "33879002", + "display": "Administration of vaccine to produce active immunity" + } + ] + }, + "intent": "proposal" +} \ 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 index c53e0dbe85..ea48d52ff5 100644 --- a/input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json +++ b/input/resources/activitydefinition/IMMZ.DT.08.Measles.SR.json @@ -35,5 +35,37 @@ ] }, "intent": "proposal", - "doNotPerform": false + "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 diff --git a/input/resources/plandefinition/IMMZ.DT.08.Measles.json b/input/resources/plandefinition/IMMZ.DT.08.Measles.json index 7ed7bfbcce..cd5ddc3c8a 100644 --- a/input/resources/plandefinition/IMMZ.DT.08.Measles.json +++ b/input/resources/plandefinition/IMMZ.DT.08.Measles.json @@ -21,7 +21,7 @@ } } ], - "definitionCanonical": "http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.08.Measles.SR" + "definitionCanonical": "http://fhir.org/guides/who/smart-immunization/ActivityDefinition/IMMZ.DT.08.Measles.MR" } ] } \ No newline at end of file