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
: Order catalog message events ValueSet - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "catalog-message-events-vs"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-03-20T09:55:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-catalog-message-events.html\"><code>http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-catalog-message-events.html#catalog-message-events-full-catalog\">full-catalog</a></td><td>full catalog for the recipient</td><td>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.</td></tr><tr><td><a href=\"CodeSystem-catalog-message-events.html#catalog-message-events-update-catalog\">update-catalog</a></td><td>update for a catalog of the recipient</td><td>The content of the message represents an update to an existing catalog of the message recepient who is expected to integrate this update.</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/ValueSet/catalog-message-events-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "current"] ; #
fhir:name [ fhir:v "CatalogMessageEventVS"] ; #
fhir:title [ fhir:v "Message event codes for exchanging order catalog content"] ; #
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 value set provides event codes for MessageHeader.eventCoding in FHIR messages conveying the content (in whole or in part) of order catalogs"] ; #
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:immutable [ fhir:v "false"^^xsd:boolean] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "full-catalog" ] ;
fhir:display [ fhir:v "full catalog for the recipient" ] ] [
fhir:code [ fhir:v "update-catalog" ] ;
fhir:display [ fhir:v "update for a catalog of the recipient" ] ] ) ] )
] . #