-
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.
Updated decision logic/scheduling for Measles.
- Loading branch information
1 parent
f195ea1
commit d6eaf0b
Showing
8 changed files
with
203 additions
and
41 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ValueSet: ARVDrugsvalues | ||
Id: ARVDrugs-values | ||
Title: "ARV Drugs values" | ||
Description: "Codes representing ARV Drugs values" | ||
* ^status = #draft | ||
* ^experimental = false | ||
* ^immutable = true | ||
* $SCT#713540004 "Substance with antiretroviral mechanism of action (substance)" | ||
* $SCT#788075003 "Medicinal product acting as antiretroviral agent (product)" |
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,14 @@ | ||
//Example Valuset you can use as a template to create new ones | ||
//change ValueSet name, Id, Title, Description | ||
ValueSet: HIVstatusvalues | ||
Id: HIVstatus-values | ||
Title: "HIV status values" | ||
Description: "Codes representing HIV status values" | ||
//don't touch status, experimental, immutable | ||
* ^status = #draft | ||
* ^experimental = false | ||
* ^immutable = true | ||
//fill in codes, check AL_CodeSystems.fsh for the short names of the codesystem | ||
* $SCT#278977008 "Human immunodeficiency virus status (observable entity)" | ||
* $ICD11#1C62.Z "Human immunodeficiency virus disease without mention of associated disease or condition, clinical stage unspecified" | ||
* $ICD11#MA14.0 "Laboratory evidence of human immunodeficiency virus" |
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,31 @@ | ||
//Example Valuset you can use as a template to create new ones | ||
//change ValueSet name, Id, Title, Description | ||
ValueSet: LiveAttenuatedVaccines | ||
Id: LiveAttenuatedVaccines | ||
Title: "Set of live attenuated vaccines" | ||
Description: "Codes representing live attenuated vaccines" | ||
//don't touch status, experimental, immutable | ||
* ^status = #draft | ||
* ^experimental = false | ||
* ^immutable = true | ||
//fill in codes, check AL_CodeSystems.fsh for the short names of the codesystem | ||
* $ICD11#XM8142 | ||
* $ICD11#XM72A0 | ||
* $ICD11#XM47S0 | ||
* $ICD11#XM8L15 | ||
* $ICD11#XM8TF3 | ||
* $ICD11#XM21H2 | ||
* $ICD11#XM4AJ8 | ||
* $ICD11#XM9439 | ||
* $ICD11#XM2340 | ||
* $ICD11#XM79H3 | ||
* $ICD11#XM0VX8 | ||
* $ICD11#XM0KZ1 | ||
* $ICD11#XM4GV0 | ||
* $ICD11#XM9PS9 | ||
* $ICD11#XM3B09 | ||
* $ICD11#XM5V64 | ||
* $ICD11#XM33K4 | ||
* $ICD11#XM0NS8 | ||
* $ICD11#XM3418 | ||
* $ICD11#XM5DF6 |
24 changes: 24 additions & 0 deletions
24
...MZ-Patient-NoVaxeninfant-f/Observation/Observation-birthweightnormal-NoVaxeninfant-f.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,24 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"id": "birthweightnormal-NoVaxeninfant-f", | ||
"status": "final", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "276610007", | ||
"system": "http://snomed.info/sct", | ||
"display": "Birthweight" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"reference": "Patient/IMMZ-Patient-NoVaxeninfant-f" | ||
}, | ||
"effectiveDateTime": "2023-03-02", | ||
"valueQuantity": { | ||
"value": 2123, | ||
"code": "g", | ||
"system": "http://unitsofmeasure.org", | ||
"unit": "gram" | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...s/IMMZDT08/IMMZ-Patient-NoVaxeninfant-f/Patient/Patient-IMMZ-Patient-NoVaxeninfant-f.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,17 @@ | ||
{ | ||
"resourceType": "Patient", | ||
"id": "IMMZ-Patient-NoVaxeninfant-f", | ||
"meta": { | ||
"profile": [ | ||
"http://worldhealthorganization.github.io/ddcc/StructureDefinition/Patient-uv-ips" | ||
] | ||
}, | ||
"name": [ | ||
{ | ||
"text": "NoVaxeninfant-f", | ||
"use": "official" | ||
} | ||
], | ||
"birthDate": "2023-03-02", | ||
"gender": "female" | ||
} |