@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MR-Example1"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-02-05T06:06:27.677-06:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-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: MedicationRequest MR-Example1

Last updated: 2020-02-05 06:06:27-0600

Profiles: US Core MedicationRequest Profile, https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-profile

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

status: Completed

medication: WARFARIN SODIUM 10 MG TABS

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

encounter: Encounter: extension = No display for Extension ,No display for Extension ,No display for Extension ; status = finished; class = ambulatory (ActCode#AMB); type = Office Visit; priority = routine; period = 2020-08-17 21:04:20-0600 --> 2020-08-17 21:07:17-0600

authoredOn: 2020-02-05 06:00:36-0600

requester: Practitioner Harry S. Winston

note: Comments for Medication Request

DosageInstructions

-Text
*1 po tid
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-ndc"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ] ; fhir:code [ fhir:v "51672403503" ] ] ) ; fhir:text [ fhir:v "ndc 51672403503" ] ] ] [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-ddid"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://docs.wolterskluwercdi.com/codesystems/ddid"^^xsd:anyURI ] ; fhir:code [ fhir:v "20817" ] ] ) ; fhir:text [ fhir:v "ddid 20817" ] ] ] [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-rxnorm"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ; fhir:code [ fhir:v "313732" ] ] ] ) ; # fhir:status [ fhir:v "completed"] ; # 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:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/Example1" ] ] ; # fhir:authoredOn [ fhir:v "2020-02-05T06:00:36-06:00"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Example1" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "Comments for Medication Request" ] ] ) ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "1 po tid" ] ] ) . # # -------------------------------------------------------------------------------------