2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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.xml

Raw XML (canonical form)

Definition for Value SetMessageEvent

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="message-events"/>
  <meta>
    <lastUpdated value="2015-02-23T09:07:27.665+11:00"/>
    <profile value="http://hl7.org/fhir/Profile/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.6"/>
  </extension>
  <url value="http://hl7.org/fhir/vs/message-events"/>
  <version value="0.4.0"/>
  <name value="MessageEvent"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="One of the message events defined as part of FHIR"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2015-02-23T09:07:27+11:00"/>
  <define>
    <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.6"/>
    </extension>
    <system value="http://hl7.org/fhir/message-events"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="MedicationAdministration-Complete"/>
      <definition value="Change the status of a Medication Administration to show that it is complete."/>
    </concept>
    <concept>
      <code value="MedicationAdministration-Nullification"/>
      <definition value="Someone wishes to record that the record of administration of a medication is in error
       and should be ignored."/>
    </concept>
    <concept>
      <code value="MedicationAdministration-Recording"/>
      <definition value="Indicates that a medication has been recorded against the patient's record."/>
    </concept>
    <concept>
      <code value="MedicationAdministration-Update"/>
      <definition value="Update a Medication Administration record."/>
    </concept>
    <concept>
      <code value="admin-notify"/>
      <definition value="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."/>
    </concept>
    <concept>
      <code value="conceptmap-translate"/>
      <definition value="Translate a code from one value set to another, based on the existing value set and concept
       maps resources, and/or other additional knowledge available to the server. The coded value
       is carried as an extension in the message header.  The outcome is an operationOutcome
       with hints, warnings, or errors, or the translated code in an extension."/>
    </concept>
    <concept>
      <code value="diagnosticreport-provide"/>
      <definition value="Provide a diagnostic report, or update a previously provided diagnostic report."/>
    </concept>
    <concept>
      <code value="observation-provide"/>
      <definition value="Provide a simple observation or update a previously provided simple observation."/>
    </concept>
    <concept>
      <code value="patient-link"/>
      <definition value="Notification that two patient records actually identify the same patient."/>
    </concept>
    <concept>
      <code value="patient-unlink"/>
      <definition value="Notification that previous advice that two patient records concern the same patient is
       now considered incorrect."/>
    </concept>
    <concept>
      <code value="valueset-expand"/>
      <definition value="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."/>
    </concept>
    <concept>
      <code value="valueset-validate"/>
      <definition value="Validate that a coded value is in the set of codes allowed by a value set. The coded value
       is carried as an extension in the message header. The outcome is an OperationOutcome with
       hints, warnings, or errors."/>
    </concept>
  </define>
</ValueSet>

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.