Back To Index  <<  Back To Templates

 Template  epSOS CDA Contact Person

Template (internal) 2.16.840.1.113883.2.4.3.11.60.22.10.3 - epSOSCDAContactPerson
Id 2.16.840.1.113883.2.4.3.11.60.22.10.3
Version valid from 2013‑06‑04 status Under develeopment
Open/Closed Open (other than defined elements are allowed)
Description

The guardians of a patient shall be recorded in the <guardian> element beneath the /ClinicalDocument/recordTarget/patientRole/patient XML - <patient> element. Other patient contacts are described using the /ClinicalDocument/participant structure. The <associatedEntity> element defines the type of contact. 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.

The relationship between the patient and the guardian or other contact should be recorded in the <code> element. The code attribute is required and comes from the HL7 PersonalRelationshipRoleType vocabulary (epSOSPersonalRelationship value set).

The address of the guardian or other contact should be present, and shall be represented as any other address would be in CDA.

The phone number of the guardian or other contact should be present, and shall be represented as 480 any other phone number would be in CDA.

The name of the guardian or other contact shall be present, and shall be represented as any other name would be in CDA.

Healthcare Service Identification

The Healthcare Service Identification information is represented in structures under the /ClinicalDocument/author XML element

Used in
Used in 3 templates
Id Name as of
1.3.6.1.4.1.12559.11.10.1.3.1.1.1 epSOS-eP  epSOS-ePrescription 2012‑05‑03
1.3.6.1.4.1.12559.11.10.1.3.1.1.2 epSOS-eD  epSOS-eDispensation 2012‑05‑03
1.3.6.1.4.1.12559.11.10.1.3.1.1.3 epSOS-PS  epSOS-Patient Summary 2012‑05‑03
Example
<associatedEntity classCode="CON">
  <templateId root="1.3.6.1.4.1.19376.1.5.3.1.2.4"/>
  <telecom use="WP" value="tel:+45 20 7025 6161"/>
  <telecom value="mailto:jsmith@myprovider.co.uk"/>
  <associatedPerson>
    <name>
      <given>John</given>
      <family>Español Smith</family>
    </name>
  </associatedPerson>
</associatedEntity>
Item DT Card Conf Desc Label
hl7:associatedEntity
(epSOSCDAContactPerson)
treetree @classCode
cs 1 .. 1  
  CONF
The value of @classCode shall be drawn from value set RoleClassAssociative (DYNAMIC)
treetree hl7:templateId
1 .. 1 M Template id Patient Contact Person (epSOSCDAContactPerson)
treeblank treetree @root
1 .. 1 F 1.3.6.1.4.1.19376.1.5.3.1.2.4
Example
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.2.4"/>
treetree hl7:code
CV 0 .. 1 Contact Relationship Type R1.8.6
CONF
The value of @code shall be drawn from value set PersonalRelationshipRoleType (DYNAMIC)
alert Error: Cannot find value set "PersonalRelationshipRoleType"
treetree hl7:addr
AD 1 .. 1 R Patient Contact's Address R1.8.3
treeblank treetree @nullFlavor
0 .. 1 F NI
Choice min 0 element(s) and max * element(s). Elements to choose from:
  • hl7:streetAddressLine
  • hl7:city
  • hl7:postalCode
  • hl7:state
  • hl7:country
treeblank treeblank treetree hl7:streetAddressLine
ADXP 1 .. * Patient Contact's Number of Street/Patient's Number of Street R1.8.3.1/R1.8.3.2
treeblank treeblank treeblank treetree @nullFlavor
0 .. 1  
  Use nullFlavor if unknown or if no information is applicable
treeblank treeblank treetree hl7:city
ADXP 1 .. * Patient Contact's City R1.8.3.3
treeblank treeblank treeblank treetree @nullFlavor
0 .. 1  
  Use nullFlavor if unknown or if no information is applicable
treeblank treeblank treetree hl7:postalCode
ADXP 1 .. * Patient Contact's Postal Code R1.8.3.4
treeblank treeblank treeblank treetree @nullFlavor
0 .. 1  
  Use nullFlavor if unknown or if no information is applicable
treeblank treeblank treetree hl7:state
ADXP 1 .. * Patient Contact's State or Province R1.8.3.5
treeblank treeblank treeblank treetree @nullFlavor
0 .. 1  
  Use nullFlavor if unknown or if no information is applicable
treeblank treeblank treetree hl7:country
ADXP 1 .. * Patient Contact's Country R1.8.3.6
treeblank treeblank treeblank treetree @nullFlavor
0 .. 1  
  Use nullFlavor if unknown or if no information is applicable
treetree hl7:telecom
TEL 1 .. * R The patient contact's telephone or e-mail <telecom> element is required. If there is no information, the nullFlavor attribute shall have a value of 'UNK' and the "value" and "use" attributes shall be omitted, otherwise the nullFlavor attribute shall not be present, and the "value" and "use" attributes shall be present R1.8.4.1/R1.8.4.2
treeblank treetree @use
0 .. 1  
  CONF
The value of @use shall be drawn from value set epSOSTelecomAddress (DYNAMIC)
treeblank treetree @nullFlavor
0 .. 1 F UNK
Example
<telecom use="WP" value="tel:+45 20 7025 6161"/>
<telecom use="HP" value="mailto:jsmith@myprovider.co.uk"/>
treetree hl7:associatedPerson
1 .. 1 M (epSOSCDAContactPerson)
treeblank treetree hl7:name
PN 0 .. 1 Contact Person's Name (epSOSCDAContactPerson)
Example
<name>
  <given>John</given>
  <family>Español Smith</family>
</name>
Choice min 1 element(s) and max * element(s). Elements to choose from:
  • hl7:family
  • hl7:given
treeblank treeblank treeblank treetree hl7:family
ENXP 1 .. * Patient Contact's Family Name/Surname R1.8.1
treeblank treeblank treeblank treetree hl7:given
ENXP 1 .. * Patient Contact's Given Name R1.8.2