@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/carin-rtpbc/MedicationRequest/rtpbc-medicationrequest-01> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rtpbc-medicationrequest-01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-medicationrequest"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-medicationrequest>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest rtpbc-medicationrequest-01</b></p><a name=\"rtpbc-medicationrequest-01\"> </a><a name=\"hcrtpbc-medicationrequest-01\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-rtpbc-medicationrequest.html\">RTPBC Medication Request</a></p></div><p><b>status</b>: Draft</p><p><b>intent</b>: Proposal</p><p><b>reported</b>: true</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 205535}\">fluoxetine 10 MG Oral Capsule [Prozac]</span></p><p><b>subject</b>: <a href=\"Patient-rtpbc-patient-01.html\">Jane Doe  Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)</a></p><p><b>authoredOn</b>: 2019-11-01</p><p><b>requester</b>: <a href=\"Practitioner-rtpbc-practitioner-01.html\">Practitioner Johnson </a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 2 capsules once a day</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 60 each<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></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>30</td><td>days</td><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table><p><b>performer</b>: <a href=\"Organization-rtpbc-organization-01.html\">Organization Hometown Drug</a></p></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:reported [
     a fhir:Boolean ;
     fhir:v true
  ] ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ;
         fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm>
       ] ;
       fhir:code [ fhir:v "205535" ] ;
       fhir:display [ fhir:v "fluoxetine 10 MG Oral Capsule [Prozac]" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/carin-rtpbc/Patient/rtpbc-patient-01> ;
     fhir:reference [ fhir:v "Patient/rtpbc-patient-01" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2019-11-01"^^xsd:date] ; # 
  fhir:requester [
     fhir:l <http://hl7.org/fhir/us/carin-rtpbc/Practitioner/rtpbc-practitioner-01> ;
     fhir:reference [ fhir:v "Practitioner/rtpbc-practitioner-01" ]
  ] ; # 
  fhir:dosageInstruction ( [
     fhir:text [ fhir:v "Take 2 capsules once a day" ]
  ] ) ; # 
  fhir:dispenseRequest [
     fhir:quantity [
       fhir:value [ fhir:v "60"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "each" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "1" ]
     ] ;
     fhir:expectedSupplyDuration [
       fhir:value [ fhir:v "30"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "days" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "d" ]
     ] ;
     fhir:performer [
       fhir:l <http://hl7.org/fhir/us/carin-rtpbc/Organization/rtpbc-organization-01> ;
       fhir:reference [ fhir:v "Organization/rtpbc-organization-01" ]
     ]
  ] ; # 
  fhir:substitution [
     fhir:allowed [
       a fhir:Boolean ;
       fhir:v false
     ]
  ] . # 

<http://hl7.org/fhir/us/carin-rtpbc/Patient/rtpbc-patient-01> a fhir:Us .

<http://hl7.org/fhir/us/carin-rtpbc/Practitioner/rtpbc-practitioner-01> a fhir:Us .

<http://hl7.org/fhir/us/carin-rtpbc/Organization/rtpbc-organization-01> a fhir:Us .

# -------------------------------------------------------------------------------------

