|
|
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
− | ==Entry: Materialangaben (Specimen Collection Procedure)==
| + | [[cdapath|Specimen Collection Procedure (Materialangaben)]] |
− | | |
− | {| class="hl7table"
| |
− | |bgcolor="ddddff"|Template ID|| colspan=2 | 1.3.6.1.4.1.19376.1.3.1.2(AP APSR 6.2.6.5)
| |
− | |-
| |
− | |bgcolor="ddddff"| General Description|| colspan=2 | In diesem Abschnitt werden die maschinenlesbaren Daten zur Materialart und -gewinnung übermittelt.
| |
− | |-
| |
− | |bgcolor="ddddff"|Status|| colspan=2 | identisch zu IHE
| |
− | |-
| |
− | |bgcolor="ddddff"|LOINC Code||bgcolor="ddddff"|Opt.||bgcolor="ddddff"|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===
| |
− | | |
− | <syntaxhighlight lang="xml">
| |
− | <!-- 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"/>
| |
− | <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"/>
| |
− | <performer> <!-- Specimen collector -->
| |
− | <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>
| |
− |  </component>
| |
− | </syntaxhighlight>
| |
− | | |
− | ===Spezifikation===
| |
− | | |
− | folgt
| |
− | | |
− | Das Material Mikroskopie Entry MUSS verwendet werden (R) mit wiederholbaren Kardinalitäten[0..*]).
| |
− | | |
− | Das entry/templateId@root MUSS vorhanden sein mit dem Wert "1.3.6.1.4.1.19376.1.3.1.2".
| |
− | | |
− | | |
− | [[Kategorie:cdapath|Materialangaben (Specimen Collection Procedure)]] | |
− | [[Kategorie:CDA Entry Level Template|Materialangaben (Specimen Collection Procedure)]]
| |