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 8.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
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 -------------------------------------------------------------------
a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "medicationdispense-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|8.0.0-ballot"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|8.0.0-ballot> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><a name=\"medicationdispense-example-en-US\"> </a><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=\"Practitioner-practitioner-pharmacist.html\">Doug Dispenser, PharmD</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 days</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:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "476872" ] ;
fhir:display [ fhir:v "Nizatidine 15 MG/ML Oral Solution" ] ] ) ;
fhir:text [ fhir:v "Nizatidine 15 MG/ML Oral Solution" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
] ; #
fhir:context [
fhir:reference [ fhir:v "Encounter/example-1" ] ;
fhir:display [ fhir:v "Office Visit" ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/practitioner-pharmacist" ] ;
fhir:display [ fhir:v "Doug Dispenser, PharmD" ] ]
] ) ; #
fhir:authorizingPrescription ( [
fhir:reference [ fhir:v "MedicationRequest/medicationrequest-coded-oral-axid" ] ;
fhir:display [ fhir:v "MedicationRequest Coded Oral Axid Example" ]
] ) ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FFC" ] ;
fhir:display [ fhir:v "First Fill - Complete" ] ] )
] ; #
fhir:quantity [
fhir:value [ fhir:v "480"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
] ; #
fhir:whenHandedOver [ fhir:v "2016-12-08T06:38:52Z"^^xsd:dateTime] ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "10 mL bid" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2008-04-05"^^xsd:date ] ] ;
fhir:frequency [ fhir:v "2"^^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 "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ] ] ] )
] ) . #