Back To Index  <<  Back To Templates

draft Template  Isolation

Template 1.2.276.0.76.10.4068 - Isolationprocedure
Id 1.2.276.0.76.10.4068
Klassifikation CDA entry level template
Kontext Elternknoten des Template-Element mit Id 1.2.276.0.76.10.4068
Version gültig ab 2015‑03‑30 Status In Entwicklung
Offen/Geschlossen Offen (auch andere als die definierten Elemente sind erlaubt)
Beschreibung
Benutzt von / Benutzt
Benutzt von / Benutzt 3 Templates
Benutzt von Template-Id als Name Version
1.2.276.0.76.10.3056 Containment Eddisposition Weiteres Procedere / Therapieempfehlung / Weiterbehandler 2015‑01‑10
1.2.276.0.76.10.1015 link EmergencymedicineNoteCDAdocument Emergency medicine Note CDA document 2014‑09‑18
Benutzt Template-Id als Name Version
1.2.276.0.76.10.4069 Containment Isolationindication DYNAMIC
Beziehung Spezialisierung: Template 2.16.840.1.113883.10.12.306 (2005‑09‑07)
Adaptation: Template 2.16.840.1.113883.10.20.22.4.41 (2014‑06‑09)
Beispiel
Isolation wegen Infektion (und weiterer Begründung) geplant
<procedure classCode="PROC" moodCode="EVN">
  <templateId root="1.2.276.0.76.10.4068"/>
  <id root="ba6d1bac-17d3-4195-89c4-1121bc809b5e"/>
  <code code="170497006" codeSystem="2.16.840.1.113883.6.96" displayName="Isolation because of infection (procedure)"/>
  <text>
    <reference value="#iso"/>
  </text>
  <statusCode code="active"/>
  <entryRelationship typeCode="RSON">
    <observation classCode="OBS" moodCode="EVN">
      <!-- Isolation Indication -->
      <templateId root="1.2.276.0.76.10.4069"/>
      <!-- .. -->
    </observation>
  </entryRelationship>
</procedure>
Beispiel
Angabe, dass keine Isolation notwendig ist
<procedure classCode="PROC" moodCode="EVN" negationInd="true">
  <templateId root="1.2.276.0.76.10.4068"/>
  <id root="ba6d1bac-17d3-4195-89c4-1121bc809b5e"/>
  <code code="170497006" codeSystem="2.16.840.1.113883.6.96" displayName="Isolation because of infection (procedure)"/>
  <text>
    <reference value="#iso"/>
  </text>
  <statusCode code="completed"/>
</procedure>
Item DT Kard Konf Beschreibung Label
hl7:procedure
1 .. 1 M (Isolationprocedure)
treetree @classCode
1 .. 1 F PROC
treetree @moodCode
1 .. 1 F EVN
treetree @negationInd
0 .. 1  
treetree hl7:templateId
II 1 .. 1 M (Isolationprocedure)
treeblank treetree @root
1 .. 1 F 1.2.276.0.76.10.4068
treetree hl7:id
II 1 .. * M (Isolationprocedure)
treetree hl7:code
CE 1 .. 1 M (Isolationprocedure)
  CONF
Der Wert von @code muss gewählt werden aus dem Value Set 1.2.276.0.76.11.54 Isolation procedure types (DYNAMIC)
treetree hl7:text
ED 0 .. 1 Lediglich reference in den Text der zugehörigen Section (Isolationprocedure)
treeblank treetree hl7:reference
URL 1 .. 1 (Isolationprocedure)
treetree hl7:statusCode
CS 1 .. 1 M (Isolationprocedure)
  CONF
@code muss "active" sein
oder
@code muss "completed" sein
treetree hl7:entryRelationship
wo
[hl7:observation [hl7:templateId/@root='1.2.276.0.76.10.4069']]
0 .. * Grund/Gründe für Isolation (nicht bei Umkehrisolierung) (Isolationprocedure)
treeblank treetree @typeCode
1 .. 1 F RSON
  Beinhaltet 1.2.276.0.76.10.4069 Isolation Indication (DYNAMIC)
  Schematron assert role red error
  test not(hl7:code/@code='275829005' and hl7:entryRelationship)
  Meldung Grund/Gründe für Isolation nicht bei Umkehrisolierung angeben
  Schematron assert role red error
  test hl7:statusCode/@code='completed' or not(@negationInd)
  Meldung Status Code 'completed' nur für NICHT geplante Isolation