@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.developer.gene.com/MedicationRequest/36d3ee2a-630e-4109-9182-cf3d3b7fbbb7> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "36d3ee2a-630e-4109-9182-cf3d3b7fbbb7"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest"^^xsd:anyURI ;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 36d3ee2a-630e-4109-9182-cf3d3b7fbbb7</b></p><a name=\"36d3ee2a-630e-4109-9182-cf3d3b7fbbb7\"> </a><a name=\"hc36d3ee2a-630e-4109-9182-cf3d3b7fbbb7\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-medicationrequest.html\">UAPI MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{https://fhir.developer.gene.com/CodeSystem/uapi-product-name evrysdi}\">Evrysdi</span></p><p><b>subject</b>: <a href=\"Bundle-05c47586-a4e8-4ab2-9dff-51f73ff6bda3.html#urn-uuid-1b315218-49b7-4264-816e-05d4b92ecbaa\">Bundle: identifier = Resource identifier: 05c47586-a4e8-4ab2-9dff-51f73ff6bda3; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>requester</b>: <a href=\"Bundle-05c47586-a4e8-4ab2-9dff-51f73ff6bda3.html#urn-uuid-78ef1b71-b14a-44a1-a1e8-c9c9efcc157c\">Bundle: identifier = Resource identifier: 05c47586-a4e8-4ab2-9dff-51f73ff6bda3; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>courseOfTherapyType</b>: <span title=\"Codes:\">Oral Solution - 0.75mg/mL 80mL</span></p><p><b>insurance</b>: <a href=\"Bundle-05c47586-a4e8-4ab2-9dff-51f73ff6bda3.html#urn-uuid-2722d5ae-1658-4d7f-8f64-de1299a1fb7f\">Bundle: identifier = Resource identifier: 05c47586-a4e8-4ab2-9dff-51f73ff6bda3; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>note</b>: </p><blockquote><div><p>5 mg once daily</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Once per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>5 mg</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>UAPI MedicationRequest Dispenser Instructions</b>: </p><blockquote><div><p>Dispense Instruction: 5mg and 6.6mL daily</p>\n</div></blockquote><blockquote><p><b>UAPI MedicationRequest Dispense Quantity Detailed Breakdown</b></p><ul><li>dispenseQuantity: 5</li><li>dispenseUnit: mg</li></ul></blockquote><blockquote><p><b>UAPI MedicationRequest Dispense Quantity Detailed Breakdown</b></p><ul><li>dispenseQuantity: 6.6</li><li>dispenseUnit: mL</li></ul></blockquote><p><b>numberOfRepeatsAllowed</b>: 12</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>29</td><td>mo</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>mo</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-product-name"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "evrysdi" ] ;
       fhir:display [ fhir:v "Evrysdi" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:reference [ fhir:v "urn:uuid:1b315218-49b7-4264-816e-05d4b92ecbaa" ] ;
     fhir:type [ fhir:v "Patient"^^xsd:anyURI ]
  ] ; # 
  fhir:requester [
     fhir:reference [ fhir:v "urn:uuid:78ef1b71-b14a-44a1-a1e8-c9c9efcc157c" ] ;
     fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ]
  ] ; # 
  fhir:courseOfTherapyType [
     fhir:text [ fhir:v "Oral Solution - 0.75mg/mL 80mL" ]
  ] ; # 
  fhir:insurance ( [
     fhir:reference [ fhir:v "urn:uuid:2722d5ae-1658-4d7f-8f64-de1299a1fb7f" ] ;
     fhir:type [ fhir:v "Coverage"^^xsd:anyURI ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "5 mg once daily" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
     fhir:timing [
       fhir:repeat [
         fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
         fhir:period [ fhir:v "1"^^xsd:decimal ] ;
         fhir:periodUnit [ fhir:v "d" ]
       ]
     ] ;
     fhir:doseAndRate ( [
       fhir:dose [
         a fhir:Quantity ;
         fhir:value [ fhir:v "5"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "mg" ]
       ]
     ] )
  ] ) ; # 
  fhir:dispenseRequest [
     fhir:extension ( [
       fhir:url [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/dispenser-instruction"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Annotation ;
         fhir:text [ fhir:v "Dispense Instruction: 5mg and 6.6mL daily" ]
       ]
     ] [
       fhir:extension ( [
         fhir:url [ fhir:v "dispenseQuantity"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v "5"^^xsd:decimal ]
         ]
       ] [
         fhir:url [ fhir:v "dispenseUnit"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "mg"
         ]
       ] ) ;
       fhir:url [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/dispense-quantity-detail"^^xsd:anyURI ]
     ] [
       fhir:extension ( [
         fhir:url [ fhir:v "dispenseQuantity"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:Quantity ;
           fhir:value [ fhir:v 6.6 ]
         ]
       ] [
         fhir:url [ fhir:v "dispenseUnit"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "mL"
         ]
       ] ) ;
       fhir:url [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/dispense-quantity-detail"^^xsd:anyURI ]
     ] ) ;
     fhir:numberOfRepeatsAllowed [ fhir:v "12"^^xsd:nonNegativeInteger ] ;
     fhir:expectedSupplyDuration [
       fhir:value [ fhir:v "29"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mo" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "mo" ]
     ]
  ] . # 

# -------------------------------------------------------------------------------------

