cdapath:Material-Entry(Template): Unterschied zwischen den Versionen

Aus Hl7wiki
Wechseln zu: Navigation, Suche
(Definition und Zweck)
K
Zeile 1: Zeile 1:
==Entry: Materialangaben (Specimen Collection Procedure)==
+
==Entry: Generisches Specimen Collection Procedure Template (Materialangaben)==
  
 
{| class="hl7table"
 
{| class="hl7table"
Zeile 85: Zeile 85:
 
folgt
 
folgt
  
[[Kategorie:cdapath|Materialangaben (Specimen Collection Procedure)]]
+
[[Kategorie:cdapath|Specimen Collection Procedure (Materialangaben)]]
[[Kategorie:CDA Entry Level Template|Materialangaben (Specimen Collection Procedure)]]
+
[[Kategorie:CDA Entry Level Template|Specimen Collection Procedure (Materialangaben)]]

Version vom 26. März 2013, 09:09 Uhr

Entry: Generisches Specimen Collection Procedure Template (Materialangaben)

Template ID 1.3.6.1.4.1.19376.1.3.1.2(AP APSR 6.2.6.5)
General Description In diesem Abschnitt werden die maschinenlesbaren Daten zur Materialart und -gewinnung übermittelt.
Status identisch zu IHE
LOINC Code Opt. Description
R Specimen Collection Procedure

Definition und Zweck

Das Material<entry>Content Modul enthält in maschinenlesbarer Form die Informationen bezüglich eines Materials (Specimen) oder Gruppe von Materialien. Es ist nur innerhalb anderer Entry Elemente von Dokument Content Modulen nutzbar.

Dieses Content Module strukturiert die maschinenlesbaren Daten, die die Charakteristiken der Materialien (Specimens) und die Prozedur ihrer Gewinnung charakterisieren: Typ der Prozedur, Zeitintervall, Durchführende (Person und Organisation), Zielgebiet.

(Each organ-specific APSR Document Content Module mandates an organ-specific template, child of the “Specimen Collection Procedure” generic template. This organ-specific child template has exactly the same structure as the generic one, and brings only a number of vocabulary constraints related to this specific organ:

• The value set bound to the procedure/code element, consisting in a list of triplets (code, codeSystem, displayName) representing the various specimen collection procedures that can be performed on this specific organ.

• The value set bound to the procedure/targetSiteCode element, consisting in a list of triplets (code, codeSystem, displayName) representing the various precise locations for collecting specimens from this specific organ.

Thus, a specimen collection procedure in an <entry> within an organ-specific APSR Document Content Module declares conformance to two templates: The “Specimen Collection Procedure” generic template and the “Specimen Collection Procedure” child template constraining the vocabularies for the contextual organ.)

Das muss noch geklärt werden. GH

Beispiel

<!-- Specimen collection procedure -->
<procedure classCode="PROC" moodCode="EVN">
  <templateId root="1.3.6.1.4.1.19376.1.3.1.2"/>    <!-- generic template -->
  <templateId root="1.3.6.1.4.1.19376.1.8.1.4.28"/> <!-- breast template '''????'''-->
  <!-- specimen collection act -->
   <code code="277261002" codeSystem="2.16.840.1.113883.6.96"
        displayName="Excision Biopsy"/>
  <!-- Specimen collection date& time -->
   <effectiveTime>            <!-- Specimen collection date& time -->
    <low value="201012150905"/>
    <high value="201012150935"/>
   </effectiveTime>
  <!-- Specimen source -->
   <targetSiteCode code="76752008" codeSystem="2.16.840.1.113883.6.96"
                  displayName="Breast"/>
  <!-- Specimen collector -->
   <performer>                
    <assignedEntity>
      <id root=" "/>
      <!-- ID of Organization collecting specimen -->
        <representedOrganization>
          <name> </name>     <!-- Name of Organization collecting specimen -->
        </representedOrganization>
    </assignedEntity>
  </performer>
  <participant typeCode="PRD">      <!-- the specimen collected -->
    <participantRole classCode="SPEC"> <!-- specimen ids -->
                  <id root="d5a9ef50-d05e-11dd-ad8b-0800200c9a66"/>
                  <playingEntity>
  <!-- Specimen type -->
   <code code="309220004" codeSystem="2.16.840.1.113883.6.96"
                           displayName="Mastectomy sample">
                     </code>
                  </playingEntity>
    </participantRole>
  </participant> 
 </procedure>

Spezifikation

Das Material (Specimen Collection Procedure) Entry entspricht dem generischen Template von IHE LAB TF-3:2.3.5.5.

Es MUSS verwendet werden (R) mit wiederholbaren Kardinalitäten[0..*]) bei allen materialbezogenen Entries. ??

Dieses Content Modul enthält KEINE anderen Content Module

Die genaue Modulstruktur ist in folgender Tabelle dargelegt:

folgt