Back To Index  <<  Back To Templates

 Template  CDA recordTarget

Template (internal) 2.16.840.1.113883.3.1937.99.60.5.10.2001 - CDArecordTarget
Id 2.16.840.1.113883.3.1937.99.60.5.10.2001
Classification CDA header level template
Relationship Specialization: template 2.16.840.1.113883.10.12.101 (2005‑09‑07)
Version valid from 2014‑07‑08 status Active
Open/Closed Open (other than defined elements are allowed)
Description The patient / client
Associated with
Associated with 4 concepts
Id Name Data Set
demo5-dataelement-10 Person
demo5-dataelement-100 Name
demo5-dataelement-120 Date of birth
demo5-dataelement-130 Gender
Used by / Uses
Used by / Uses 2 templates
Used by Template id Name Version
2.16.840.1.113883.3.1937.99.60.5.10.1 Vital Signs Summary CDA document 2014‑07‑08
Uses Template id Name Version
2.16.840.1.113883.3.1937.99.60.5.10.900207 NationalPatientIdentifier DYNAMIC
Example
A simple patient, named John Doedidoe
<recordTarget>
  <patientRole>
    <id root="2.16.840.1.113883.2.4.6.3" extension="100202020"/>
    <patient>
      <name>
        <given>John</given>
        <family>Doedidoe</family>
      </name>
      <administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1"/>
      <birthTime value="19620219"/>
    </patient>
  </patientRole>
</recordTarget>
Item DT Card Conf Desc Label
hl7:recordTarget
(CDArecordTarget)
treetree @typeCode
0 .. 1 F RCT
treetree @contextControlCode
0 .. 1 F OP
target Associated with concepts:
demo5-dataelement-10 Person
treetree hl7:patientRole
1 .. 1 (CDArecordTarget)
treeblank treetree @classCode
0 .. 1 F PAT
Included from 2.16.840.1.113883.3.1937.99.60.5.10.900207 Burgerservicenummer (DYNAMIC) 1 .. 1 Required
treeblank treetree hl7:id
II.NL.BSN 1 .. 1 R (CDArecordTarget)
treeblank treeblank treetree @root
1 .. 1 F 2.16.840.1.113883.2.4.6.3
treeblank treeblank treetree @extension
1 .. 1  
  National Patient Identifier (Burgerservicenummer)
target Associated with concepts:
demo5-dataelement-110 National Patient Identifier
treeblank treetree hl7:patient
1 .. 1 R (CDArecordTarget)
treeblank treeblank treetree @classCode
0 .. 1 F PSN
treeblank treeblank treetree @determinerCode
0 .. 1 F INSTANCE
Example
<patient classCode="PSN" determinerCode="INSTANCE">
  <name>
    <!-- ... -->
  </name>
  <administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1"/>
  <birthTime value="19620219"/>
</patient>
treeblank treeblank treetree hl7:name
PN 1 .. * R (CDArecordTarget)
target Associated with concepts:
demo5-dataelement-100 Name
treeblank treeblank treetree hl7:administrativeGenderCode
CE 1 .. 1 R (CDArecordTarget)
CONF
The value of @code shall be drawn from value set 2.16.840.1.113883.1.11.1 AdministrativeGender (DYNAMIC)
target Associated with concepts:
demo5-dataelement-130 Gender
treeblank treeblank treetree hl7:birthTime
TS 1 .. 1 R (CDArecordTarget)
target Associated with concepts:
demo5-dataelement-120 Date of birth