Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Order catalog message event 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:Resource.id [ fhir:value "catalog-message-events-vs"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-03-20T09:55:00.000+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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></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:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/order-catalog/ValueSet/catalog-message-events-vs"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "CatalogMessageEventVS"];
  fhir:ValueSet.title [ fhir:value "Message event codes for exchanging order catalog content"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.date [ fhir:value "2020-04-02"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "HL7 International - Orders and Observations Work Group"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/orders" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "This value set provides event codes for MessageHeader.eventCoding in FHIR messages conveying the content (in whole or in part) of order catalogs"];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "full-catalog" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "full catalog for the recipient" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "update-catalog" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "update for a catalog of the recipient" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.