Potential Drug-Drug Interaction (PDDI) CDS IG : STU Ballot 1

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

MedicationStatement medicationstatement-warfarin-nsaid-warfarin-prefetch

Raw ttl

@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:MedicationStatement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "medicationstatement-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 with Details</b></p><p><b>id</b>: medicationstatement-warfarin-nsaid-warfarin-prefetch</p><p><b>status</b>: ACTIVE</p><p><b>category</b>: outpatient <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'outpatient' = 'outpatient)</span></p><p><b>medication</b>: Warfarin Sodium 10 MG <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '855295' = 'Warfarin Sodium 10 MG', given as 'Warfarin Sodium 10 MG'})</span></p><p><b>subject</b>: <a href=\"Patient-patient-warfarin-nsaid-over65-prefetch.html\">Generated Summary: id: patient-warfarin-nsaid-over65-prefetch; gender: male; birthDate: 10/05/1948</a></p></div>"
  ];
  fhir:MedicationStatement.status [ fhir:value "active"];
  fhir:MedicationStatement.category [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "outpatient" ]     ]
  ];
  fhir:MedicationStatement.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 "855295" ];
       fhir:Coding.display [ fhir:value "Warfarin Sodium 10 MG" ]     ]
  ];
  fhir:MedicationStatement.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-warfarin-nsaid-over65-prefetch" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.