Medication Prescription and Delivery (MPD)
0.1.0 - ci-build International flag

Medication Prescription and Delivery (MPD), published by Integrating the Healthcare Enterprise (IHE). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-mpd/ and changes regularly. See the Directory of published versions

: PrescriptionLine1 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PrescriptionLine1"] ; # 
  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 PrescriptionLine1</b></p><a name=\"PrescriptionLine1\"> </a><a name=\"hcPrescriptionLine1\"> </a><a name=\"PrescriptionLine1-en-US\"> </a><p><b>identifier</b>: <code>http://example.com/prescriptionlines</code>/line1</p><p><b>groupIdentifier</b>: <code>http://example.com/prescriptions</code>/prescr1</p><p><b>status</b>: Active</p><p><b>intent</b>: Option</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">med1</span></td></tr></table><p><b>subject</b>: Identifier: patient1</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.com/prescriptionlines"^^xsd:anyURI ] ;
fhir:value [ fhir:v "line1" ]
  ] ) ; # 
  fhir:groupIdentifier [
fhir:system [ fhir:v "http://example.com/prescriptions"^^xsd:anyURI ] ;
fhir:value [ fhir:v "prescr1" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "option"] ; # 
  fhir:medication [
fhir:concept [
      ( fhir:coding [
fhir:code [ fhir:v "med1" ]       ] )     ]
  ] ; # 
  fhir:subject [
fhir:identifier [
fhir:value [ fhir:v "patient1" ]     ]
  ] . #