US Core Implementation Guide
10.0.0-ballot - STU 10 Ballot United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 10.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: Medication Dispense Example - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationDispense/medicationdispense-example> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "medicationdispense-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|10.0.0-ballot" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|10.0.0-ballot>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense medicationdispense-example</b></p><a name=\"medicationdispense-example\"> </a><a name=\"hcmedicationdispense-example\"> </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-us-core-medicationdispense.html\">US Core MedicationDispense Profile</a> version: 10.0.0-ballot</p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 476872}\">Nizatidine 15 MG/ML Oral Solution</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>context</b>: <a href=\"Encounter-example-1.html\">Office Visit</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-holy-healthcare.html\">Holy Healthcare Pharmacy</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-medicationrequest-coded-oral-axid.html\">MedicationRequest Coded Oral Axid Example</a></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode FFC}\">First Fill - Complete</span></p><p><b>quantity</b>: 480 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><p><b>whenHandedOver</b>: 2016-12-08 06:38:52+0000</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 10 mL bid</p><p><b>timing</b>: 2 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>10 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></td></tr></table></blockquote></div>"
  ] ;
  fhir:MedicationDispense.status [ fhir:value "completed"] ;
  fhir:MedicationDispense.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 "476872" ] ;
       fhir:Coding.display [ fhir:value "Nizatidine 15 MG/ML Oral Solution" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Nizatidine 15 MG/ML Oral Solution" ]
  ] ;
  fhir:MedicationDispense.subject [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ] ;
     fhir:Reference.display [ fhir:value "Amy Shaw" ]
  ] ;
  fhir:MedicationDispense.context [
     fhir:link <http://hl7.org/fhir/Encounter/example-1> ;
     fhir:Reference.reference [ fhir:value "Encounter/example-1" ] ;
     fhir:Reference.display [ fhir:value "Office Visit" ]
  ] ;
  fhir:MedicationDispense.performer [
     fhir:index 0 ;
     fhir:MedicationDispense.performer.actor [
       fhir:link <http://hl7.org/fhir/Organization/holy-healthcare> ;
       fhir:Reference.reference [ fhir:value "Organization/holy-healthcare" ] ;
       fhir:Reference.display [ fhir:value "Holy Healthcare Pharmacy" ]
     ]
  ] ;
  fhir:MedicationDispense.authorizingPrescription [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/medicationrequest-coded-oral-axid> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/medicationrequest-coded-oral-axid" ] ;
     fhir:Reference.display [ fhir:value "MedicationRequest Coded Oral Axid Example" ]
  ] ;
  fhir:MedicationDispense.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
       fhir:Coding.code [ fhir:value "FFC" ] ;
       fhir:Coding.display [ fhir:value "First Fill - Complete" ]
     ]
  ] ;
  fhir:MedicationDispense.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:MedicationDispense.whenHandedOver [ fhir:value "2016-12-08T06:38:52Z"^^xsd:dateTime] ;
  fhir:MedicationDispense.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "10 mL bid" ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.boundsPeriod [
           fhir:Period.start [ fhir:value "2008-04-05"^^xsd:date ]
         ] ;
         fhir:Timing.repeat.frequency [ fhir:value "2"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "ml" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mL" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Encounter/example-1> a fhir:Encounter .

<http://hl7.org/fhir/Organization/holy-healthcare> a fhir:Organization .

<http://hl7.org/fhir/MedicationRequest/medicationrequest-coded-oral-axid> a fhir:MedicationRequest .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MedicationDispense/medicationdispense-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationDispense/medicationdispense-example.ttl> .