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
{ "resourceType" : "CodeSystem", "id" : "catalog-message-events", "meta" : { "lastUpdated" : "2020-03-18T09:55:00.000+00:00", "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "text" : { "status" : "generated", "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>" }, "url" : "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events", "version" : "0.1.0", "name" : "CatalogMessageEvents", "title" : "Catalog Message Event Codes", "status" : "active", "experimental" : false, "date" : "2020-04-02", "publisher" : "HL7 International - Orders and Observations Work Group", "contact" : [ { "telecom" : [ { "system" : "url", "value" : "http://hl7.org/Special/committees/orders" } ] } ], "description" : "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.", "jurisdiction" : [ { "coding" : [ { "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm", "code" : "001" } ] } ], "content" : "complete", "count" : 2, "concept" : [ { "code" : "full-catalog", "display" : "full catalog for the recipient", "definition" : "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." }, { "code" : "update-catalog", "display" : "update for a catalog of the recipient", "definition" : "The content of the message represents an update to an existing catalog of the message recepient who is expected to integrate this update." } ] }