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 Error 1 - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "specialty-rx-error-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-error"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-error>     ] )
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2020-12-08T23:06:17-05:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/MyEHR/MessageHeader/msgheader1"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/MyEHR/MessageHeader/msgheader1> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:cbeff8fb-bc06-432e-bdff-6db167d6214e"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:cbeff8fb-bc06-432e-bdff-6db167d6214e> )
  ] ) . # 

<http://example.org/MyEHR/MessageHeader/msgheader1> a fhir:MessageHeader ;
  fhir:id [ fhir:v "res1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-messageheader-error"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-messageheader-error>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"res1\"> </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 MessageHeader &quot;res1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-messageheader-error.html\">Specialty Rx Error MessageHeader</a></p></div><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><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>MyEHR</td><td><a href=\"http://example.org/MyEHR\">http://example.org/MyEHR</a></td></tr></table><h3>Responses</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>req1</td><td>transient-error</td></tr></table><p><b>focus</b>: <a href=\"#OperationOutcome_exception-13450456830\">See above (urn:uuid:cbeff8fb-bc06-432e-bdff-6db167d6214e)</a></p></div>"
  ] ; # 
  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:source [
fhir:name [ fhir:v "MyEHR" ] ;
fhir:endpoint [ fhir:v "http://example.org/MyEHR"^^xsd:anyURI ]
  ] ; # 
  fhir:response [
fhir:identifier [ fhir:v "req1" ] ;
fhir:code [ fhir:v "transient-error" ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "urn:uuid:cbeff8fb-bc06-432e-bdff-6db167d6214e" ]
  ] ) . # 

<urn:uuid:cbeff8fb-bc06-432e-bdff-6db167d6214e> a fhir:OperationOutcome ;
  fhir:id [ fhir:v "exception-13450456830"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: OperationOutcome</b><a name=\"exception-13450456830\"> </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 OperationOutcome &quot;exception-13450456830&quot; </p></div><h3>Issues</h3><table class=\"grid\"><tr><td>-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td>*</td><td>fatal</td><td>exception</td><td>An unexpected exception occurred. Please resubmit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table></div>"
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "fatal" ] ;
fhir:code [ fhir:v "exception" ] ;
fhir:details [
fhir:text [ fhir:v "An unexpected exception occurred. Please resubmit" ]     ]
  ] ) . #