DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Message-events.json

Raw JSON (canonical form)

Definition for Value SetMessageEvent

{
  "resourceType": "ValueSet",
  "id": "message-events",
  "meta": {
    "lastUpdated": "2015-04-03T14:24:32.000+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.6"
    }
  ],
  "url": "http://hl7.org/fhir/vs/message-events",
  "version": "0.5.0",
  "name": "MessageEvent",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "One of the message events defined as part of FHIR",
  "status": "draft",
  "experimental": false,
  "date": "2015-04-03T14:24:32+11:00",
  "define": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.6"
      }
    ],
    "system": "http://hl7.org/fhir/message-events",
    "caseSensitive": true,
    "concept": [
      {
        "code": "MedicationAdministration-Complete",
        "definition": "Change the status of a Medication Administration to show that it is complete."
      },
      {
        "code": "MedicationAdministration-Nullification",
        "definition": "Someone wishes to record that the record of administration of a medication is in error and should be ignored."
      },
      {
        "code": "MedicationAdministration-Recording",
        "definition": "Indicates that a medication has been recorded against the patient's record."
      },
      {
        "code": "MedicationAdministration-Update",
        "definition": "Update a Medication Administration record."
      },
      {
        "code": "admin-notify",
        "definition": "Notification of a change to an administrative resource (either create or update). Note that there is no delete, though some administrative resources have status or period elements for this use."
      },
      {
        "code": "diagnosticreport-provide",
        "definition": "Provide a diagnostic report, or update a previously provided diagnostic report."
      },
      {
        "code": "observation-provide",
        "definition": "Provide a simple observation or update a previously provided simple observation."
      },
      {
        "code": "patient-link",
        "definition": "Notification that two patient records actually identify the same patient."
      },
      {
        "code": "patient-unlink",
        "definition": "Notification that previous advice that two patient records concern the same patient is now considered incorrect."
      },
      {
        "code": "valueset-expand",
        "definition": "The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. An expanded value set will be returned, or an error message."
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.