Id2.16.840.1.113883.10.22.2.6
ref
hl7ips-
Effective Date2017‑04‑12
Statuspending Under pre-publication reviewVersion LabelSTU1
NameIPSdocumentationOfPCPRDisplay NameIPS CDA documentationOf
Description
The documentationOf relationship in an International Patient Summary contains the representation of providers who are wholly or partially responsible for the safety and well-being of a subject of care.

The main activity being described by a IPS is the provision of healthcare over a period of time. This is shown by setting the value of serviceEvent/@classCode to “PCPR” (care provision) and indicating the duration over which care was provided in serviceEvent/effectiveTime. Additional data from outside this duration may also be included if it is relevant to care provided during that time range (e.g., reviewed during the stated time range).

For example if the IPS is generated by a GP based on information recorded in his/her EHR-S, then the low value should represent the date when the treatment relationship between the patient and the GP started; and the high value the date of the latest care event.
ClassificationCDA Header Level Template
Open/ClosedOpen (other than defined elements are allowed)
Used by / Uses
Used by 1 transaction and 5 templates, Uses 2 templates
Used by as NameVersion
2.16.840.1.113883.3.1937.777.13.4.2Transactiondraft IPS Created2017‑04‑07 11:10:54
2.16.840.1.113883.2.51.10.13Includeactive XeH RD Patient Summary (1.0)2021‑09‑10 14:50:49
2.16.840.1.113883.3.1937.99.61.67.10.11Includedraft XeH RD Patient Summary (wip)2020‑10‑24 18:26:41
2.16.840.1.113883.10.22.1.1Includepending International Patient Summary (STU1)2017‑04‑11
2.16.840.1.113883.10.22.1.1Includepending International Patient Summary (TI-2020)2020‑05‑08 12:30:59
2.16.840.1.113883.10.22.1.1Includedraft International Patient Summary (2021)2020‑07‑14 16:08:21
Uses as NameVersion
2.16.840.1.113883.10.22.9.1Containmentpending IPS CDA Organization (STU1)DYNAMIC
2.16.840.1.113883.10.22.9.3Containmentpending IPS CDA Person (STU1)DYNAMIC
RelationshipAdaptation: template 2.16.840.1.113883.10.12.110 CDA documentationOf (2005‑09‑07)
ref
ad1bbr-
Example
Example
<documentationOf typeCode="DOC">
  <serviceEvent classCode="PCPR" moodCode="EVN">
    <id root="1.2.3.999" extension="__example only__"/>    <effectiveTime>
      <low nullFlavor="UNK"/>      <high value="20170613124706"/>    </effectiveTime>
    <performer typeCode="PRF">
      <assignedEntity>
        <id root="1.2.3.999" extension="__example only__"/>        <code code="22" displayName="Health professionals" codeSystem="2.16.840.1.113883.2.9.6.2.7"/>        <addr nullFlavor="NI"/>        <telecom nullFlavor="NI"/>        <assignedPerson>
          <!-- template 'IPS CDA Person' (dynamic) -->
        </assignedPerson>
        <representedOrganization>
          <!-- template 'IPS CDA Organization' (dynamic) -->
        </representedOrganization>
      </assignedEntity>
    </performer>
  </serviceEvent>
</documentationOf>
ItemDTCardConfDescriptionLabel
hl7:documentationOf
0 … *RThe documentationOf relationship in an International Patient Summary contains the representation of providers who are wholly or partially responsible for the safety and well-being of a subject of care.IPSddotsPCPR
@typeCode
cs0 … 1FDOC
 Example<documentationOf>
  <serviceEvent classCode="PCPR">
    <effectiveTime>
      <low nullFlavor="NI"/>      <high value="20110308"/>    </effectiveTime>
    <performer typeCode="PRF">
      <!-- See example below -->
    </performer>
  </serviceEvent>
</documentationOf>
hl7:serviceEvent
1 … 1RThe main activity being described by a IPS is the provision of healthcare over a period of time. This is shown by setting the value of serviceEvent/@classCode to “PCPR” (care provision) and indicating the duration over which care was provided in serviceEvent/effectiveTime. Additional data from outside this duration may also be included if it is relevant to care provided during that time range (e.g., reviewed during the stated time range).

For example if the IPS is generated by a GP based on information recorded in his/her EHR-S, then the low value should represent the date when the treatment relationship between the patient and the GP started; and the high value the date of the latest care event.
IPSddotsPCPR
@classCode
cs1 … 1FPCPR
@moodCode
cs1 … 1FEVN
hl7:id
II0 … *RIPSddotsPCPR
hl7:effectiveTime
IVL_TS1 … 1RIPSddotsPCPR
hl7:low
TS1 … 1RIPSddotsPCPR
hl7:high
TS1 … 1RIPSddotsPCPR
hl7:performer
0 … *RIt represents the healthcare providers involved in the current or pertinent historical care of the patient. Preferably, the patient’s key healthcare providers would be listed, particularly their primary physician and any active consulting physicians, therapists, and counselorsIPSddotsPCPR
@typeCode
cs1 … 1R
 CONF
The value of @typeCode shall be drawn from value set 2.16.840.1.113883.1.11.19601 x_ServiceEventPerformer (DYNAMIC)
 Example<performer typeCode="PRF">
  <assignedEntity>
    <id assigningAuthorityName="MEF" displayable="false" extension="DVLMMG57R07F205G" root="2.16.840.1.113883.2.9.4.3.2"/>    <code code="221" codeSystem="2.16.840.1.113883.2.9.6.2.7" codeSystemName="ISCO" displayName="Medical doctors">
      <translation codeSystem="2.16.840.1.113883.2.9.5.1.111" code="MMG" displayName="Medico di Medicina Generale"/>    </code>
    <addr nullFlavor="NI"/>    <telecom nullFlavor="NI"/>    <assignedPerson>
      <name>
        <family>DVALUNO</family>        <given>MMG</given>      </name>
    </assignedPerson>
    <representedOrganization>
      <id assigningAuthorityName="A.S.L. DELLA PROVINCIA DI LECCO" extension="030305" root="2.16.840.1.113883.2.9.4.1.1"/>      <name>A.S.L. DELLA PROVINCIA
DI LECCO
</name>
      <telecom nullFlavor="NI"/>      <addr>
        <state>LECCO</state>        <city>LECCO</city>        <country>IT</country>        <postalCode>23900</postalCode>        <streetAddressLine>CORSO CARLO ALBERTO,120</streetAddressLine>      </addr>
    </representedOrganization>
  </assignedEntity>
</performer>
hl7:functionCode
CE.IPS0 … 1RIPSddotsPCPR
hl7:time
IVL_TS.IPS.TZ0 … 1RIPSddotsPCPR
hl7:assignedEntity
1 … 1MIPSddotsPCPR
hl7:id
II1 … *RHealthcare provider ID numberIPSddotsPCPR
hl7:code
CE.IPS (extensible)0 … 1RIt describes the professional role of the healthcare provider involved in the current or pertinent historical care of the patient.IPSddotsPCPR
 CONF
The value of @code should be drawn from value set 2.16.840.1.113883.11.22.53 IPS Healthcare Professional Roles (DYNAMIC)
hl7:addr
AD.IPS1 … *RIPSddotsPCPR
hl7:telecom
TEL.IPS1 … *RIPSddotsPCPR
hl7:assignedPerson
0 … 1Contains 2.16.840.1.113883.10.22.9.3 IPS CDA Person (DYNAMIC)IPSddotsPCPR
hl7:representedOrganization
0 … 1Contains 2.16.840.1.113883.10.22.9.1 IPS CDA Organization (DYNAMIC)IPSddotsPCPR