Skip to content

Commit

Permalink
Merge pull request #69 from mcode/no_etasu
Browse files Browse the repository at this point in the history
MedicationRequest with no ETASU for REMS.
  • Loading branch information
jtquach1 authored Mar 7, 2024
2 parents 297b2f3 + 7cf0dd5 commit b43f356
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions fhirResourcesToLoad/rems_snow_medicationrequest_addyi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"resourceType": "MedicationRequest",
"id": "pat017-mr-addyi",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1666386",
"display": "Addyi 100 MG Oral Tablet"
},
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "58604-214-03"
}
]
},
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/pat017",
"display": "Jon Snow"
},
"authoredOn": "2024-02-29",
"requester": {
"reference": "Practitioner/pra1234",
"display": "Jane Doe"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "270903007",
"display": "Hypoactive sexual desire disorder (HSDD)"
}
]
}
],
"insurance": [
{
"reference": "Coverage/cov017"
}
],
"dosageInstruction": [
{
"sequence": 1,
"text": "100mg before bed",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route (qualifier value)"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 100,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"dispenseRequest": {
"quantity": {
"value": 28,
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"numberOfRepeatsAllowed": 2
}
}

0 comments on commit b43f356

Please sign in to comment.