@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationDispense ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:versionId [ fhir:v "1915766443446860" ] ; fhir:lastUpdated [ fhir:v "2015-05-15T15:54:24.277-07:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-meddispense"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-meddispense-profile"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Normal" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationDispense Example1

version: versionId: id (PrimitiveType/MedicationDispense.meta.versionId): element = id -> versionId=id[1915766443446860]; Last updated: 2015-05-15 15:54:24-0700

Profiles: http://hl7.org/fhir/us/core/StructureDefinition/us-core-meddispense, AthenaMedicationDispense

Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')

status: Completed

statusReason: The medication prescribed is available for cycle fill

medication: WARFARIN SODIUM 10 MG TABS

subject: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

Performers

-Actor
*Practitioner Harry S. Winston

authorizingPrescription: MedicationRequest: extension = No display for Extension ,No display for Extension ,No display for Extension ,No display for Extension ,No display for Extension ,No display for Extension ; identifier = https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/PRESCRIB/TEST-001#12345; status = completed; intent = order; reported[x] = true; medication[x] = ->WARFARIN SODIUM 10 MG TABS; authoredOn = 2020-08-14 15:07:25+0530

type: First Fill - Complete

quantity: 12

whenHandedOver: 2020-08-18 16:08:25+0530

dosageInstruction

" ] ; # fhir:status [ fhir:v "completed" ; fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/meddispensestatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "Dispensed" ] ; fhir:display [ fhir:v "Completed" ] ] ] ) ] ; # fhir:statusReason [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/medicationdispense-status-reason"^^xsd:anyURI ] ; fhir:code [ fhir:v "FV" ] ; fhir:display [ fhir:v "The medication prescribed is available for cycle fill" ] ] ) ; fhir:text [ fhir:v "The medication prescribed is available for cycle fill" ] ] ; # fhir:medication [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Medication/23833" ] ; fhir:display [ fhir:v "WARFARIN SODIUM 10 MG TABS" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:performer ( [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Example1" ] ] ] ) ; # fhir:authorizingPrescription ( [ fhir:link ; fhir:reference [ fhir:v "MedicationRequest/RX-Example1" ] ] ) ; # 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:text [ fhir:v "First Fill - Complete" ] ] ; # fhir:quantity [ fhir:value [ fhir:v "12"^^xsd:decimal ] ] ; # fhir:whenHandedOver [ fhir:v "2020-08-18T16:08:25+05:30"^^xsd:dateTime] ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "Take 1 tablet by mouth 3 times a day" ] ; fhir:doseAndRate ( [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "1.00"^^xsd:decimal ] ; fhir:unit [ fhir:v "{Tablet}" ] ] ] ) ] ) . # # -------------------------------------------------------------------------------------