This page is part of the US Core (v0.0.0: STU1 Ballot 1) based on FHIR v1.8.0. The current version which supercedes this version is 5.0.1. 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 ------------------------------------------------------------------- <MedicationRequest/uscore-mo2> a fhir:MedicationRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "uscore-mo2"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: uscore-mo2</p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>status</b>: active</p><p><b>stage</b>: Orginal Order <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/request-stage code 'original-order' = 'Original Order)</span></p><p><b>medication</b>: Nizatidine 15 MG/ML Oral Solution [Axid]. Generated Summary: unknown resource contained</p><p><b>patient</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>dateWritten</b>: 05/04/2008</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-1.html\">Ronald Bone, MD</a></p><p><b>dosageInstruction</b>: </p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td>-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td><td><b>ExpectedSupplyDuration</b></td></tr><tr><td>*</td><td>1</td><td>480 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mL = 'mL')</span></td><td>30 days<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code d = 'd')</span></td></tr></table></div>" ]; fhir:DomainResource.contained [ a fhir:Medication; fhir:index 0; fhir:Resource.id [ fhir:value "med2" ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ]; fhir:Coding.code [ fhir:value "582620" ]; fhir:Coding.display [ fhir:value "Nizatidine 15 MG/ML Oral Solution [Axid]" ] ]; fhir:CodeableConcept.text [ fhir:value "Nizatidine 15 MG/ML Oral Solution [Axid]" ] ] ]; fhir:MedicationRequest.status [ fhir:value "active"]; fhir:MedicationRequest.stage [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/request-stage" ]; fhir:Coding.code [ fhir:value "original-order" ] ]; fhir:CodeableConcept.text [ fhir:value "Orginal Order" ] ]; fhir:MedicationRequest.medicationReference [ fhir:Reference.reference [ fhir:value "#med2" ]; fhir:Reference.display [ fhir:value "Nizatidine 15 MG/ML Oral Solution [Axid]" ] ]; fhir:MedicationRequest.patient [ fhir:Reference.reference [ fhir:value "Patient-example.html" ]; fhir:Reference.display [ fhir:value "Amy Shaw" ] ]; fhir:MedicationRequest.dateWritten [ fhir:value "2008-04-05"^^xsd:date]; fhir:MedicationRequest.requester [ fhir:Reference.reference [ fhir:value "Practitioner-practitioner-1.html" ]; fhir:Reference.display [ fhir:value "Ronald Bone, MD" ] ]; fhir:MedicationRequest.dosageInstruction [ fhir:index 0; fhir:DosageInstruction.text [ fhir:value "10 mL bid" ]; fhir:DosageInstruction.timing [ fhir:Timing.repeat [ fhir:Timing.repeat.boundsPeriod [ fhir:Period.start [ fhir:value "2008-04-05"^^xsd:date ] ] ] ] ]; fhir:MedicationRequest.dispenseRequest [ fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "1"^^xsd:positiveInteger ]; fhir:MedicationRequest.dispenseRequest.quantity [ fhir:Quantity.value [ fhir:value "480"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mL" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mL" ] ]; 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" ] ] ].