Order Catalog Implementation Guide
current - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Message definition new catalog - TTL Representation

Active as of 2020-04-02

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 "example-message-definition-initialize"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogMessageDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogMessageDefinition>     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: MessageDefinition</b><a name=\"example-message-definition-initialize\"> </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;example-message-definition-initialize&quot;  (Language &quot;en-US&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CatalogMessageDefinition.html\">Message definition for messaging order-catalog content</a></p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/order-catalog/MessageDefinition/example-message-definition-initialize</code></p><p><b>version</b>: current</p><p><b>name</b>: MessageDefinitionInitialize</p><p><b>title</b>: Message definition (re)initializing the catalog of message receiver</p><p><b>status</b>: active</p><p><b>date</b>: 2020-04-02</p><p><b>publisher</b>: HL7 International - Orders and Observations Work Group</p><p><b>contact</b>: <a href=\"http://hl7.org/Special/committees/orders\">http://hl7.org/Special/committees/orders</a></p><p><b>jurisdiction</b>: Global (Whole world) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>event</b>: full catalog for the recipient (Details: http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events code full-catalog = 'full catalog for the recipient', stated as 'full catalog for the recipient')</p><p><b>category</b>: consequence</p><p><b>responseRequired</b>: always</p></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/MessageDefinition/example-message-definition-initialize"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "current"] ; # 
  fhir:name [ fhir:v "MessageDefinitionInitialize"] ; # 
  fhir:title [ fhir:v "Message definition (re)initializing the catalog of message receiver"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2020-04-02"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Orders and Observations Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/orders" ]     ] )
  ] ) ; # 
  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:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events"^^xsd:anyURI ] ;
fhir:code [ fhir:v "full-catalog" ] ;
fhir:display [ fhir:v "full catalog for the recipient" ]
  ] ; # 
  fhir:category [ fhir:v "consequence"] ; # 
  fhir:responseRequired [ fhir:v "always"] . #