@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/ae-research-backport-ig/MedicationRequest/medicationrequest0301-discontinue> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medicationrequest0301-discontinue"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"medicationrequest0301-discontinue\"> </a><a name=\"hcmedicationrequest0301-discontinue\"> </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 MedicationRequest &quot;medicationrequest0301-discontinue&quot; </p></div><p><b>identifier</b>: <code>http://www.bmc.nl/portal/medstatements</code>/med0301-studyDrug (use: official)</p><p><b>status</b>: stopped</p><p><b>intent</b>: order</p><p><b>medication</b>: <a name=\"hcmed0301\"> </a></p><blockquote><p/><p><a name=\"med0301\"> </a></p><p><a name=\"hcmed0301\"> </a></p><p><b>code</b>: Vancomycin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ndc.html\">National drug codes</a>#0069-2587-10)</span></p></blockquote><p><b>subject</b>: <a href=\"Patient-ClinicalTrialSubject5.html\">Patient/ClinicalTrialSubject5</a> &quot; CLINICAL TRIAL&quot;</p><p><b>authoredOn</b>: 1905-08-23</p><p><b>requester</b>: <span>: Could be reference to inline contained profile such as Reference(practitioner-1) Ronald Bone, MD</span></p><p><b>reasonCode</b>: Psoriasis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#9014002)</span></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td>500mg IV q6h x 3 days</td><td>Intravenous route (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#47625008)</span></td><td>IV Push <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table><hr/><blockquote><p><b>Generated Narrative: Medication #med0301</b><a name=\"med0301\"> </a><a name=\"hcmed0301\"> </a></p><p><b>code</b>: Vancomycin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ndc.html\">National drug codes</a>#0069-2587-10)</span></p></blockquote></div>"
  ] ; # 
  fhir:contained ( [
     a fhir:Medication ;
     fhir:id [ fhir:v "med0301" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "0069-2587-10" ]
       ] ) ;
       fhir:text [ fhir:v "Vancomycin" ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [ fhir:v "http://www.bmc.nl/portal/medstatements"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "med0301-studyDrug" ]
  ] ) ; # 
  fhir:status [ fhir:v "stopped"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
     a fhir:Reference ;
     fhir:reference [ fhir:v "#med0301" ] ;
     fhir:display [ fhir:v "study medication" ]
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/uv/ae-research-backport-ig/Patient/ClinicalTrialSubject5> ;
     fhir:reference [ fhir:v "Patient/ClinicalTrialSubject5" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "1905-08-23"^^xsd:date] ; # 
  fhir:requester [
     fhir:display [ fhir:v "Could be reference to inline contained profile such as Reference(practitioner-1) Ronald Bone, MD" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       a sct:9014002 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "9014002" ] ;
       fhir:display [ fhir:v "Psoriasis" ]
     ] )
  ] ) ; # 
  fhir:dosageInstruction ( [
     fhir:text [ fhir:v "500mg IV q6h x 3 days" ] ;
     fhir:route [
       fhir:coding ( [
         a sct:47625008 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "47625008" ] ;
         fhir:display [ fhir:v "Intravenous route (qualifier value)" ]
       ] )
     ] ;
     fhir:method [
       fhir:text [ fhir:v "IV Push" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/uv/ae-research-backport-ig/Patient/ClinicalTrialSubject5> a fhir:uv .

# -------------------------------------------------------------------------------------

