Id1.3.182.11.12.3Effective Date2018‑11‑14 16:39:05
Statusactive ActiveVersion LabelVersion1
NameObservationsDisplay NameObservations
Description
A Laboratory Battery Organizer is used to group Laboratory Observations (1.3.6.1.4.1.19376.1.3.1.6) for a battery of tests. Laboratory Battery Organizer, when present, SHALL be recorded as an organizer under the Laboratory Data Processing Entry as demonstrated.
ContextPathname /
ClassificationCDA Entry Level Template
Open/ClosedClosed (only defined elements are allowed)
Used by / Uses
Used by 0 transactions and 2 templates, Uses 0 templates
Used by as NameVersion
1.3.182.11.12linkactive Declaration Labo (Version1)2018‑11‑14 13:33:33
1.3.182.11.12.2Containmentactive Maladie déclarable (Version1)2018‑11‑14 16:27:37
Example
Example
<organizer classCode="CLUSTER" moodCode="EVN">
  <templateId root="1.3.182.11.12.3"/>  <statusCode code="completed"/>  <component>
    <observation classCode="OBS" moodCode="EVN">
      <code code="CHIK-1" codeSystem="1.3.182.5.21"/>      <value xsi:type="CS" code="NEU"/>    </observation>
  </component>
  <component>
    <observation classCode="OBS" moodCode="EVN">
      <code code="CHIK-2" codeSystem="1.3.182.5.21"/>      <value xsi:type="ST">This is the interpretation</value>    </observation>
  </component>
  <component>
    <observation classCode="OBS" moodCode="EVN">
      <code code="CHIK-3" codeSystem="1.3.182.5.21"/>      <value xsi:type="CS" code="CONF"/>    </observation>
  </component>
  <component>
    <observation classCode="OBS" moodCode="EVN">
      <code code="CHIK-7" codeSystem="1.3.182.5.21"/>    </observation>
  </component>
</organizer>
ItemDTCardConfDescriptionLabel
hl7:organizer
1 … 1MObsedotsions
@classCode
cs1 … 1FCLUSTER
@moodCode
cs1 … 1FEVN
hl7:templateId
II1 … 1MObsedotsions
@root
uid1 … 1F1.3.182.11.12.3
hl7:statusCode
CS1 … 1MObsedotsions
@code
CONF1 … 1Fcompleted
hl7:component
1 … *MObsedotsions
hl7:observation
1 … 1MObsedotsions
@classCode
cs1 … 1FOBS
@moodCode
cs1 … 1FEVN
hl7:code
CV1 … 1MThe code of the questionObsedotsions
 CONF
The value of @code shall be drawn from value set 1.3.182.10.41.1 eSante_MaDe_Questions (2018‑11‑15 15:01:22)
 Example<code code="CHIK-1" codeSystem="1.3.182.5.21"/>
Choice0 … 1

In order to simplify the transmission of results, please respect the following rules:

  • Only the laboratory criteria (the questions starting with e.g. "At least one of..." and do not have the full specifications in the columns from the Excel file) which are actually positive and done by the labo are to be sent. For example, for measles, if you use PCR, only MEAS-13 is to transmit (among MEAS-12 to MEAS-15).
  • For the laboratory criteria, if you send a value, it is considered to be a positive result, whatever the value may be. E.g. the value may be "true", "positif", 0, an antibody concentration, null,  not present... the value itself does not play a role. Only the fact that this line was used for the diagnostic will be considered.  


In terms of value type, w have identified 5 possible datatypes that are described below:
  • String
  • Boolean
  • Date
  • Number
  • Code
Elements to choose from:
  • hl7:value
  • hl7:value
  • hl7:value
  • hl7:value
  • hl7:value
hl7:value
ST0 … 1Obsedotsions
@xsi:type
1 … 1FST
 Example
If the value is a String
<value xsi:type="ST">This is the text</value>
hl7:value
BL0 … 1Obsedotsions
@xsi:type
1 … 1FBL
 Example
If the value is a Boolean
<value xsi:type="BL" value="true"/>
hl7:value
TS0 … 1Obsedotsions
@xsi:type
1 … 1FTS
 Example
If the value is a Date
<value xsi:type="TS" value="20180110"/>
hl7:value
REAL0 … 1Obsedotsions
@xsi:type
1 … 1FREAL
 Example
If the value is a Number
<value xsi:type="REAL" value="1.2"/>
hl7:value
CS0 … 1Obsedotsions
@xsi:type
1 … 1FCS
 Example
If the value is a Code
<value xsi:type="CS" code="NUCLACID"/>