This page is part of the Consumer Real-time Pharmacy Benefit Check (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). 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:MedicationRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "rtpbc-medicationrequest-03"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-medicationrequest"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-medicationrequest> ] ]; 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>: rtpbc-medicationrequest-03</p><p><b>meta</b>: </p><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}\">PROzac 10 MG Oral Capsule</span></p><p><b>subject</b>: <a href=\"Patient-rtpbc-patient-03.html\">Generated Summary: id: rtpbc-patient-03; Patient internal identifier: 30455; Jane Doe ; gender: female; birthDate: 1975-12-05</a></p><p><b>authoredOn</b>: 2019-11-01</p><p><b>requester</b>: <a href=\"Practitioner-rtpbc-practitioner-03.html\">Generated Summary: id: rtpbc-practitioner-03; id: 1234567890; Johnson </a></p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td>-</td><td><b>Quantity</b></td><td><b>ExpectedSupplyDuration</b></td><td><b>Performer</b></td></tr><tr><td>*</td><td>60 {each}</td><td>30 days</td><td><a href=\"Organization-rtpbc-organization-03.html\">Generated Summary: id: rtpbc-organization-03; id: 0999017; active; <span title=\"Codes: {http://ncpdp.org/pharmacy-type R}\">Retail</span>; name: Hometown Drug; ph: 6081234567</a></td></tr></table><h3>Substitutions</h3><table class=\"grid\"><tr><td>-</td><td><b>Allowed[x]</b></td></tr><tr><td>*</td><td>false</td></tr></table></div>" ]; fhir:MedicationRequest.status [ fhir:value "draft"]; fhir:MedicationRequest.intent [ fhir:value "proposal"]; fhir:MedicationRequest.reportedBoolean [ fhir:value "true"^^xsd:boolean]; fhir:MedicationRequest.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 "205535" ]; fhir:Coding.display [ fhir:value "PROzac 10 MG Oral Capsule" ] ] ]; fhir:MedicationRequest.subject [ fhir:Reference.reference [ fhir:value "Patient/rtpbc-patient-03" ] ]; fhir:MedicationRequest.authoredOn [ fhir:value "2019-11-01"^^xsd:date]; fhir:MedicationRequest.requester [ fhir:Reference.reference [ fhir:value "Practitioner/rtpbc-practitioner-03" ] ]; fhir:MedicationRequest.dispenseRequest [ fhir:MedicationRequest.dispenseRequest.quantity [ fhir:Quantity.value [ fhir:value "60"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "{each}" ] ]; fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [ fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "days" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "d" ] ]; fhir:MedicationRequest.dispenseRequest.performer [ fhir:Reference.reference [ fhir:value "Organization/rtpbc-organization-03" ] ] ]; fhir:MedicationRequest.substitution [ fhir:MedicationRequest.substitution.allowedBoolean [ fhir:value "false"^^xsd:boolean ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.