FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicationDispense/meddisp0335 (Turtle)

Responsible Owner: Pharmacy Work GroupStandards Status: InformativeCompartments: Encounter, Group, Patient, Practitioner

Raw Turtle (+ also see Turtle/RDF Format Specification)

Declined Dispense - not picked up

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationDispense/meddisp0335> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "meddisp0335"] ; # 
  fhir:status [ fhir:v "cancelled"] ; # 
  fhir:notPerformedReason [
     fhir:concept [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/CodeSystem/medicationdispense-status-reason"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/CodeSystem/medicationdispense-status-reason>
         ] ;
         fhir:code [ fhir:v "frr02" ]
       ] )
     ]
  ] ; # 
  fhir:statusChanged [ fhir:v "2025-11-01"^^xsd:date] ; # 
  fhir:medication [
     fhir:concept [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ;
           fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm>
         ] ;
         fhir:code [ fhir:v "1594660" ]
       ] )
     ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/Patient/pat1> ;
     fhir:reference [ fhir:v "Patient/pat1" ] ;
     fhir:display [ fhir:v "Donald Duck" ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <http://hl7.org/fhir/Practitioner/f006> ;
       fhir:reference [ fhir:v "Practitioner/f006" ]
     ]
  ] ) ; # 
  fhir:authorizingPrescription ( [
     fhir:l <http://hl7.org/fhir/MedicationRequest/medrx0317> ;
     fhir:reference [ fhir:v "MedicationRequest/medrx0317" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2025-11-01"^^xsd:date] ; # 
  fhir:whenPrepared [ fhir:v "2025-09-01"^^xsd:date] . # 

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

<http://hl7.org/fhir/Practitioner/f006> a fhir:Practitioner .

<http://hl7.org/fhir/MedicationRequest/medrx0317> a fhir:MedicationRequest .

# -------------------------------------------------------------------------------------


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.