This page is part of the Specialty Medication Enrollment (v2.0.0: STU2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Specialty Rx MessageDefinition - Error - 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:MessageDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "specialty-rx-error"] ; #
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-error\"> </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 "specialty-rx-error" </p></div><p><b>url</b>: <code>http://hl7.org/fhir/us/specialty-rx/MessageDefinition/specialty-rx-error</code></p><p><b>version</b>: 2.0.0</p><p><b>name</b>: SpecialtyRxMessageDefinitionError</p><p><b>title</b>: Specialty Rx Message Definition - Error</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 reporting an error that causes premature processing termination of a specialty Rx query response message. References the error 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>: Describe an error that causes a premature end to processing of a specialty Rx query response message</p><p><b>event</b>: Error (Details: http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type code error = 'Error', 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>OperationOutcome</td><td>1</td><td>1</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/specialty-rx/MessageDefinition/specialty-rx-error"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "SpecialtyRxMessageDefinitionError"] ; #
fhir:title [ fhir:v "Specialty Rx Message Definition - Error"] ; #
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 reporting an error that causes premature processing termination of a specialty Rx query response message. References the error 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 "Describe an error that causes a premature end to processing of a specialty Rx query response message"] ; #
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 "error" ]
] ; #
fhir:category [ fhir:v "currency"] ; #
fhir:focus ( [
fhir:code [ fhir:v "OperationOutcome" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ]
] ) . #