diff --git a/fhirResourcesToLoad/medication_turalio.json b/fhirResourcesToLoad/medication_turalio.json index c70393b..9ed0f39 100644 --- a/fhirResourcesToLoad/medication_turalio.json +++ b/fhirResourcesToLoad/medication_turalio.json @@ -26,7 +26,7 @@ { "system": "http://snomed.info/sct", "code": "2183126", - "display": "Product containing only azathioprine in oral dose form" + "display": "Product containing only turaliio" } ] }, diff --git a/fhirResourcesToLoad/rems_snow_medicationstatement_turalio.json b/fhirResourcesToLoad/rems_snow_medicationstatement_turalio.json new file mode 100644 index 0000000..671707c --- /dev/null +++ b/fhirResourcesToLoad/rems_snow_medicationstatement_turalio.json @@ -0,0 +1,143 @@ +{ + "resourceType": "MedicationStatement", + "id": "medstate-pat017-turalio", + "contained": [ + { + "resourceType": "Medication", + "id": "med-turalio", + "code": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/ndc", + "code": "2183126", + "display": "Turalio" + } + ] + }, + "form": { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "2183126", + "display": "Film-coated tablet (qualifier value)" + } + ] + }, + "ingredient": [ + { + "itemCodeableConcept": { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "2183126", + "display": "Product containing only turaliio" + } + ] + }, + "strength": { + "numerator": { + "value": 200, + "system": "http://unitsofmeasure.org", + "code": "mg" + }, + "denominator": { + "value": 1, + "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm", + "code": "CAP" + } + } + } + ], + "batch": { + "lotNumber": "9494788", + "expirationDate": "2025-05-22" + } + } + ], + "status": "active", + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category", + "code": "inpatient", + "display": "Inpatient" + } + ] + }, + "medicationCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/ndc", + "code": "2183126", + "display": "Turalio" + } + ] + }, + "subject": { + "reference": "Patient/pat017", + "display": "Jon Now" + }, + "effectiveDateTime": "2020-07-10", + "dateAsserted": "2020-07-22", + "informationSource": { + "reference": "Patient/pat017", + "display": "Jon Snow" + }, + "derivedFrom": [ + { + "reference": "MedicationRequest/pat017-mr-turalio" + } + ], + "reasonCode": [ + { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "52042003", + "display": "Systemic lupus erythematosus glomerulonephritis syndrome" + } + ] + } + ], + "dosage": [ + { + "sequence": 1, + "text": "200mg twice daily", + "timing": { + "repeat": { + "frequency": 2, + "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": 200, + "unit": "mg", + "system": "http://unitsofmeasure.org", + "code": "mg" + } + } + ] + } + ] +}