STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

StructureDefinition: QICore-Procedure - XML

QICore-Procedure

<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="qicore-procedure"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">to do</div>
  </text>
  <url value="http://hl7.org/fhir/StructureDefinition/qicore-procedure"/>
  <name value="QICore-Procedure"/>
  <status value="draft"/>
  <publisher value="Health Level Seven International (Clinical Quality Information - QICore)"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/special/committees/CQI"/>
    </telecom>
  </contact>
  <date value="2015-02-27"/>
  <description value="Profile of Procedure for decision support/quality metrics. Defines the core set of elements
   and extensions for quality rule and measure authors."/>
  <fhirVersion value="1.4.0"/>
  <mapping>
    <identity value="qdm"/>
    <uri value="http://www.healthit.gov/quality-data-model"/>
    <name value="Quality Data Model"/>
  </mapping>
  <kind value="resource"/>
  <abstract value="false"/>
  <baseType value="Procedure"/>
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Procedure"/>
  <derivation value="constraint"/>
  <snapshot>
    <element>
      <path value="Procedure"/>
      <name value="QICore-Procedure"/>
      <short value="An action that is being or was performed on a patient"/>
      <definition value="An action that is or was performed on a patient. This can be a physical intervention like
       an operation, or less invasive like counseling or hypnotherapy."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Procedure"/>
      </type>
      <constraint>
        <key value="pro-1"/>
        <severity value="error"/>
        <human value="Reason not performed is only permitted if notPerformed indicator is true"/>
        <expression value="reasonNotPerformed.empty() or notPerformed = true"/>
        <xpath value="not(exists(f:reasonNotPerformed)) or f:notPerformed/@value=true()"/>
      </constraint>
      <mapping>
        <identity value="rim"/>
        <map value="Procedure[moodCode=EVN]"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="clinical.general"/>
      </mapping>
      <mapping>
        <identity value="qdm"/>
        <map value="Intervention, performed or Procedure, performed"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.id"/>
      <short value="Logical id of this artifact"/>
      <definition value="The logical id of the resource, as used in the URL for the resource. Once assigned, this
       value never changes."/>
      <comments value="The only time that a resource does not have an id is when it is being submitted to the
       server using a create operation. Bundles always have an id, though it is usually a generated
       UUID."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.id"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="id"/>
      </type>
      <isSummary value="true"/>
    </element>
    <element>
      <path value="Procedure.meta"/>
      <short value="Metadata about the resource"/>
      <definition value="The metadata about the resource. This is content that is maintained by the infrastructure.
       Changes to the content may not always be associated with version changes to the resource."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.meta"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Meta"/>
      </type>
      <isSummary value="true"/>
    </element>
    <element>
      <path value="Procedure.implicitRules"/>
      <short value="A set of rules under which this content was created"/>
      <definition value="A reference to a set of rules that were followed when the resource was constructed, and
       which must be understood when processing the content."/>
      <comments value="Asserting this rule set restricts the content to be only understood by a limited set of
       trading partners. This inherently limits the usefulness of the data in the long term.
       However, the existing health eco-system is highly fractured, and not yet ready to define,
       collect, and exchange data in a generally computable sense. Wherever possible, implementers
       and/or specification writers should avoid using this element as much as possible."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.implicitRules"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="uri"/>
      </type>
      <isModifier value="true"/>
      <isSummary value="true"/>
    </element>
    <element>
      <path value="Procedure.language"/>
      <short value="Language of the resource content"/>
      <definition value="The base language in which the resource is written."/>
      <comments value="Language is provided to support indexing and accessibility (typically, services such as
       text to speech use the language tag). The html language tag in the narrative applies 
       to the narrative. The language tag on the resource may be used to specify the language
       of other presentations generated from the data in the resource  Not all the content has
       to be in the base language. The Resource.language should not be assumed to apply to the
       narrative automatically. If a language is specified, it should it also be specified on
       the div element in the html (see rules in HTML5 for information about the relationship
       between xml:lang and the html lang attribute)."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.language"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="code"/>
      </type>
      <binding>
        <strength value="required"/>
        <description value="A human language."/>
        <valueSetUri value="http://tools.ietf.org/html/bcp47"/>
      </binding>
    </element>
    <element>
      <path value="Procedure.text"/>
      <short value="Text summary of the resource, for human interpretation"/>
      <definition value="A human-readable narrative that contains a summary of the resource, and may be used to
       represent the content of the resource to a human. The narrative need not encode all the
       structured data, but is required to contain sufficient detail to make it &quot;clinically
       safe&quot; for a human to just read the narrative. Resource definitions may define what
       content should be represented in the narrative to ensure clinical safety."/>
      <comments value="Contained resources do not have narrative. Resources that are not contained SHOULD have
       a narrative."/>
      <alias value="narrative"/>
      <alias value="html"/>
      <alias value="xhtml"/>
      <alias value="display"/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="DomainResource.text"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Narrative"/>
      </type>
      <condition value="dom-1"/>
      <mapping>
        <identity value="rim"/>
        <map value="Act.text?"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.contained"/>
      <short value="Contained, inline Resources"/>
      <definition value="These resources do not have an independent existence apart from the resource that contains
       them - they cannot be identified independently, and nor can they have their own independent
       transaction scope."/>
      <comments value="This should never be done when the content can be identified properly, as once identification
       is lost, it is extremely difficult (and context dependent) to restore it again."/>
      <alias value="inline resources"/>
      <alias value="anonymous resources"/>
      <alias value="contained resources"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.contained"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Resource"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.extension"/>
      <slicing>
        <discriminator value="url"/>
        <ordered value="false"/>
        <rules value="open"/>
      </slicing>
      <short value="Extension"/>
      <definition value="An Extension"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
    </element>
    <element>
      <path value="Procedure.extension"/>
      <name value="Procedure.approachBodySite"/>
      <short value="Extension"/>
      <definition value="An Extension"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/procedure-approachBodySite"/>
      </type>
      <mapping>
        <identity value="qdm"/>
        <map value="anatomical approach site"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.extension"/>
      <name value="Procedure.incisionDateTime"/>
      <short value="Extension"/>
      <definition value="An Extension"/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="DomainResource.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime"/>
      </type>
      <mapping>
        <identity value="qdm"/>
        <map value="incision datetime"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.modifierExtension"/>
      <short value="Extensions that cannot be ignored"/>
      <definition value="May be used to represent additional information that is not part of the basic definition
       of the resource, and that modifies the understanding of the element that contains it.
       Usually modifier elements provide negation or qualification. In order to make the use
       of extensions safe and manageable, there is a strict set of governance applied to the
       definition and use of extensions. Though any implementer is allowed to define an extension,
       there is a set of requirements that SHALL be met as part of the definition of the extension.
       Applications processing a resource are required to check for modifier extensions."/>
      <comments value="There can be no stigma associated with the use of extensions by any application, project,
       or standard - regardless of the institution or jurisdiction that uses or defines the extensions.
        The use of extensions is what allows the FHIR specification to retain a core level of
       simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.modifierExtension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <isModifier value="true"/>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.identifier"/>
      <short value="External Identifiers for this procedure"/>
      <definition value="This records identifiers associated with this procedure that are defined by business processes
       and/or used to refer to it when a direct URL reference to the resource itself is not appropriate
       (e.g. in CDA documents, or in written / printed documentation)."/>
      <requirements value="Need to allow connection to a wider workflow."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.identifier"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Identifier"/>
      </type>
      <isSummary value="true"/>
      <mapping>
        <identity value="v2"/>
        <map value="Some combination of ORC-2 / ORC-3 / OBR-2 / OBR-3 / IPC-1 / IPC-2 / IPC-3 / IPC-4"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value=".id"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="id"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.subject"/>
      <short value="Who the procedure was performed on"/>
      <definition value="The person, animal or group on which the procedure was performed."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="Procedure.subject"/>
        <min value="1"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-patient"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/Group"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="v2"/>
        <map value="PID-3"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value=".participation[typeCode=SBJ].role"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="who.focus"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.status"/>
      <short value="in-progress | aborted | completed | entered-in-error"/>
      <definition value="A code specifying the state of the procedure. Generally this will be in-progress or completed
       state."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="Procedure.status"/>
        <min value="1"/>
        <max value="1"/>
      </base>
      <type>
        <code value="code"/>
      </type>
      <mustSupport value="true"/>
      <isModifier value="true"/>
      <isSummary value="true"/>
      <binding>
        <strength value="required"/>
        <description value="A code specifying the state of the procedure."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/procedure-status"/>
        </valueSetReference>
      </binding>
    </element>
    <element>
      <path value="Procedure.category"/>
      <short value="Classification of the procedure"/>
      <definition value="A code that classifies the procedure for searching, sorting and display purposes (e.g.
       &quot;Surgical Procedure&quot;)."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.category"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <isSummary value="true"/>
      <binding>
        <strength value="example"/>
        <description value="A code that classifies a procedure for searching, sorting and display purposes."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/procedure-category"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="rim"/>
        <map value=".outboundRelationship[typeCode=&quot;COMP].target[classCode=&quot;LIST&quot;, moodCode=&quot;EVN&quo
        t;].code"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.code"/>
      <short value="Identification of the procedure"/>
      <definition value="The specific procedure that is performed. Use text if the exact nature of the procedure
       cannot be coded (e.g. &quot;Laparoscopic Appendectomy&quot;)."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="Procedure.code"/>
        <min value="1"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="true"/>
      <binding>
        <strength value="preferred"/>
        <description value="Codes describing the Procedure Type"/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/daf-procedure-type"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="v2"/>
        <map value="OBR-44/OBR-45"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value=".code"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="class"/>
      </mapping>
      <mapping>
        <identity value="qdm"/>
        <map value="primary code"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.notPerformed"/>
      <short value="True if procedure was not performed as scheduled"/>
      <definition value="Set this to true if the record is saying that the procedure was NOT performed."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.notPerformed"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="boolean"/>
      </type>
      <defaultValueBoolean value="false"/>
      <isModifier value="true"/>
      <mapping>
        <identity value="rim"/>
        <map value=".actionNegationInd"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.reasonNotPerformed"/>
      <short value="Reason procedure was not performed"/>
      <definition value="A code indicating why the procedure was not performed."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.reasonNotPerformed"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <condition value="pro-1"/>
      <binding>
        <strength value="example"/>
        <description value="A code that identifies the reason a procedure was not performed."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/procedure-not-performed-reason"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="rim"/>
        <map value=".reason.Observation.value"/>
      </mapping>
      <mapping>
        <identity value="qdm"/>
        <map value="negation rationale"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.bodySite"/>
      <short value="Target body sites"/>
      <definition value="Detailed and structured anatomical location information. Multiple locations are allowed
       - e.g. multiple punch biopsies of a lesion."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.bodySite"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="true"/>
      <binding>
        <strength value="example"/>
        <description value="Codes describing anatomical locations. May include laterality."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/body-site"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="v2"/>
        <map value="OBX-20"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value=".targetSiteCode"/>
      </mapping>
      <mapping>
        <identity value="qdm"/>
        <map value="anatomical location site"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.reason[x]"/>
      <short value="Reason procedure performed"/>
      <definition value="The reason why the procedure was performed. This may be due to a Condition, may be coded
       entity of some type, or may simply be present as text."/>
      <comments value="e.g. endoscopy for dilatation and biopsy, combination diagnosis and therapeutic."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.reason[x]"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/Condition"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="true"/>
      <binding>
        <strength value="example"/>
        <description value="A code that identifies the reason a procedure is  required."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/procedure-reason"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="rim"/>
        <map value=".reasonCode"/>
      </mapping>
      <mapping>
        <identity value="qdm"/>
        <map value="reason"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.performer"/>
      <short value="The people who performed the procedure"/>
      <definition value="Limited to 'real' people rather than equipment."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.performer"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="BackboneElement"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="rim"/>
        <map value=".participation[typeCode=PFM]"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.performer.id"/>
      <representation value="xmlAttr"/>
      <short value="xml:id (or equivalent in JSON)"/>
      <definition value="unique id for the element within a resource (for internal references)."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Element.id"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="id"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="n/a"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.performer.extension"/>
      <short value="Additional Content defined by implementations"/>
      <definition value="May be used to represent additional information that is not part of the basic definition
       of the element. In order to make the use of extensions safe and manageable, there is a
       strict set of governance  applied to the definition and use of extensions. Though any
       implementer is allowed to define an extension, there is a set of requirements that SHALL
       be met as part of the definition of the extension."/>
      <comments value="There can be no stigma associated with the use of extensions by any application, project,
       or standard - regardless of the institution or jurisdiction that uses or defines the extensions.
        The use of extensions is what allows the FHIR specification to retain a core level of
       simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Element.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="n/a"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.performer.modifierExtension"/>
      <short value="Extensions that cannot be ignored"/>
      <definition value="May be used to represent additional information that is not part of the basic definition
       of the element, and that modifies the understanding of the element that contains it. Usually
       modifier elements provide negation or qualification. In order to make the use of extensions
       safe and manageable, there is a strict set of governance applied to the definition and
       use of extensions. Though any implementer is allowed to define an extension, there is
       a set of requirements that SHALL be met as part of the definition of the extension. Applications
       processing a resource are required to check for modifier extensions."/>
      <comments value="There can be no stigma associated with the use of extensions by any application, project,
       or standard - regardless of the institution or jurisdiction that uses or defines the extensions.
        The use of extensions is what allows the FHIR specification to retain a core level of
       simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <alias value="modifiers"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="BackboneElement.modifierExtension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <isModifier value="true"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.performer.actor"/>
      <short value="The reference to the practitioner"/>
      <definition value="The practitioner who was involved in the procedure."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.performer.actor"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-practitioner"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-organization"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-patient"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-relatedperson"/>
      </type>
      <isSummary value="true"/>
      <mapping>
        <identity value="v2"/>
        <map value="ORC-19/PRT-5"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value=".role"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="who.actor"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.performer.role"/>
      <short value="The role the actor was in"/>
      <definition value="For example: surgeon, anaethetist, endoscopist."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.performer.role"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <isSummary value="true"/>
      <binding>
        <strength value="example"/>
        <description value="A code that identifies the role of a performer of the procedure."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/performer-role"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="v2"/>
        <map value="Some combination of STF-18 / PRA-3 / PRT-4 / ROL-3 / ORC-12 / OBR-16 / PV1-7 / PV1-8 /
         PV1-9 / PV1-17 / OBX-25"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value=".functionCode"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.performed[x]"/>
      <short value="Date/Period the procedure was performed"/>
      <definition value="The date(time)/period over which the procedure was performed. Allows a period to support
       complex procedures that span more than one date, and also allows for the length of the
       procedure to be captured."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.performed[x]"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="dateTime"/>
      </type>
      <type>
        <code value="Period"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="v2"/>
        <map value="OBR-7"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value=".effectiveTime"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="when.done"/>
      </mapping>
      <mapping>
        <identity value="qdm"/>
        <map value="start, stop datetime"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.encounter"/>
      <short value="The encounter associated with the procedure"/>
      <definition value="The encounter during which the procedure was performed."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.encounter"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-encounter"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="v2"/>
        <map value="PV1-19"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value=".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="context"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.location"/>
      <short value="Where the procedure happened"/>
      <definition value="The location where the procedure actually happened.  E.g. a newborn at home, a tracheostomy
       at a restaurant."/>
      <requirements value="Ties a procedure to where the records are likely kept."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.location"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-location"/>
      </type>
      <isSummary value="true"/>
      <mapping>
        <identity value="w5"/>
        <map value="where"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.outcome"/>
      <short value="The result of procedure"/>
      <definition value="The outcome of the procedure - did it resolve reasons for the procedure being performed?"/>
      <comments value="If outcome contains narrative text only, it can be captured using the CodeableConcept.text."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.outcome"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <isSummary value="true"/>
      <binding>
        <strength value="example"/>
        <description value="An outcome of a procedure - whether it was resolved or otherwise."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/procedure-outcome"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="rim"/>
        <map value=".outboundRelationship[typeCode=OUT].target.text"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.report"/>
      <short value="Any report resulting from the procedure"/>
      <definition value="This could be a histology result, pathology report, surgical report, etc.."/>
      <comments value="There could potentially be multiple reports - e.g. if this was a procedure which took
       multiple biopsies resulting in a number of anatomical pathology reports."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.report"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-diagnosticreport"/>
      </type>
      <mustSupport value="true"/>
      <mapping>
        <identity value="rim"/>
        <map value=".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN]"/>
      </mapping>
      <mapping>
        <identity value="qdm"/>
        <map value="result"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.complication"/>
      <short value="Complication following the procedure"/>
      <definition value="Any complications that occurred during the procedure, or in the immediate post-performance
       period. These are generally tracked separately from the notes, which will typically describe
       the procedure itself rather than any 'post procedure' issues."/>
      <comments value="If complications are only expressed by the narrative text, they can be captured using
       the CodeableConcept.text."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.complication"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <binding>
        <strength value="example"/>
        <description value="Codes describing complications that resulted from a procedure."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/condition-code"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="rim"/>
        <map value="Need specialization of OUT for this."/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.followUp"/>
      <short value="Instructions for follow up"/>
      <definition value="If the procedure required specific follow up - e.g. removal of sutures. The followup may
       be represented as a simple note, or could potentially be more complex in which case the
       CarePlan resource can be used."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.followUp"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <binding>
        <strength value="example"/>
        <description value="Specific follow up required for a procedure e.g. removal of sutures."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/procedure-followup"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="rim"/>
        <map value=".outboundRelationship[typeCode=COMP].target[classCode=ACT, moodCode=INT].code"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.request"/>
      <short value="A request for this procedure"/>
      <definition value="A reference to a resource that contains details of the request for this procedure."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.request"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/CarePlan"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/DiagnosticOrder"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/ProcedureRequest"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/ReferralRequest"/>
      </type>
    </element>
    <element>
      <path value="Procedure.notes"/>
      <short value="Additional information about the procedure"/>
      <definition value="Any other notes about the procedure.  E.g. the operative notes."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.notes"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Annotation"/>
      </type>
      <mapping>
        <identity value="v2"/>
        <map value="NTE"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value=".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=&quot;annotation&quot;]
        .value"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.focalDevice"/>
      <short value="Device changed in procedure"/>
      <definition value="A device that is implanted, removed or otherwise manipulated (calibration, battery replacement,
       fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.focalDevice"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="BackboneElement"/>
      </type>
    </element>
    <element>
      <path value="Procedure.focalDevice.id"/>
      <representation value="xmlAttr"/>
      <short value="xml:id (or equivalent in JSON)"/>
      <definition value="unique id for the element within a resource (for internal references)."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Element.id"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="id"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="n/a"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.focalDevice.extension"/>
      <short value="Additional Content defined by implementations"/>
      <definition value="May be used to represent additional information that is not part of the basic definition
       of the element. In order to make the use of extensions safe and manageable, there is a
       strict set of governance  applied to the definition and use of extensions. Though any
       implementer is allowed to define an extension, there is a set of requirements that SHALL
       be met as part of the definition of the extension."/>
      <comments value="There can be no stigma associated with the use of extensions by any application, project,
       or standard - regardless of the institution or jurisdiction that uses or defines the extensions.
        The use of extensions is what allows the FHIR specification to retain a core level of
       simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Element.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="n/a"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.focalDevice.modifierExtension"/>
      <short value="Extensions that cannot be ignored"/>
      <definition value="May be used to represent additional information that is not part of the basic definition
       of the element, and that modifies the understanding of the element that contains it. Usually
       modifier elements provide negation or qualification. In order to make the use of extensions
       safe and manageable, there is a strict set of governance applied to the definition and
       use of extensions. Though any implementer is allowed to define an extension, there is
       a set of requirements that SHALL be met as part of the definition of the extension. Applications
       processing a resource are required to check for modifier extensions."/>
      <comments value="There can be no stigma associated with the use of extensions by any application, project,
       or standard - regardless of the institution or jurisdiction that uses or defines the extensions.
        The use of extensions is what allows the FHIR specification to retain a core level of
       simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <alias value="modifiers"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="BackboneElement.modifierExtension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <isModifier value="true"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.focalDevice.action"/>
      <short value="Kind of change to device"/>
      <definition value="The kind of change that happened to the device during the procedure."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Procedure.focalDevice.action"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <binding>
        <strength value="required"/>
        <description value="A kind of change that happened to the device during the procedure."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/device-action"/>
        </valueSetReference>
      </binding>
    </element>
    <element>
      <path value="Procedure.focalDevice.manipulated"/>
      <short value="Device that was changed"/>
      <definition value="The device that was manipulated (changed) during the procedure."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="Procedure.focalDevice.manipulated"/>
        <min value="1"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-device"/>
      </type>
    </element>
    <element>
      <path value="Procedure.used"/>
      <short value="Items used during procedure"/>
      <definition value="Identifies medications, devices and any other substance used as part of the procedure."/>
      <comments value="For devices actually implanted or removed, use Procedure.device."/>
      <requirements value="Used for tracking contamination, etc."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Procedure.used"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/Device"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/Medication"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/Substance"/>
      </type>
    </element>
  </snapshot>
  <differential>
    <element>
      <path value="Procedure"/>
      <name value="QICore-Procedure"/>
      <min value="0"/>
      <max value="*"/>
      <type>
        <code value="Procedure"/>
      </type>
      <mapping>
        <identity value="qdm"/>
        <map value="Intervention, performed or Procedure, performed"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.extension"/>
      <name value="Procedure.approachBodySite"/>
      <min value="0"/>
      <max value="*"/>
      <type>
        <code value="Extension"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/procedure-approachBodySite"/>
      </type>
      <mapping>
        <identity value="qdm"/>
        <map value="anatomical approach site"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.extension"/>
      <name value="Procedure.incisionDateTime"/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="Extension"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime"/>
      </type>
      <mapping>
        <identity value="qdm"/>
        <map value="incision datetime"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.subject"/>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-patient"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/Group"/>
      </type>
      <mustSupport value="true"/>
    </element>
    <element>
      <path value="Procedure.status"/>
      <mustSupport value="true"/>
    </element>
    <element>
      <path value="Procedure.code"/>
      <mustSupport value="true"/>
      <binding>
        <strength value="preferred"/>
        <description value="Codes describing the Procedure Type"/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/daf-procedure-type"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="qdm"/>
        <map value="primary code"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.reasonNotPerformed"/>
      <mapping>
        <identity value="qdm"/>
        <map value="negation rationale"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.bodySite"/>
      <mustSupport value="true"/>
      <mapping>
        <identity value="qdm"/>
        <map value="anatomical location site"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.reason[x]"/>
      <mustSupport value="true"/>
      <mapping>
        <identity value="qdm"/>
        <map value="reason"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.performer"/>
      <mustSupport value="true"/>
    </element>
    <element>
      <path value="Procedure.performer.actor"/>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-practitioner"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-organization"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-patient"/>
      </type>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-relatedperson"/>
      </type>
    </element>
    <element>
      <path value="Procedure.performed[x]"/>
      <mustSupport value="true"/>
      <mapping>
        <identity value="qdm"/>
        <map value="start, stop datetime"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.encounter"/>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-encounter"/>
      </type>
      <mustSupport value="true"/>
    </element>
    <element>
      <path value="Procedure.location"/>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-location"/>
      </type>
    </element>
    <element>
      <path value="Procedure.report"/>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-diagnosticreport"/>
      </type>
      <mustSupport value="true"/>
      <mapping>
        <identity value="qdm"/>
        <map value="result"/>
      </mapping>
    </element>
    <element>
      <path value="Procedure.focalDevice"/>
    </element>
    <element>
      <path value="Procedure.focalDevice.manipulated"/>
      <type>
        <code value="Reference"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/qicore-device"/>
      </type>
    </element>
  </differential>
</StructureDefinition>