-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added in medicationrequest attempt. Still having some issues with dyn…
…amicValues and other errors.
- Loading branch information
1 parent
9b411d5
commit e6f82dd
Showing
3 changed files
with
72 additions
and
2 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
input/resources/activitydefinition/IMMZ.DT.08.Measles.MR.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters