-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from cqframework/epic-modeling-refactor
Epic modeling refactor
- Loading branch information
Showing
45 changed files
with
34,093 additions
and
3,359 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
/resources/ig-new.json | ||
/resources/ig-new.xml | ||
ig.ini | ||
/org.hl7.fhir.publisher.jar |
13 changes: 13 additions & 0 deletions
13
examples/medication-example-rec-10-illicit-drugs-fentanyl.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,13 @@ | ||
{ | ||
"resourceType": "Medication", | ||
"id": "example-rec-10-illicit-drugs-fentanyl", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "197696", | ||
"display": "72 HR Fentanyl 0.075 MG/HR Transdermal System" | ||
} | ||
] | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
examples/medication-example-rec-10-illicit-drugs-oxycodone.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,13 @@ | ||
{ | ||
"resourceType": "Medication", | ||
"id": "example-rec-10-illicit-drugs-oxycodone", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "1049502", | ||
"display": "12 HR Oxycodone Hydrochloride 10 MG Extended Release Oral Tablet" | ||
} | ||
] | ||
} | ||
} |
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,41 @@ | ||
{ | ||
"resourceType": "Medication", | ||
"id": "example-rec-11-benzo", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "urn:oid:2.16.840.1.113883.6.253", | ||
"code": "6507" | ||
}, | ||
{ | ||
"system": "urn:oid:2.16.840.1.113883.6.68", | ||
"code": "57100040000310" | ||
}, | ||
{ | ||
"system": "urn:oid:2.16.840.1.113883.6.162", | ||
"code": "02974" | ||
}, | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "3322" | ||
}, | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "197591" | ||
} | ||
], | ||
"text": "diazepam (VALIUM) tablet" | ||
}, | ||
"isBrand": false, | ||
"isOverTheCounter": false, | ||
"form": { | ||
"coding": [ | ||
{ | ||
"system": "urn:oid:1.2.840.114350.1.13.90.3.7.4.698288.310", | ||
"code": "tablet", | ||
"display": "tablet" | ||
} | ||
], | ||
"text": "diazepam (VALIUM) tablet" | ||
} | ||
} |
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,49 @@ | ||
{ | ||
"resourceType": "Medication", | ||
"id": "example-rec-11-opioid", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "urn:oid:2.16.840.1.113883.6.253", | ||
"code": "79777" | ||
}, | ||
{ | ||
"system": "urn:oid:2.16.840.1.113883.6.68", | ||
"code": "65991702100356" | ||
}, | ||
{ | ||
"system": "urn:oid:2.16.840.1.113883.6.162", | ||
"code": "31063" | ||
}, | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "161" | ||
}, | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "5489" | ||
}, | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "214182" | ||
}, | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "857002" | ||
} | ||
], | ||
"text": "HYDROcodone-acetaminophen (NORCO) tablet 5-325 mg" | ||
}, | ||
"isBrand": false, | ||
"isOverTheCounter": false, | ||
"form": { | ||
"coding": [ | ||
{ | ||
"system": "urn:oid:1.2.840.114350.1.13.90.3.7.4.698288.310", | ||
"code": "tablet", | ||
"display": "tablet" | ||
} | ||
], | ||
"text": "HYDROcodone-acetaminophen (NORCO) tablet 5-325 mg" | ||
} | ||
} |
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,13 @@ | ||
{ | ||
"resourceType": "Medication", | ||
"id": "example", | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://www.nlm.nih.gov/research/umls/rxnorm", | ||
"code": "1298088", | ||
"display": "Flurazepam Hydrochloride 15 MG Oral Capsule" | ||
} | ||
] | ||
} | ||
} |
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
Oops, something went wrong.