Terug naar index  <<  Terug naar templates

draft Template  Generic Transmission Checks

Id 2.16.840.1.113883.2.4.3.11.60.102.10.101
ref
hl7m-
Ingangsdatum 2014‑07‑15
Status draft Ontwerp Versielabel
Naam GenericTransmissionChecks Weergavenaam Generic Transmission Checks
Omschrijving -
Classificatie HL7v2/v3 message level template
Open/gesloten Open (ook andere dan gedefinieerde elementen zijn toegestaan)
Gebruikt door / Gebruikt
Gebruikt door 0 transacties en 13 templates, Gebruikt 0 templates
Gebruikt door als Naam Versie
2.16.840.1.113883.2.4.3.11.60.102.10.100 Inclusie draft TransmissionWrapper Initiating 2014‑07‑15
2.16.840.1.113883.2.4.6.10.90.901030 Inclusie active TransmissionWrapper Initiating Peri (2.3) 2015‑03‑23 15:47:16
2.16.840.1.113883.2.4.6.10.90.73 link active Aanleverbericht Kernset PRN (22) 2014‑10‑20
2.16.840.1.113883.2.4.6.10.90.74 link retired Kernset Geboortezorg (2.3.2) 2017‑09‑28 15:31:10
2.16.840.1.113883.2.4.6.10.90.74 link retired Kernset Geboortezorg (23) 2016‑12‑01 12:58:25
2.16.840.1.113883.2.4.6.10.90.75 link active Kernset Geboortezorg, subset screening (23) 2017‑09‑28 15:39:22
2.16.840.1.113883.2.4.6.10.90.75 link retired Kernset Geboortezorg, subset screening (23) 2016‑12‑15
2.16.840.1.113883.2.4.6.10.90.76 link active Kernset Geboortezorg (2.3) 2018‑02‑20 17:08:56
2.16.840.1.113883.2.4.6.10.90.80 link active Counseling (23) 2016‑12‑16 09:09:11
2.16.840.1.113883.2.4.6.10.90.85 link active Combinatietest (23) 2016‑12‑16 14:00:27
2.16.840.1.113883.2.4.6.10.90.900924 link active Counseling bericht (22) 2015‑02‑19
2.16.840.1.113883.2.4.6.10.90.900927 link draft Aanmelding zwangerschap (22) 2015‑02‑19
2.16.840.1.113883.2.4.6.10.90.901025 link draft Administratief geboortebericht (2.2) 2015‑01‑22
Item DT Card Conf Omschrijving Label
  Variabele let Naam transmission  
  Waarde .  
  Variabele let Naam interactionId  
  Waarde $transmission/local-name()  
  Variabele let Naam interactionVocabFile  
  Waarde '../vocab/2.16.840.1.113883.1.6.xml'  
  Variabele let Naam interactionVocab  
  Waarde if (doc-available($interactionVocabFile)) then doc($interactionVocabFile) else ()  
  Variabele let Naam interactionName  
  Waarde $interactionVocab/*/hl7:code[@code=$interactionId]/@displayName  
  Variabele let Naam isActive  
  Waarde not(exists($interactionVocab/*/hl7:code[@code=$interactionId]/hl7:qualifier[@name='Actief'][@value='false']))  
  Variabele let Naam allowBsn  
  Waarde exists($interactionVocab/*/hl7:code[@code=$interactionId]/hl7:qualifier[@name='AttentionLineMetBsn'][@value='true'])  
  Variabele let Naam allowContextCode  
  Waarde exists($interactionVocab/*/hl7:code[@code=$interactionId]/hl7:qualifier[@name='AttentionLineMetContextCode'][@value='true'])  
  Variabele let Naam senderGbpOrGbk  
  Waarde exists($transmission/hl7:ControlActProcess/hl7:authorOrPerformer/hl7:participant/hl7:AssignedPerson/hl7:code[@codeSystem=('2.16.840.1.113883.2.4.3.11.8','2.16.840.1.113883.2.4.3.11.6')])  
  Schematron assert role orange warning  
  test $interactionVocab  
  Melding Transmission: <value-of select="$interactionVocabFile"/> niet gevonden. Controles gebaseerd op dit externe configuratiebestand zijn gedeactiveerd.  
  Schematron assert role red error  
  test not($interactionVocab) or $isActive  
  Melding Transmission: deze interactie <value-of select="$interactionId"/> (<value-of select="$interactionName"/>) is niet (meer) Actief in <value-of select="$interactionVocabFile"/>  
  Schematron assert role red error  
  test not($interactionVocab) or not($allowBsn) or $transmission/hl7:attentionLine/hl7:keyWordText[@code=('FICID','PATID')][@codeSystem='2.16.840.1.113883.2.4.15.1']  
  Melding Transmission: er moet in deze interactie exact één AttentionLine met BSN zitten - <value-of select="$interactionId"/> (<value-of select="$interactionName"/>)  
  Schematron assert role red error  
  test not($interactionVocab) or not($allowContextCode) or $transmission/hl7:attentionLine/hl7:keyWordText[@code='CONTEXT'][@codeSystem='2.16.840.1.113883.2.4.15.1']  
  Melding Transmission: er moet in deze interactie exact één AttentionLine met de ContextCode zitten - <value-of select="$interactionId"/> (<value-of select="$interactionName"/>)  
  Schematron assert role orange warning  
  test not($interactionVocab) or not($transmission/hl7:attentionLine/hl7:keywordText[@code=('FICID','PATID')][@codeSystem='2.16.840.1.113883.2.4.15.1']) or $allowBsn or $senderGbpOrGbk  
  Melding Transmission: deze interactie <value-of select="$interactionId"/> (<value-of select="$interactionName"/>) is niet geconfigureerd voor gebruik van het element <value-of select="local-name()"/> voor BSN in <value-of select="$interactionVocabFile"/> en afzender is niet GBK of GBP  
  Schematron assert role orange warning  
  test not($interactionVocab) or not($transmission/hl7:attentionLine/hl7:keywordText[@code='CONTEXT'][@codeSystem='2.16.840.1.113883.2.4.15.1']) or $allowContextCode or $senderGbpOrGbk  
  Melding Transmission: deze interactie <value-of select="$interactionId"/> (<value-of select="$interactionName"/>) is niet geconfigureerd voor gebruik van het element <value-of select="local-name()"/> voor ContextCode in <value-of select="$interactionVocabFile"/> en afzender is niet GBK of GBP  
  Schematron assert role red error  
  test count($transmission/hl7:attentionLine/hl7:keyWordText[@code=('FICID','PATID')][@codeSystem='2.16.840.1.113883.2.4.15.1'])<=1  
  Melding Transmission: er mag maximaal één AttentionLine met BSN zijn - <value-of select="$interactionId"/> (<value-of select="$interactionName"/>)  
  Schematron assert role red error  
  test count($transmission/hl7:attentionLine/hl7:keyWordText[@code='CONTEXT'][@codeSystem='2.16.840.1.113883.2.4.15.1'])<=1  
  Melding Transmission: er mag maximaal één AttentionLine met de ContextCode zijn - <value-of select="$interactionId"/> (<value-of select="$interactionName"/>)