Medication Prescription and Dispense (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/tree/master and changes regularly. See the Directory of published versions
: IHE MPD Order Placer - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IHE.MPD.OrderPlacer"] ; #
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: ActorDefinition IHE.MPD.OrderPlacer</b></p><a name=\"IHE.MPD.OrderPlacer\"> </a><a name=\"hcIHE.MPD.OrderPlacer\"> </a><a name=\"IHE.MPD.OrderPlacer-en-US\"> </a><table class=\"grid\"><tr><td><b>Actor: IHEMPDOrderPlacer </b></td><td>IHE MPD Order Placer</td><td>Type: system </td></tr><tr><td colspan=\"3\"/></tr><tr><td>Capabilities:</td><td colspan=\"2\"><a href=\"CapabilityStatement-IHE.MPD.OrderPlacerCS.html\">IHE Pharmacy Order Placer Actor</a></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://profiles.ihe.net/PHARM/MPD/ActorDefinition/IHE.MPD.OrderPlacer"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "IHEMPDOrderPlacer"] ; #
fhir:title [ fhir:v "IHE MPD Order Placer"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2024-07-08T16:49:44+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Integrating the Healthcare Enterprise (IHE)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Integrating the Healthcare Enterprise (IHE)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ihe.net" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "secretary@ihe.net" ] ] )
] [
fhir:name [ fhir:v "Jose Costa Teixeira" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jose.a.teixeira@gmail.com" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "The Order Placer is responsible for submitting a medication order to an Order Receiver."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:copyright [ fhir:v "IHE http://www.ihe.net/Governance/#Intellectual_Property"] ; #
fhir:type [ fhir:v "system"] ; #
fhir:capabilities [
fhir:v "https://profiles.ihe.net/PHARM/MPD/CapabilityStatement/IHE.MPD.OrderPlacerCS"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/PHARM/MPD/CapabilityStatement/IHE.MPD.OrderPlacerCS>
] . #