Back To Index  <<  Back To Templates

draft Template  Patient Contact - participant

Id 2.16.756.5.30.1.1.10.2.43 Effective Date 2019‑11‑19 11:59:25
Other versions this id:
Status draft Draft Version Label 2020
Name cdach_header_PatientContact Display Name Patient Contact - participant
Description Information on a patient contact. CDA-CH V2 derivatives, i.e. Swiss exchange formats MAY use this template by either reference or specialisation.
Context Parent nodes of template element with id 2.16.756.5.30.1.1.10.2.43
Label CDA‑CH V2
Classification CDA Header Level Template
Open/Closed Open (other than defined elements are allowed)
Associated with
Associated with 1 concept
Id Name Data Set
hl7chcda-dataelement-47 draft addressInformation draft CDA-CH V2 2017
Used by / Uses
Used by 0 transactions and 5 templates, Uses 3 templates
Used by as Name Version
2.16.756.5.30.1.1.10.9.36 Include active CDA-CH v2.0 Header Template Compilation (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.1.12 link active CDA-CH v2.0 - nonXMLBody (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.1.14 link active CDA-CH v2.0 - structuredBody enhanced (2018) 2018‑04‑18
2.16.756.5.30.1.1.10.1.9 link draft CDA-CH v2.1 - structuredBody (2020) 2019‑10‑17 15:22:41
2.16.756.5.30.1.1.10.1.9 link retired CDA-CH v2.0 - structuredBody (2017) 2018‑04‑18
Uses as Name Version
2.16.756.5.30.1.1.10.9.35 Containment active Address Information Compilation - eCH-0010 (2017) DYNAMIC
2.16.756.5.30.1.1.10.9.34 Containment active Person Name Information Compilation - eCH-0011 (2017) DYNAMIC
2.16.756.5.30.1.1.10.9.24 Containment active Organization Compilation with name (2017) DYNAMIC
Relationship Specialization: template 2.16.840.1.113883.10.12.108 CDA participant (2005‑09‑07)
ref
ad1bbr-

Specialization: template 1.3.6.1.4.1.19376.1.5.3.1.2.4 IHE Patient Contacts (2017‑03‑21 14:48:53)
ref
IHE-PCC-
Example
Daughter
<participant typeCode="IND">
  <templateId root="2.16.756.5.30.1.1.10.2.43"/>  <templateId root="1.3.6.1.4.1.19376.1.5.3.1.2.4"/>  <associatedEntity classCode="PRS">
    <code code="DAUC" codeSystem="2.16.840.1.113883.5.111" codeSystemName="HL7RoleCode" displayName="daughter"/>    <addr use="HP">
      <postalCode>6780</postalCode>      <city>Airolo</city>      <country>CH</country>    </addr>
    <telecom use="HP" value="tel:+41.32.999.99.99"/>    <associatedPerson>
      <name>
        <family>FILLE</family>        <given>Josephine</given>      </name>
    </associatedPerson>
  </associatedEntity>
</participant>
Example
Caregiver
<participant typeCode="IND">
  <templateId root="2.16.756.5.30.1.1.10.2.43"/>  <templateId root="1.3.6.1.4.1.19376.1.5.3.1.2.4"/>  <associatedEntity classCode="CAREGIVER">
    <id root="2.51.1.3" extension="7608888888888"/>    <code code="HPOWATT" codeSystem="2.16.840.1.113883.5.111" codeSystemName="HL7RoleCode" displayName="healthcare power of attorney"/>    <associatedPerson>
      <name>
        <prefix>Dr. med.</prefix>        <given>Théodore</given>        <family>Guéri</family>      </name>
    </associatedPerson>
    <scopingOrganization>
      <name>Cabinet Médical CH</name>      <telecom use="PUB" value="tel:+41.32.234.22.33"/>      <telecom use="PUB" value="fax:+41.32.234.22.44"/>      <telecom use="PUB" value="mailto:info@ems-guerison-ville.ch"/>      <telecom use="PUB" value="http:www.ems-guerison-ville.ch"/>      <addr use="WP">
        <streetName>Rue de l’hôpital</streetName>        <houseNumber>2</houseNumber>        <postalCode>8888</postalCode>        <city>Guérison-ville</city>        <country>CH</country>      </addr>
    </scopingOrganization>
  </associatedEntity>
</participant>
Item DT Card Conf Description Label
hl7:participant
0 … * Information on a patient contact. CDA‑CH V2
@typeCode
cs 1 … 1 F IND
hl7:templateId
II 1 … 1 M CDA‑CH V2
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.2.43
hl7:templateId
II 1 … 1 M CDA‑CH V2
@root
uid 1 … 1 F 1.3.6.1.4.1.19376.1.5.3.1.2.4
hl7:time
IVL_TS.CH.TZ 0 … 1 Validity period of the participation. CDA‑CH V2
hl7:low
TS.CH.TZ 1 … 1 R Start of participation. CDA‑CH V2
hl7:high
TS.CH.TZ 1 … 1 R End of participation. CDA‑CH V2
hl7:associatedEntity
1 … 1 R Either the contact person or the contact's organization SHALL be present. CDA‑CH V2
@classCode
cs 1 … 1 R The classCode attribute SHALL be present, and contains a value from the following set:
AGNT: agents of the patient
CAREGIVER: care givers
ECON: emergency contacts
NOK: next of kin
PRS: other relations
hl7:code
CE 1 … 1 R The contact's role. CDA‑CH V2
@nullFlavor
cs 0 … 1  
@code
cs 0 … 1  
@codeSystem
oid 0 … 1 F 2.16.840.1.113883.5.111
@codeSystemName
st 0 … 1 F HL7RoleCode
@displayName
st 0 … 1  
  Schematron assert role red error  
  test (not(@nullFlavor) and @displayName and @code and @codeSystem and @codeSystemName) or (@nullFlavor and not(@displayName or @code or @codeSystem or @codeSystemName))  
  Message Either nullFlavor or a valid code is required.  
hl7:addr
AD 0 … * The contact's address.
Contains 2.16.756.5.30.1.1.10.9.35 Address Information Compilation - eCH-0010 (DYNAMIC)
CDA‑CH V2
 
target
hl7chcda-dataelement-47 draft addressInformation draft CDA-CH V2 2017
hl7:telecom
TEL 0 … * The contact's means of communication (phone, eMail, ...). CDA‑CH V2
hl7:associatedPerson
0 … 1 C The contact person.
Contains 2.16.756.5.30.1.1.10.9.34 Person Name Information Compilation - eCH-0011 (DYNAMIC)
CDA‑CH V2
hl7:scopingOrganization
0 … 1 C The contact's organization.
Contains 2.16.756.5.30.1.1.10.9.24 Organization Compilation with name (DYNAMIC)
CDA‑CH V2
  Schematron assert role red error  
  test @classCode=('AGNT','CAREGIVER','ECON','NOK','PRS')  
  Message The classCode attribute shall be present, and contains a value from the set AGNT, CAREGIVER, ECON, NOK, or PRS to identify contacts that are agents of the patient, care givers, emergency contacts, next of kin, or other relations respectively.