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

: Catalog message events CodeSystem - 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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "catalog-message-events"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-03-18T09:55:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Catalog message event codes</h2>\n      <div>\n        <p>This CodeSystem provides  coded concepts for event codes in MessageHeader of FHIR messages conveying the content of a catalog.</p>\n      </div>\n    </div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "current"] ; # 
  fhir:name [ fhir:v "CatalogMessageEvents"] ; # 
  fhir:title [ fhir:v "Catalog Message Event Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  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:description [ fhir:v "This CodeSystem resource provides the concepts representing message event codes to be used when exchanging the content of catalogs in push mode, leveraging the FHIR messaging framework."] ; # 
  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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "full-catalog" ] ;
fhir:display [ fhir:v "full catalog for the recipient" ] ;
fhir:definition [ fhir:v "The content of the message represents a full catalog that the message recepient is expected to take as is, replacing any preexisting content for this catalog." ]
  ] [
fhir:code [ fhir:v "update-catalog" ] ;
fhir:display [ fhir:v "update for a catalog of the recipient" ] ;
fhir:definition [ fhir:v "The content of the message represents an update to an existing catalog of the message recepient who is expected to integrate this update." ]
  ] ) . #