Specialty Medication Enrollment
2.1.0 - CI Build United States of America flag

Specialty Medication Enrollment, published by HL7 International - Pharmacy. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/fhir-specialty-rx/ and changes regularly. See the Directory of published versions

: Specialty Rx MessageDefinition - Query - TTL Representation

Active as of 2020-06-26

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:MessageDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "specialty-rx-query"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageDefinition</b><a name=\"specialty-rx-query\"> </a></p><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\">Resource MessageDefinition &quot;specialty-rx-query&quot; </p></div><p><b>url</b>: <code>http://hl7.org/fhir/us/specialty-rx/MessageDefinition/specialty-rx-query</code></p><p><b>version</b>: 2.1.0</p><p><b>name</b>: SpecialtyRxMessageDefinitionQuery</p><p><b>title</b>: Specialty Rx Message Definition - Query</p><p><b>status</b>: active</p><p><b>experimental</b>: false</p><p><b>date</b>: 2020-06-26 00:00:00+0000</p><p><b>publisher</b>: HL7 International - Pharmacy</p><p><b>contact</b>: HL7 International - Pharmacy: <a href=\"http://www.hl7.org/Special/committees/medication\">http://www.hl7.org/Special/committees/medication</a>, Frank McKinney: <a href=\"mailto:frank.mckinney@pocp.com\">frank.mckinney@pocp.com</a>,<a href=\"mailto:fm@frankmckinney.com\">fm@frankmckinney.com</a></p><p><b>description</b>: Message conveying one or more queries for data related to a prescribed specialty medication. References the query event</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#US)</span></p><p><b>purpose</b>: Transmit queries for data related to a prescribed specialty medication. Response consists of FHIR resources returned without human intervention</p><p><b>event</b>: Query (Details: http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type code query = 'Query', stated as 'null')</p><p><b>category</b>: currency</p><h3>Focus</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td>*</td><td>Parameters</td><td>1</td><td>1</td></tr></table><h3>AllowedResponses</h3><table class=\"grid\"><tr><td>-</td><td><b>Message</b></td><td><b>Situation</b></td></tr><tr><td>*</td><td><a href=\"MessageDefinition-specialty-rx-query-response.html\">Specialty Rx Message Definition - Query Response</a></td><td>Returned when processing completes without encountering a system error</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/specialty-rx/MessageDefinition/specialty-rx-query"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "SpecialtyRxMessageDefinitionQuery"] ; # 
  fhir:title [ fhir:v "Specialty Rx Message Definition - Query"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-06-26T00:00:00-00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Pharmacy"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Pharmacy" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/medication" ]     ] )
  ] [
fhir:name [ fhir:v "Frank McKinney" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "frank.mckinney@pocp.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fm@frankmckinney.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Message conveying one or more queries for data related to a prescribed specialty medication. References the query event"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "Transmit queries for data related to a prescribed specialty medication. Response consists of FHIR resources returned without human intervention"] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "query" ]
  ] ; # 
  fhir:category [ fhir:v "currency"] ; # 
  fhir:focus ( [
fhir:code [ fhir:v "Parameters" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ]
  ] ) ; # 
  fhir:allowedResponse ( [
fhir:message [
fhir:v "http://hl7.org/fhir/us/specialty-rx/MessageDefinition/specialty-rx-query-response"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/specialty-rx/MessageDefinition/specialty-rx-query-response>     ] ;
fhir:situation [ fhir:v "Returned when processing completes without encountering a system error" ]
  ] ) . #