Back To Index  <<  Back To Templates

rejected Template  Specimen Collection

Id 2.16.756.5.30.1.1.10.4.11
ref
ch-palm-
Effective Date 2017‑06‑21
Other versions this id:
Status rejected Rejected Version Label 2017
Name chpalm_entry_SpecimenCollection Display Name Specimen Collection
Description Laboratory reports MAY contain information on the specimen. If there are more than one specimen associated to the order, then this item occurs multiple times.
Context Parent nodes of template element with id 2.16.756.5.30.1.1.10.4.11
Label IHE PalM TF3 Rev.8, 6.3.4.5
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Used by / Uses
Used by 0 transactions and 0 templates, Uses 5 templates
Uses as Name Version
2.16.756.5.30.1.1.10.9.14 Include active Narrative Text Reference (2017) DYNAMIC
2.16.756.5.30.1.1.10.4.7 Containment active Laboratory Performer - performer Containment (2019) DYNAMIC
2.16.756.5.30.1.1.10.4.24 Containment active Specimen collection - participant Containment (2019) DYNAMIC
2.16.756.5.30.1.1.10.4.12 Containment active Specimen Received (2019) DYNAMIC
2.16.756.5.30.1.1.10.4.3 Containment active Laboratory Observation (2020) DYNAMIC
Relationship Specialization: template 2.16.840.1.113883.10.12.306 CDA Procedure (2005‑09‑07)
ref
ad1bbr-

Specialization: template 1.3.6.1.4.1.19376.1.3.1.2 BC Specimen Collection (DYNAMIC)
ref
bccdapilot-
Example
Example
<procedure classCode="PROC" moodCode="EVN">
  <templateId root="2.16.756.5.30.1.1.10.4.11"/>  <templateId root="1.3.6.1.4.1.19376.1.3.1.2"/>  <id root="2.999" extension="your id"/>  <code code="33882-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Collection date of Unspecified specimen"/>  <!-- include template 2.16.756.5.30.1.1.10.9.14 'Narrative text reference' -->
  <effectiveTime nullFlavor="UNK">
    <low value="20180320171934+0100"/>  </effectiveTime>
  <targetSiteCode displayName="displayName" codeSystemName="ActSite" codeSystem="2.16.840.1.113883.5.1052" code="cs"/>  <performer>
    <!-- template 2.16.756.5.30.1.1.10.4.7 'Laboratory Performer - performer Containment' -->
  </performer>
  <participant>
    <!-- template 2.16.756.5.30.1.1.10.4.24 'Specimen collection - participant Containment' -->
  </participant>
  <entryRelationship typeCode="COMP">
    <!-- template 2.16.756.5.30.1.1.10.4.12 'Specimen Received' -->
  </entryRelationship>
  <entryRelationship typeCode="COMP">
    <!-- template 2.16.756.5.30.1.1.10.4.3 'Laboratory Observation' -->
  </entryRelationship>
</procedure>
Item DT Card Conf Description Label
hl7:procedure
IHE PalM TF3 Rev.8, 6.3.4.5
@classCode
cs 1 … 1 F PROC
@moodCode
cs 1 … 1 F EVN
hl7:templateId
II 1 … 1 M IHE PalM TF3 Rev.8, 6.3.4.5
@root
uid 1 … 1 F 1.3.6.1.4.1.19376.1.3.1.2
hl7:templateId
II 1 … 1 M IHE PalM TF3 Rev.8, 6.3.4.5
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.4.11
hl7:id
II 0 … 1 An ID for this item MAY be filled for traceability. IHE PalM TF3 Rev.8, 6.3.4.5
@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 M LOINC specimen collection code. IHE PalM TF3 Rev.8, 6.3.4.5
@code
cs 1 … 1 F 33882-2
@codeSystem
oid 1 … 1 F 2.16.840.1.113883.6.1
@codeSystemName
st 1 … 1 F LOINC
@displayName
st 1 … 1 F Collection date of Unspecified specimen
Included 1 … 1 from 2.16.756.5.30.1.1.10.9.14 Narrative Text Reference (DYNAMIC)
The human-readable text MUST be generated automatically from the structured information of this element. The text element MUST contain the reference to the corresponding text in the human readable part, ONLY.
hl7:text
ED 1 … 1 M CDA‑CH V2
hl7:reference
TEL 1 … 1 M The reference to the corresponding text in the human readable part must be specified by reference to content[@ID]: reference[@value='#xxx'] CDA‑CH V2
@value
1 … 1 R Reference to the narrative part of the section in the format '#xxx', where xxx is the ID of the corresponding element.
  Schematron assert role red error  
  test starts-with(@value,'#')  
  Message The @value attribute content MUST conform to the format '#xxx', where xxx is the ID of the corresponding <content/> element.  
  Variable let Name idvalue  
  Value substring-after(@value,'#')  
  Schematron assert role red error  
  test ancestor::hl7:structuredBody//*[@ID=$idvalue]  
  Message No narrative text found for this reference (no content element within this document has an ID that corresponds to '<value-of select="$idvalue"/>').  
hl7:effectiveTime
IVL_TS.CH.TZ 1 … 1 Timestamp (e.g., for simple blood sampling) or period (e.g., 24 hour urine test) of the specimen collection or specimen creation.
  • Timestamp: Is declared using @value. Minimum accuracy of the value: Date (the time of the day is OPTIONAL).
  • Period: Is declared using low/@value and high/@value. Accuracy of the value: Date and time with hour and minute.
IHE PalM TF3 Rev.8, 6.3.4.5
@nullFlavor
cs 0 … 1 F UNK
  If the moment in time of the sampling is not known, nullFlavor='UNK' MUST be used.
  Schematron assert role red error  
  test (@nullFlavor='UNK') or (string-length(@value)>7) or ((hl7:low/@nullFlavor='UNK' or string-length(hl7:low/@value)>7) and (hl7:high/@nullFlavor='UNK' or string-length(hl7:high/@value)>7))  
  Message A precision of day is required.  
hl7:targetSiteCode
CD 0 … 1 This CAN be used to indicate the anatomical position of the specimen collection. This is particularly relevant in microbiology (e.g., when the sample was removed with a swab from the left foot). The HL7 vocabulary ActSite contains anatomical locations of organisms that may be at the center of the action. IHE PalM TF3 Rev.8, 6.3.4.5
@code
cs 1 … 1 R The code MUST be specified.
@codeSystem
oid 1 … 1 F 2.16.840.1.113883.5.1052
@codeSystemName
st 1 … 1 F ActSite
@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:performer
0 … 1 This can be used to specify who performed the specimen collection.
Contains 2.16.756.5.30.1.1.10.4.7 Laboratory Performer - performer Containment (DYNAMIC)
IHE PalM TF3 Rev.8, 6.3.4.5
hl7:participant
1 … 1 M The information on the specimen MUST be declared.
Contains 2.16.756.5.30.1.1.10.4.24 Specimen collection - participant Containment (DYNAMIC)
IHE PalM TF3 Rev.8, 6.3.4.5
hl7:entryRelationship
0 … 1 This MAY be used to indicate when the sample has arrived at the laboratory.
Contains 2.16.756.5.30.1.1.10.4.12 Specimen Received (DYNAMIC)
IHE PalM TF3 Rev.8, 6.3.4.5
@typeCode
cs 1 … 1 F COMP
hl7:entryRelationship
0 … * This MAY be used to indicate observations of the specimen collection. This allows to provide information to the laboratory, that are important e.g. for a 24-hour urine test:
  • Collection period for 24 hour urine test: @code='13362-9' (Collection duration of Urine), @value='24', @unit='h'
  • Collected volume (urine quantity): @code='19153-6' (Volume in Urine collected for unspecified duration), @value: urine quantity, @unit: UCUM unit of urine quantity (e.g. ml, dl or l)

Contains 2.16.756.5.30.1.1.10.4.3 Laboratory Observation (DYNAMIC)
IHE PalM TF3 Rev.8, 6.3.4.5
@typeCode
cs 1 … 1 F COMP