Consent Directive Observation Entry (Template)
Foemig (Diskussion | Beiträge) K |
Foemig (Diskussion | Beiträge) K |
||
Zeile 76: | Zeile 76: | ||
! Conf | ! Conf | ||
! Beschreibung | ! Beschreibung | ||
− | |||
− | |||
− | |||
|- | |- | ||
Zeile 84: | Zeile 81: | ||
|bgcolor="ff8888"|act | |bgcolor="ff8888"|act | ||
|entry | |entry | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
|- | |- | ||
Zeile 89: | Zeile 90: | ||
|bgcolor="ff8888"|act | |bgcolor="ff8888"|act | ||
|observation | |observation | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
|- | |- |
Version vom 31. Januar 2013, 22:48 Uhr
Dieses Material ist Teil des Leitfadens CDA für die elektronische Fallakte.
|
Inhaltsverzeichnis
Entry: Consent Directive Observation (Entry)
Template ID | 1.2.276.0.76.3.1.81.81.6.4.1 | |
General Description | Hiermit wird auf Entry-Level die Übermittlung von Einwilligungsdetails definiert. | |
LOINC Code | Opt. | Description |
???? | O |
A consent directive observation is a specialization of the IHE PCC simple observation content module (1.3.6.1.4.1.19376.1.5.3.1.4.13) that uses a specific vocabulary.
Standards
Template
<entry>
<observation typeCode='OBS' moodCode='EVN'>
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13'/>
<templateId root='1.2.276.0.76.3.1.81.81.6.4.1'/>
<id root=' ' extension=' '/>
<code code='A|R|P|X' displayName='Active|Refused|Pending|Rescinded'
codeSystem='2.16.840.1.113883.12.498'
codeSystemName='HL7 Consent Status'/>
<!-- scope of the consent (e.g. as defined by eCR Consent Authorization Codes -->
<value xsi:type='CD' code=' ' displayName=' '
codeSystem='1.2.276.0.76.3.1.81.81.5.1'
codeSystemName='eCR Consent Authorization Code'/>
<text><reference value='#xxx'/></text>
<statusCode code='completed'/>
<effectiveTime>
<low value='YYYYMMDD'/>
<high value='YYYYMMDD'/>
</effectiveTime>
<author>
<time value=''/>
<assignedAuthor>
<templateId root='1.2.276.0.76.3.1.81.81.6.2.2'/>
<id root='' extension=''>
<addr></addr>
<telecom value='' use=''>
<assignedPerson><name></name></assignedPerson>
<representedOrganization><name></name></representedOrganization>
</assignedAuthor>
</author>
<reference typeCode='REFR'>
<templateId root='2.16.840.1.113883.10.20.1.36'/>
<externalDocument classCode='DOC' moodCode='EVN'>
<id root='...' extension='...'/>
<code code="59284-0" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC" displayName="Consent"/>
<text><reference value='...'/></text>
</externalDocument>
</reference>
</observation>
</entry>
Consent directives <observation> shall be represented as shown above. They SHOULD NOT contain any <repeatNumber>, <interpretationCode>, <value>, <methodCode> or <targetSiteCode> elements.
Lvl | RIM | Name | Desc | DT | Kard | Conf | Beschreibung |
---|---|---|---|---|---|---|---|
1 | act | entry | |||||
2 | act | observation | |||||
3 | act | templateID | eindeutige Identifikation dieses Templates | ||||
4 | act | root | fix: 1.3.6.1.4.1.19376.1.5.3.1.4.13, 1.2.276.0.76.3.1.81.81.6.4.1 The <templateId> elements shown above MUST be present, and indicate that this is a Consent Directive entry.
| ||||
3 | act | id | |||||
3 | act | code |
| ||||
3 | act | value |
| ||||
3 | act | text |
| ||||
3 | act | effectiveTime |
| ||||
3 | act | author |
| ||||
4 | act | time |
The time of the consent form creation shall be recorded in the | ||||
4 | act | assignedAuthor |
|
Example
<entry>
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13'/>
<templateId root='1.2.276.0.76.3.1.81.81.6.4.1'/>
<observation typeCode='OBS' moodCode='EVN'>
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13'/>
<templateId root='1.2.276.0.76.3.1.81.81.6.4.1'/>
<id root='1.1.1.1' extension='consent-1'/>
<!-- the consent is active; documents may be registered and read -->
<code code='P' displayName='Active'
codeSystem='2.16.840.1.113883.12.498'
codeSystemName='HL7 Consent Status'/>
<!-- the consent allows for regular eCR use and allows eCR participants to autonomously
Link visits to the eCR -->
<value xsi:type='CD' code='SETUP' displayName='Setup and Use'
codeSystem='1.2.276.0.76.3.1.81.81.5.1'
codeSystemName='eCR Consent Authorization Code'/>
<value xsi:type='CD' code='ENCLINK' displayName='Encounter Linkage'
codeSystem='1.2.276.0.76.3.1.81.81.5.1'
codeSystemName='eCR Consent Authorization Code'/>
<text><reference value='#id-2'/></text>
<statusCode code='completed'/>
<!-- the consent is valid for 2 years -->
<effectiveTime>
<low value='20110909'/>
<high value='20130909'/>
</effectiveTime>
<!-- the consent was given to the identified physician on Sept. 9. 2011 -->
<author>
<time value="20110909"/>
<assignedAuthor>
<templateId root='1.2.276.0.76.3.1.81.81.6.2.2'/>
<id extension='HPC-Physician-2' root='1.2.276.0.76.4.75'/>
<code code='1.2.276.0.76.4.30' displayName='arzt-ghcs'/>
...
</assignedAuthor>
</author>
<!-- reference to the consent, see following sections for examples -->
<reference typeCode='REFR'>
<templateId root='2.16.840.1.113883.10.20.1.36'/>
...
<code code="59284-0" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC" displayName="Consent"/>
...
</reference>
</observation>
</entry>
Reference to a Consent that is stored as a Document
If the consent is available as a digital document within a Document Repository the reference points to the information object that represents the consent.
<reference typeCode='REFR'>
<templateId root='2.16.840.1.113883.10.20.1.36'/>
<externalDocument classCode='DOC' moodCode='EVN'>
<id root=' ' extension=' '/>
<code code="59284-0" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC" displayName="Consent"/>
<text />
</externalDocument>
</reference>
For digitally signed consents and scanned consent documents that are stored in a document repository, the consent directive observation MUST contain a single reference to an external document. The <id> element MUST contain the appropriate root and extension attributes to identify the consent document. Within a Consent Update document a user may change the care team setup based on an existing consent (e.g. in cases where a consent with an eCR Consent Authorization Code of ‘PARTMGMT’ is already registered). In this case the <externalDocument> MUST either explicitly refer to this consent (via <id>) or mark the identifier as existent but unknown (<id NullFlavor=”UNK”/>). If the identifier is nullified, the document processor SHOULD search for a matching consent and replace the nullified identfier with a reference to the respective consent.
<reference typeCode='REFR'>
<templateId root='2.16.840.1.113883.10.20.1.36'/>
<externalDocument classCode='DOC' moodCode='EVN'>
<!-- eCR Box will search for a matching consent -->
<id NullFlavor="UNK" />
<code code="59284-0" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC" displayName="Consent"/>
</externalDocument>
</reference>
Registration of a Paper Consent
For paper consents with wet signatures the <reference> element MUST contain an <externalDocument> element with an identifier that is nullified by a @NullFlavor value of ‘NA’.
<reference typeCode='REFR' >
<templateId root='2.16.840.1.113883.10.20.1.36'/>
<externalDocument classCode='DOC' moodCode='EVN'>
<id NullFlavor='NA' />
<code code="59284-0" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC" displayName="Consent"/>
</externalDocument>
</reference>
Registration and Upload of a Digital Consent
Base64 encoded consent document can be included within the <text> element.
<reference typeCode='REFR' >
<templateId root='2.16.840.1.113883.10.20.1.36'/>
<externalDocument classCode='DOC' moodCode='EVN'>
<id root=' ' extension=' '/>
<code code="59284-0" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC" displayName="Consent"/>
<text representation=’B64’>Base64 encoded document</text>
</externalDocument>
</reference>
The <id> element MUST contain the local identifier of the document. The document processor MAY replace this identifier with a newly assigned id. In case that the document is not assigned a local identifier the <id> element MUST be marked with a NullFlavor of ‘UNK’. Consent document MUST always be given as uncompressed base64 encoded data.