FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/catalog-message-events

Packagehl7.fhir.uv.order-catalog
TypeCodeSystem
Idcatalog-message-events
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/order-catalog/https://build.fhir.org/ig/HL7/fhir-order-catalog/CodeSystem-catalog-message-events.html
URLhttp://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events
Version1.0.0-ballot
Statusactive
Date2020-04-02
NameCatalogMessageEvents
TitleCatalog Message Event Codes
Realmuv
Authorityhl7
DescriptionThis 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.
Contentcomplete

Resources that use this resource

ValueSet
catalog-message-events-vsMessage event codes for exchanging order catalog content

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Catalog message event codes

This CodeSystem provides coded concepts for event codes in MessageHeader of FHIR messages conveying the content of a catalog.


Source

{
  "resourceType": "CodeSystem",
  "id": "catalog-message-events",
  "meta": {
    "lastUpdated": "2020-03-18T09:55:00Z",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.999.16.1"
    }
  ],
  "version": "1.0.0-ballot",
  "name": "CatalogMessageEvents",
  "title": "Catalog Message Event Codes",
  "status": "active",
  "experimental": false,
  "date": "2020-04-02",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.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"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "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."
    }
  ]
}