Back To Index  <<  Back To Templates

active Template  Masked Patient - recordTarget

Id 2.16.756.5.30.1.1.10.2.69 Effective Date 2020‑06‑26
Other versions this id:
Status active Active Version Label 2020
Name cdachvacd_header_PatientMasked Display Name Masked Patient - recordTarget
Description
A human patient for whom this CDA document instance was created. Its demographic data is masked as much as possible. Only the demographic information (such as gender, birthdate and city) that is needed for a immunization recommendation is allowed.
Context Parent nodes of template element with id 2.16.756.5.30.1.1.10.2.69
Label CDA‑CH‑VACD
Classification CDA Header Level Template
Open/Closed Open (other than defined elements are allowed)
Used by / Uses
Used by 2 transactions and 4 templates, Uses 0 templates
Used by as Name Version
cdachvacd-transaction-5 Transaction pending CDA-CH-VACD - Immunization Recommendation Request (2018) 2018‑04‑10 18:08:44
cdachvacd-transaction-6 Transaction pending CDA-CH-VACD - Immunization Recommendation Response (2018) 2018‑04‑10 18:09:59
2.16.756.5.30.1.1.10.1.17 Include active Immunization Recommendation Request (2020) 2020‑06‑26
2.16.756.5.30.1.1.10.1.17 Include rejected Immunization Recommendation Request (2018) 2018‑04‑19
2.16.756.5.30.1.1.10.1.18 Include active Immunization Recommendation Response (2020) 2020‑06‑26
2.16.756.5.30.1.1.10.1.18 Include rejected Immunization Recommendation Response (2018) 2018‑04‑19
Relationship Specialization: template 2.16.756.5.30.1.1.10.2.1 Patient - recordTarget (DYNAMIC)
ref
hl7chcda-

Specialization: template 2.16.840.1.113883.10.12.101 CDA recordTarget (2005‑09‑07)
ref
ad1bbr-
Example
Masked patient
<recordTarget>
  <templateId root="2.16.756.5.30.1.1.10.2.69"/>  <templateId root="2.16.756.5.30.1.1.10.2.1"/>  <patientRole>
    <id root="2.999" extension="your id"/>    <addr>
      <city>Musterhausen</city>      <postalCode>8888</postalCode>      <country>CH</country>    </addr>
    <telecom nullFlavor="MSK"/>    <patient>
      <name nullFlavor="MSK">name</name>      <administrativeGenderCode code="F" codeSystem="2.16.840.1.113883.5.1" codeSystemName="HL7 AdministrativeGender" displayName="Female"/>      <birthTime value="20010312"/>    </patient>
  </patientRole>
</recordTarget>
Item DT Card Conf Description Label
hl7:recordTarget
1 … 1 R A human patient for whom this CDA document instance was created. Its demographic data is masked as much as possible. Only the demographic information (such as gender, birthdate and city) that is needed for a immunization recommendation is allowed. CDA-dotsVACD
hl7:templateId
II 1 … 1 M CDA-dotsVACD
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.2.69
hl7:templateId
II 1 … 1 M CDA-dotsVACD
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.2.1
hl7:patientRole
1 … 1 R CDA-dotsVACD
hl7:id
II 1 … * M The patient's id. This information is mandatory to assign immunization recommendation responses to the correct patient in the requester's information system, because demographic data is masked. CDA-dotsVACD
@root
uid 1 … 1 R The OID of the system that issued the id. OIDs of code systems, which are published in a public OID registry are REQUIRED. Others are NOT ALLOWED.
@extension
st 0 … 1   Contains the ID itself. The ID MUST be unique within the system that issued the ID.
hl7:addr
AD 1 … 1 R The patient's address MUST be masked. CDA-dotsVACD
hl7:city
ADXP 1 … 1 R Addressed city (in foreign addresses if necessary including province, etc.).
When using the information according to the Swiss Post, the 27-digit city name must be used.
CDA-dotsVACD
hl7:postalCode
ADXP 1 … 1 R Postal code given by Swiss Post or postal code issued by a post office abroad, that can consist of numbers, letters or a combination of both, possibly even special characters. CDA-dotsVACD
hl7:country
ADXP 1 … 1 R Two-digit, alphanumeric ISO country code according to [ISO 3166-1] of the country in which the address is located. The country defines the conventions for addressing.
The country code MUST also be declared for Swiss postal addresses.
Caution: Political changes or renaming of countries will result in adjustments to the ISO country list.
The length of the feature is 2 characters.
CDA-dotsVACD
  Schematron assert role red error  
  see eCH-0010 V7.0, section 5.24.2  
  test string-length(text()) < 3  
  Message eCH-0010 restricts the content length to max. 2 characters  
  Schematron assert role red error  
  test count(child::*)=3 and hl7:postalCode and hl7:city and hl7:country  
  Message Detailed address elements are NOT ALLOWED for masked patients. Only postalCode, city and country MUST be filled.  
hl7:telecom
TEL 0 … 1 R The patient's means of communication (phone, eMail, ...) MUST be masked, if present. CDA-dotsVACD
@nullFlavor
1 … 1 F MSK
  Schematron assert role red error  
  test not(@value)  
  Message Telecom values are NOT ALLOWED for masked patients.  
hl7:patient
1 … 1 R CDA-dotsVACD
hl7:name
PN 0 … 1 R The person's name MUST be masked, if present. CDA-dotsVACD
@nullFlavor
1 … 1 F MSK
  Schematron assert role red error  
  test count(child::*)=0  
  Message Name elements are NOT ALLOWED for masked patients.  
hl7:administrativeGenderCode
CE 1 … 1 R The patient's gender. CDA-dotsVACD
@nullFlavor
cs 0 … 1  
@code
cs 0 … 1  
@codeSystem
oid 0 … 1 F 2.16.840.1.113883.5.1
@codeSystemName
st 0 … 1 F HL7 AdministrativeGender
@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:birthTime
TS.CH.TZ 1 … 1 R The patient's birthdate. CDA-dotsVACD
hl7:maritalStatusCode
CE NP The patient's marital status is NOT ALLOWED. CDA-dotsVACD
hl7:religiousAffiliationCode
CE NP The patient's religion is NOT ALLOWED. CDA-dotsVACD
hl7:guardian
NP The patient's guardian is NOT ALLOWED. CDA-dotsVACD
hl7:birthplace
NP The patient's birthplace is NOT ALLOWED. CDA-dotsVACD
hl7:languageCommunication
NP The patient's language skills are NOT ALLOWED. CDA-dotsVACD
hl7:providerOrganization
NP The organization who took care of the patient in the same context with the current CDA document is NOT ALLOWED. CDA-dotsVACD