Back To Index  <<  Back To Templates

rejected Template  Notifiable Condition

Id 2.16.756.5.30.1.1.10.4.14
ref
ch-palm-
Effective Date 2017‑06‑21
Other versions this id:
Status rejected Rejected Version Label 2017
Name chpalm_entry_NotifiableCondition Display Name Notifiable Condition
Description If a reportable condition is given (e.g., according to the Federal Act on Combating Communicable Human Diseases and the associated ordinance), this CAN be declared in the CDA body using this element.
Context Parent nodes of template element with id 2.16.756.5.30.1.1.10.4.14
Label IHE PalM TF3 Rev.8, 6.3.4.8
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Relationship Specialization: template 2.16.840.1.113883.10.12.303 CDA Observation (2005‑09‑07)
ref
ad1bbr-

Specialization: template 1.3.6.1.4.1.19376.1.3.1.1.1 Notification Condition (DYNAMIC)
ref
elgabbr-
Example
XD-LAB example
<observation classCode="COND" moodCode="EVN">
  <templateId root="2.16.756.5.30.1.1.10.4.14"/>  <templateId root="1.3.6.1.4.1.19376.1.3.1.1.1"/>  <id root="1.3.6.1.4.1.19376.1.3.4" extension="SALM"/>  <code code="170516003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Notification of Disease">
    <qualifier>
      <name code="246087005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Source of Specimen"/>      <value code="116154003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Patient"/>    </qualifier>
  </code>
  <statusCode code="completed"/>  <effectiveTime value="20080408000000.0000-0400"/>  <value xsi:type="CE" code="27268008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Salmonella"/></observation>
Item DT Card Conf Description Label
hl7:observation
IHE PalM TF3 Rev.8, 6.3.4.8
@classCode
cs 1 … 1 F COND
@moodCode
cs 1 … 1 F EVN
hl7:templateId
II 1 … 1 M IHE PalM TF3 Rev.8, 6.3.4.8
@root
uid 1 … 1 F 1.3.6.1.4.1.19376.1.3.1.1.1
hl7:templateId
II 1 … 1 M IHE PalM TF3 Rev.8, 6.3.4.8
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.4.14
hl7:id
II 0 … * An ID for this item CAN be filled for traceability. IHE PalM TF3 Rev.8, 6.3.4.8
@root
uid 1 … 1 R MUST contain the OID of the system that issued the ID. OIDs of code systems, which are published in the public OID registry for the Swiss health care system (oid.refdata.ch) 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:code
CD 1 … 1 R A code that defines the reportable condition MUST be specified. IHE PalM TF3 Rev.8, 6.3.4.8
hl7:qualifier
CR 1 … 1 R A qualification of the notifiable condition MUST be specified. IHE PalM TF3 Rev.8, 6.3.4.8
hl7:name
CV 1 … 1 R Qualifies the code with the source of specimen IHE PalM TF3 Rev.8, 6.3.4.8
hl7:value
CD 1 … 1 R Identifies the specimen source of the condition – patient, food, water, ... IHE PalM TF3 Rev.8, 6.3.4.8
@code
cs 1 … 1 R The OID of the code system MUST be specified.
@codeSystem
oid 1 … 1 R The code MUST be specified.
@codeSystemName
st 1 … 1 R The name of the code system MUST be specified for tracking purposes. However, processing is NOT ALLOWED.
@displayName
st 1 … 1 R The displayName of the code MUST be specified for tracking purposes. However, processing is NOT ALLOWED. Instead, a processing system is to display a user readable language translation of the code from the value set.
hl7:statusCode
CS 1 … 1 M

The status 'completed' means the patient has been associated with the given notifiable condition.

The status 'aborted' means the patient was associated with the notifiable condition in error.

IHE PalM TF3 Rev.8, 6.3.4.8
  CONF
The value of @code shall be drawn from value set 1.3.6.1.4.1.19376.1.3.11.2 ActStatusAbortedCompleted (DYNAMIC)
hl7:value
CE 1 … 1 R A code that defines the reportable state MUST be specified. If no code is known, nullFlavor='NA' MUST be used. IHE PalM TF3 Rev.8, 6.3.4.8
@nullFlavor
cs 0 … 1 F NA
  If no code is known, nullFlavor='NA' MUST be used.
@code
cs 0 … 1   The code MUST be specified.
@codeSystem
oid 0 … 1   The OID of the code system MUST be specified.
@codeSystemName
st 0 … 1   The name of the code system MUST be specified for tracking purposes. However, processing is NOT ALLOWED.
@displayName
st 0 … 1   The displayName of the code MUST be specified for tracking purposes. However, processing is NOT ALLOWED. Instead, a processing system is to display a user readable language translation of the code from the value set.
  Schematron assert role red error  
  test (@xsi:type='CE' and @code and @codeSystem) or (@nullFlavor='NA')  
  Message Either a code with its code system or nullFlavor='NA' is required.