From 830afd9f85cd086f4ac548785c652cff0ecf52ab Mon Sep 17 00:00:00 2001 From: Joyce Quach Date: Tue, 26 Mar 2024 15:36:01 -0400 Subject: [PATCH 1/2] Add acetaminophen MedicationRequest --- ..._snow_medicationrequest_acetaminophen.json | 78 +++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 fhirResourcesToLoad/rems_snow_medicationrequest_acetaminophen.json diff --git a/fhirResourcesToLoad/rems_snow_medicationrequest_acetaminophen.json b/fhirResourcesToLoad/rems_snow_medicationrequest_acetaminophen.json new file mode 100644 index 0000000..e732d66 --- /dev/null +++ b/fhirResourcesToLoad/rems_snow_medicationrequest_acetaminophen.json @@ -0,0 +1,78 @@ +{ + "resourceType": "MedicationRequest", + "id": "pat017-mr-acetaminophen", + "meta": { + "versionId": "1", + "lastUpdated": "2023-12-18T21:12:33.000+00:00", + "source": "#aquj6ECLPVYNYbuX", + "profile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest" + ] + }, + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC", + "display": "Placer Identifier" + } + ] + }, + "system": "http://myprescribingsystem.com/ordernumber", + "value": "605153" + } + ], + "status": "draft", + "intent": "order", + "medicationCodeableConcept": { + "coding": [ + { + "system": "http://www.nlm.nih.gov/research/umls/rxnorm", + "code": "993781", + "display": "acetaminophen 300 MG / codeine phosphate 30 MG Oral Tablet" + }, + { + "system": "http://hl7.org/fhir/sid/ndc", + "code": "00093015001" + } + ], + "text": "Acetaminophen 300 mg / Codeine 30 mg oral tablet" + }, + "subject": { + "reference": "Patient/pat017", + "display": "Jon Snow" + }, + "authoredOn": "2023-06-05", + "requester": { + "reference": "Practitioner/pra1234", + "display": "Jane Doe" + }, + "reasonCode": [ + { + "text": "Post dental surgery" + } + ], + "dosageInstruction": [ + { + "text": "1 tab tid prn pain" + } + ], + "dispenseRequest": { + "numberOfRepeatsAllowed": 1, + "quantity": { + "value": 10, + "unit": "each", + "system": "http://unitsofmeasure.org", + "code": "{each}" + }, + "performer": { + "identifier": { + "system": "http://terminology.hl7.org/CodeSystem/NCPDPProviderIdentificationNumber", + "value": "0999017" + }, + "display": "Our Pharmacy" + } + } +} From ad415b1528e88b730a62052ec2219db8b12a63d9 Mon Sep 17 00:00:00 2001 From: Joyce Quach Date: Wed, 27 Mar 2024 12:29:50 -0400 Subject: [PATCH 2/2] Capitalize drug name in display --- .../rems_snow_medicationrequest_acetaminophen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhirResourcesToLoad/rems_snow_medicationrequest_acetaminophen.json b/fhirResourcesToLoad/rems_snow_medicationrequest_acetaminophen.json index e732d66..da99513 100644 --- a/fhirResourcesToLoad/rems_snow_medicationrequest_acetaminophen.json +++ b/fhirResourcesToLoad/rems_snow_medicationrequest_acetaminophen.json @@ -31,7 +31,7 @@ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "993781", - "display": "acetaminophen 300 MG / codeine phosphate 30 MG Oral Tablet" + "display": "Acetaminophen 300 MG / Codeine Phosphate 30 MG Oral Tablet" }, { "system": "http://hl7.org/fhir/sid/ndc",