1.3.6.1.4.1.19376.1.5.3.1.4.7.3

From IHE Wiki
Jump to navigation Jump to search

Development Only

The PCC Wiki Content is used only for development of IHE PCC Content. The Normative content of the PCC Technical Framework and the current supplements can be found at http://www.ihe.net/Technical_Framework/index.cfm#PCC

Trial.gif Supply Entry 1.3.6.1.4.1.19376.1.5.3.1.4.7.3

The supply entry describes a prescription activity.


Uses

See Templates using Supply Entry

Specification
Supply Entry Example
<substanceAdministration classCode='SBADM' moodCode='INT|EVN'>
    :
    .
  <entryRelationship typeCode='REFR' inversionInd='false'>
    <sequenceNumber value=''/>
    <supply classCode='SPLY' moodCode='INT|EVN'>
      <templateId root='2.16.840.1.113883.10.20.1.34'/>
      <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.7.3'/>
      <id root='' extension=''/>
      <repeatNumber value=''/>
      <quantity value='' unit=''/>
      <author>
        <time value=''/>
        <assignedAuthor>
          <id root='' extension=''/>
          <addr></addr>
          <telecom use='' value=''/>
          <assignedPerson><name></name></assignedPerson>
          <representedOrganization><name></name></representedOrganization>
        </assignedAuthor>
      </author>
      <performer typeCode='PRF'>
        <time value=''/>
        <assignedEntity>
          <id root='' extension=''/>
          <addr></addr>
          <telecom use='' value=''/>
          <assignedPerson><name></name></assignedPerson>
          <representedOrganization><name></name></representedOrganization>
        </assignedEntity>
      </performer>
      <!-- Optional Fulfillment instrctions -->
      <entryRelationship typeCode='SUBJ'>
      </entryRelationship>
    </supply>
  </entryRelationship>
</substanceAdministration>


<entryRelationship typeCode='REFR' inversionInd='false'>

A <substanceAdministration> act may reference (typeCode='REFR') a prescription activity in an <entryRelationship> element in a CDA document. In a message, the relationship is recorded using a <sourceOf> element instead of the <entryRelationship> element. The typeCode and inversionInd attributes, and the semantics remain identical.

<sequenceNumber value=' '/>

The prescription activity may have a <sequenceNumber> element to indicate the fill number. A value of 1, 2 or N indicates that it is the first, second, or Nth fill respectively of a specific prescription. This element should be present when the embedded <supply> element has a moodCode attribute of EVN.

<supply classCode='SPLY' moodCode='INT|EVN'>

The <supply> element shall be present. The moodCode attribute shall be INT to reflect that a medication has been prescribed, or EVN to indicate that the prescription has been filled.

<templateId root='2.16.840.1.113883.10.20.1.34'/>
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.7.3'/>

The <templateId> elements shown above shall be present, and identify this supply act as a Supply Entry.

<id root=' ' extension=' '/>

Each supply act shall have an identifier to uniquely identify the supply entry.

<repeatNumber value=' '/>

Each supply entry should have a <repeatNumber> element that indicates the number of times the prescription can be filled.

<quantity value=' ' unit=' '/>

The supply entry should indicate the quantity supplied. The value attribute shall be present and indicates the quantity of medication supplied. If the medication is supplied in dosing units (tablets or capsules), then the unit attribute need not be present (and should be set to 1 if present). Otherwise, the unit element shall be present to indicate the quantity (e.g., volume or mass) of medication supplied.

<author>

A supply entry that describes an intent (<supply classCode='SPLY' moodCode='INT'>) may include an <author> element to identify the prescribing provider.

The

<assignedAuthor>

The <assignedAuthor> element shall be present, and identifies the author.

<id root=' ' extension=' '/>

One or more <id> elements should be present. These identifiers identify the author of the act. When the author is the prescribing physician they may include local identifiers or regional identifiers necessary for prescribing.

<assignedPerson><name/></assignedPerson>
<representedOrganization><name/></ representedOrganization>

An <assignedPerson> and/or <representedOriganization> element shall be present. This element shall contain a <name> element to identify the prescriber or their organization.

<performer typeCode='PRF'>

The <performer> element may be present to indicate who is intended (moodCode='INT'), or actually filled (moodCode='EVN') the prescription.

The

The

<assignedEntity>

The < assignedEntity> element shall be present, and identifies the filler of the prescription.

<id root=' ' extension=' '/>

One or more <id> elements should be present. These identify the performer.

<assignedPerson><name/></assignedPerson>
<representedOrganization><name/></ representedOrganization>

An <assignedPerson> and/or <representedOriganization> element shall be present. This element shall contain a <name> element to identify the filler or their organization.

<!-- Optional Fulfillment instrctions -->
 <entryRelationship typeCode='SUBJ'>
</entryRelationship>

An entry relationship may be present to provide the fulfillment instructions. When present, this entry relationship shall contain a Medication Fulfillment Instructions entry.