{
"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.",
"_filename": "CodeSystem-catalog-message-events.json",
"package_name": "hl7.fhir.uv.order-catalog",
"date": "2020-04-02",
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2020-03-18T09:55:00Z"
},
"publisher": "HL7 International / Orders and Observations",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
} ]
} ],
"content": "complete",
"name": "CatalogMessageEvents",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "Catalog Message Event Codes",
"package_version": "1.0.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "oo"
} ],
"status": "active",
"id": "afc47aea-f5c7-44a7-aaac-c675dfa391a6",
"kind": null,
"count": 2,
"url": "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.40.55.16.1",
"system": "urn:ietf:rfc:3986"
} ],
"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."
} ],
"caseSensitive": true,
"version": "1.0.0",
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/orders",
"system": "url"
} ]
} ]
}