Back To Index  <<  Back To Templates

rejected Template  Outbreak Identification

Id 2.16.756.5.30.1.1.10.4.16
ref
ch-palm-
Effective Date 2017‑06‑21
Other versions this id:
Status rejected Rejected Version Label 2017
Name chpalm_entry_OutbreakIdentification Display Name Outbreak Identification
Description

If an examination falls under the category "accumulation of observations" or "specific epidemiologically relevant event", this CAN be declared in the CDA body using this element.

Precise specification on the usage of this element is documented in the specification "Laboratory reports for public health (CDA-CH-LRPH)"

Context Parent nodes of template element with id 2.16.756.5.30.1.1.10.4.16
Label IHE PalM TF3 Rev.8, 6.3.4.10
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.3 Outbreak Identification (DYNAMIC)
ref
XDLAB-
Example
Example
<observation classCode="OUTB" moodCode="EVN">
  <templateId root="1.3.6.1.4.1.19376.1.3.1.1.3"/>  <templateId root="2.16.756.5.30.1.1.10.4.16"/>  <id root="2.999" extension="your id"/>  <code displayName="Outbreak" codeSystemName="SNOMED CT" codeSystem="2.16.840.1.113883.6.96" code="416534008"/>  <statusCode code="completed"/>  <value nullFlavor="NA"/></observation>
Item DT Card Conf Description Label
hl7:observation
IHE PalM TF3 Rev.8, 6.3.4.10
@classCode
cs 1 … 1 F OUTB
@moodCode
cs 1 … 1 F EVN
hl7:templateId
II 1 … 1 M IHE PalM TF3 Rev.8, 6.3.4.10
@root
uid 1 … 1 F 1.3.6.1.4.1.19376.1.3.1.1.3
hl7:templateId
II 1 … 1 M IHE PalM TF3 Rev.8, 6.3.4.10
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.4.16
hl7:id
II 0 … * An ID for this item CAN be filled for traceability. IHE PalM TF3 Rev.8, 6.3.4.10
@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 'outbreak' MUST be specified.

Note: The SNOMED-CT code 416534008 (Outbreak) has been defined for reportable laboratory findings in Switzerland.

IHE PalM TF3 Rev.8, 6.3.4.10
@code
cs 1 … 1 R The code MUST be specified.
@codeSystem
oid 1 … 1 R The OID of the code system 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 outbreak. IHE PalM TF3 Rev.8, 6.3.4.10
  CONF
The value of @code shall be drawn from value set 2.16.840.1.113883.1.11.20025 ActStatusCompleted (DYNAMIC)
hl7:value
CE 1 … 1 R

A code that defines the 'outbreak' condition MUST be specified. If no code is known, nullFlavor='NA' MUST be used.

Note: For reportable laboratory findings in Switzerland, nullFlavor = 'NA' MUST MUST be used.

IHE PalM TF3 Rev.8, 6.3.4.10
@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.