This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . 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: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</b></p><p><b>id</b>: medicationstatement-warfarin-nsaid-warfarin-prefetch</p><p><b>status</b>: active</p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/medication-statement-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 855295}\">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: 1948-05-10</a></p></div>" ]; fhir:MedicationStatement.status [ fhir:value "active"]; fhir:MedicationStatement.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medication-statement-category" ]; 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.