This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v0.1.0: STU 1 Ballot 1) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:MedicationDispense; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "medicationdispense-digoxin-cyclosporine-furosemide-prefetch"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medicationdispense-digoxin-cyclosporine-furosemide-prefetch</p><p><b>status</b>: COMPLETED</p><p><b>category</b>: outpatient <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'outpatient' = 'outpatient)</span></p><p><b>medication</b>: Furosemide 40 MG Oral Tablet <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '313988' = 'furosemide 40 MG Oral Tablet', given as 'Furosemide 40 MG Oral Tablet'})</span></p><p><b>subject</b>: <a href=\"Patient-patient-digoxin-cyclosporine-context.html\">Generated Summary: id: patient-digoxin-cyclosporine-context; gender: female; birthDate: 23/07/1978</a></p><p><b>context</b>: <a href=\"Encounter-encounter-digoxin-cyclosporine-prefetch.html\">Generated Summary: id: encounter-digoxin-cyclosporine-prefetch; status: in-progress; <span title=\"{null AMB}\">AMB</span>; period: ?? --> (ongoing)</a></p><p><b>quantity</b>: 90 TAB<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code TAB = 'TAB')</span></p><p><b>daysSupply</b>: 90 Day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code d = 'd')</span></p><p><b>dosageInstruction</b>: </p></div>" ]; fhir:MedicationDispense.status [ fhir:value "completed"]; fhir:MedicationDispense.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "outpatient" ] ] ]; fhir:MedicationDispense.medicationCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ]; fhir:Coding.code [ fhir:value "313988" ]; fhir:Coding.display [ fhir:value "Furosemide 40 MG Oral Tablet" ] ] ]; fhir:MedicationDispense.subject [ fhir:Reference.reference [ fhir:value "Patient/patient-digoxin-cyclosporine-context" ] ]; fhir:MedicationDispense.context [ fhir:Reference.reference [ fhir:value "Encounter/encounter-digoxin-cyclosporine-prefetch" ] ]; fhir:MedicationDispense.quantity [ fhir:Quantity.value [ fhir:value "90"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "TAB" ] ]; fhir:MedicationDispense.daysSupply [ fhir:Quantity.value [ fhir:value "90"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "Day" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "d" ] ]; fhir:MedicationDispense.dosageInstruction [ fhir:index 0; fhir:Dosage.timing [ fhir:Timing.repeat [ fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ]; fhir:Timing.repeat.period [ fhir:value "1.0"^^xsd:decimal ]; fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ] ]; fhir:Dosage.asNeededBoolean [ fhir:value "false"^^xsd:boolean ]; fhir:Dosage.doseAndRate [ fhir:index 0; fhir:Dosage.doseAndRate.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "ordered" ] ] ]; fhir:Dosage.doseAndRate.doseQuantity [ fhir:Quantity.value [ fhir:value "1.0"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "tablet" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.