Potential Drug-Drug Interaction (PDDI) CDS IG : STU1 Ballot 2 1.0.0-ballot - STU Ballot
This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v1.0.0-ballot: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Raw ttl | Download
@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-warfarin-nsaid-warfarin-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: MedicationDispense</b><a name=\"medicationdispense-warfarin-nsaid-warfarin-prefetch\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationDispense "medicationdispense-warfarin-nsaid-warfarin-prefetch" </p></div><p><b>status</b>: completed</p><p><b>category</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-medicationdispense-category.html\">Medication dispense category codes</a>#outpatient)</span></p><p><b>medication</b>: Warfarin Sodium 5 MG Oral Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#855332)</span></p><p><b>subject</b>: <a href=\"Patient-patient-warfarin-nsaid-over65-prefetch.html\">Patient/patient-warfarin-nsaid-over65-prefetch</a></p><p><b>quantity</b>: 90 {tbl}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {tbl} = '{tbl}')</span></p><p><b>daysSupply</b>: 90 Day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code d = 'd')</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Do Once per 1.0 days</p><p><b>asNeeded</b>: false</p></blockquote></div>" ]; # fhir:MedicationDispense.status [ fhir:value "completed"]; # fhir:MedicationDispense.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category" ]; 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 "855332" ]; fhir:Coding.display [ fhir:value "Warfarin Sodium 5 MG Oral Tablet" ] ] ]; # fhir:MedicationDispense.subject [ fhir:Reference.reference [ fhir:value "Patient/patient-warfarin-nsaid-over65-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 "{tbl}" ] ]; # 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.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ]; fhir:Coding.code [ fhir:value "calculated" ] ] ]; 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.