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

FHIR IG Statistics: ValueSet/catalog-message-events-vs

Packagehl7.fhir.uv.order-catalog
TypeValueSet
Idcatalog-message-events-vs
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/order-catalog/https://build.fhir.org/ig/HL7/fhir-order-catalog/ValueSet-catalog-message-events-vs.html
URLhttp://hl7.org/fhir/uv/order-catalog/ValueSet/catalog-message-events-vs
Version1.0.0-ballot
Statusactive
Date2020-04-02
NameCatalogMessageEventVS
TitleMessage event codes for exchanging order catalog content
Realmuv
Authorityhl7
DescriptionThis value set provides event codes for MessageHeader.eventCoding in FHIR messages conveying the content (in whole or in part) of order catalogs

Resources that use this resource

StructureDefinition
CatalogMessageDefinitionMessage definition for messaging order-catalog content

Resources that this resource uses

CodeSystem
catalog-message-eventsCatalog Message Event Codes

Narrative

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

Generated Narrative: ValueSet catalog-message-events-vs

Last updated: 2020-03-20 09:55:00+0000

Profile: Shareable ValueSet

  • Include these codes as defined in http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events
    CodeDisplayDefinition
    full-catalogfull catalog for the recipientThe 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.
    update-catalogupdate for a catalog of the recipientThe content of the message represents an update to an existing catalog of the message recepient who is expected to integrate this update.

Source

{
  "resourceType": "ValueSet",
  "id": "catalog-message-events-vs",
  "meta": {
    "lastUpdated": "2020-03-20T09:55:00Z",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/order-catalog/ImplementationGuide/ig-uv-order-catalog"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/order-catalog/ImplementationGuide/ig-uv-order-catalog"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/order-catalog/ValueSet/catalog-message-events-vs",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.999.48.5"
    }
  ],
  "version": "1.0.0-ballot",
  "name": "CatalogMessageEventVS",
  "title": "Message event codes for exchanging order catalog content",
  "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 value set provides event codes for MessageHeader.eventCoding in FHIR messages conveying the content (in whole or in part) of order catalogs",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events",
        "concept": [
          {
            "code": "full-catalog",
            "display": "full catalog for the recipient"
          },
          {
            "code": "update-catalog",
            "display": "update for a catalog of the recipient"
          }
        ]
      }
    ]
  }
}