Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.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/dental-data-exchange/ and changes regularly. See the Directory of published versions
: MedicationRequest- Lisinopril Medication Request 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Lisinopril-medreq"] ; #
fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2021-03-09T17:53:52.369+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#bztlt43F4rcoHhww"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest> ] )
] ; #
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: MedicationRequest Lisinopril-medreq</b></p><a name=\"Lisinopril-medreq\"> </a><a name=\"hcLisinopril-medreq\"> </a><a name=\"Lisinopril-medreq-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 3; Last updated: 2021-03-09 17:53:52+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #bztlt43F4rcoHhww</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>medication</b>: <a href=\"Medication-Lisinopril-med-example.html\">Medication Lisinopril 10 mg Oral Tablet</a></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Patient A</a></p><p><b>authoredOn</b>: 2020-02-14</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-M.html\">Dr. John M, MD</a></p><p><b>reasonReference</b>: <a href=\"Condition-HTN-example.html\">Condition High blood pressure</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 1 tab once a day</td><td>Once</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral use</span></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Lisinopril-med-example" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
] ; #
fhir:authoredOn [ fhir:v "2020-02-14"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-M" ] ;
fhir:display [ fhir:v "Dr. John M, MD" ]
] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/HTN-example" ]
] ) ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "Take 1 tab once a day" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2020-01-03"^^xsd:date ] ] ] ] ;
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 use" ] ] ) ]
] ) . #