This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Pharmacy Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Encounter, Patient, Practitioner |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Dispense for Azithromycin (NDC code) - completed with multiple dosage lines
@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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- [a fhir:MedicationDispense ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "meddisp0319"] ; # fhir:contained ( [ a fhir:Medication ; fhir:id [ fhir:v "med0320" ] ; fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ] ; fhir:code [ fhir:v "33261-141-20" ] ; fhir:display [ fhir:v "PROCHLORPERAZINE MALEATE, 20 TABLET in 1 BOTTLE, PLASTIC (33261-141-20) (package)" ] ] ) ; fhir:text [ fhir:v "Azithromycin 250mg tablet, film coated (Aidarex Pharmaceuticals LLC)" ] ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:medication [ fhir:reference [ fhir:reference [ fhir:v "#med0320" ] ; fhir:display [ fhir:v "Azithromycin (as azithromycin dihydrate) 250 mg oral capsule" ] ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/pat1" ] ; fhir:display [ fhir:v "Donald Duck" ] ] ; # fhir:performer ( [ fhir:actor [ fhir:reference [ fhir:v "Practitioner/f006" ] ] ] ) ; # fhir:authorizingPrescription ( [ fhir:reference [ fhir:v "MedicationRequest/medrx0302" ] ] ) ; # 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 "6"^^xsd:decimal ] ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAB" ] ] ; # fhir:daysSupply [ fhir:value [ fhir:v "5"^^xsd:decimal ] ; fhir:unit [ fhir:v "Day" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "d" ] ] ; # fhir:whenPrepared [ fhir:v "2015-03-16T17:13:00+05:00"^^xsd:dateTime] ; # fhir:whenHandedOver [ fhir:v "2015-03-17T17:13:00+05:00"^^xsd:dateTime] ; # fhir:note ( [ fhir:text [ fhir:v "Patient told to take with food" ] ] ) ; # fhir:dosageInstruction ( [ fhir:sequence [ fhir:v "1"^^xsd:integer ] ; fhir:text [ fhir:v "Two tablets at once" ] ; fhir:additionalInstruction ( [ fhir:coding ( [ a sct:311504000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "311504000" ] ; fhir:display [ fhir:v "With or after food" ] ] ) ] ) ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ] ] ; fhir:route [ fhir:coding ( [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "Oral Route" ] ] ) ] ; fhir:method [ fhir:coding ( [ a sct:421521009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "421521009" ] ; fhir:display [ fhir:v "Swallow - dosing instruction imperative (qualifier value)" ] ] ) ] ; fhir:doseAndRate ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ordered" ] ; fhir:display [ fhir:v "Ordered" ] ] ) ] ; fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "2"^^xsd:decimal ] ; fhir:unit [ fhir:v "TAB" ] ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAB" ] ] ] ) ] [ fhir:sequence [ fhir:v "2"^^xsd:integer ] ; fhir:text [ fhir:v "One tablet daily for 4 days" ] ; fhir:additionalInstruction ( [ fhir:coding ( [ a sct:311504000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "311504000" ] ; fhir:display [ fhir:v "With or after food" ] ] ) ] ) ; fhir:timing [ fhir:repeat [ fhir:bounds [ a fhir:Duration ; fhir:value [ fhir:v "4"^^xsd:decimal ] ; fhir:unit [ fhir:v "days" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "d" ] ] ; fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ] ] ; fhir:route [ fhir:coding ( [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "Oral Route" ] ] ) ] ; fhir:doseAndRate ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ordered" ] ; fhir:display [ fhir:v "Ordered" ] ] ) ] ; fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "TAB" ] ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAB" ] ] ] ) ] )] . # # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Tue, Nov 12, 2024 03:29+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change