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 CodeSystem - Event Type - TTL Representation

Active as of 2020-06-15

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "specialty-rx-event-type"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-06-15T00:00:00-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">query<a name=\"specialty-rx-event-type-query\"> </a></td><td>Query</td><td>Specialty Rx query</td></tr><tr><td style=\"white-space:nowrap\">query-response<a name=\"specialty-rx-event-type-query-response\"> </a></td><td>Query Response</td><td>Specialty Rx query response</td></tr><tr><td style=\"white-space:nowrap\">query-response-unsolicited<a name=\"specialty-rx-event-type-query-response-unsolicited\"> </a></td><td>Query Response - Unsolicited</td><td>Specialty Rx unsolicited query response</td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"specialty-rx-event-type-error\"> </a></td><td>Error</td><td>Specialty Rx error</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "SpecialtyRxCodeSystemEventType"] ; # 
  fhir:title [ fhir:v "Specialty Rx Code System - Event Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-06-15T00:00:00-05: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 "This code system defines event types used in Specialty Rx message headers"] ; # 
  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:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "query" ] ;
fhir:display [ fhir:v "Query" ] ;
fhir:definition [ fhir:v "Specialty Rx query" ]
  ] [
fhir:code [ fhir:v "query-response" ] ;
fhir:display [ fhir:v "Query Response" ] ;
fhir:definition [ fhir:v "Specialty Rx query response" ]
  ] [
fhir:code [ fhir:v "query-response-unsolicited" ] ;
fhir:display [ fhir:v "Query Response - Unsolicited" ] ;
fhir:definition [ fhir:v "Specialty Rx unsolicited query response" ]
  ] [
fhir:code [ fhir:v "error" ] ;
fhir:display [ fhir:v "Error" ] ;
fhir:definition [ fhir:v "Specialty Rx error" ]
  ] ) . #