Document Reference Entry (Template)
(Teildokument von CDA für die elektronische Fallakte)
Foemig (Diskussion | Beiträge) |
Foemig (Diskussion | Beiträge) K (hat „cdaefa:Document Reference (Entry)“ nach „cdaefa:Document Reference Entry (Template)“ verschoben: Harmonisierung Namensgebung) |
(kein Unterschied)
|
Aktuelle Version vom 8. Februar 2013, 15:43 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.4 | |
General Description | Hiermit wird auf Entry-Level die Übermittlung von Referenzen auf Dokumente definiert. | |
LOINC Code | Opt. | Description |
???? | O |
A Document Reference Entry refers to a single information object (e.g. within an eCR or another type of health record).
Standards
Template
<entry>
<act classCode='ACT' moodCode='EVN'>
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.4'/>
<templateId root='1.2.276.0.76.3.1.81.81.6.4.4'/>
<id root='' extension=''/>
<code nullFlavor='NA' />
<text><reference value='#...'/></text>
<effectiveTime value='YYYYMMDD'/>
<reference typeCode='REFR'>
<externalDocument classCode='DOC' moodCode='EVN'>
<!-- required if known classification of the document -->
<code code="..." codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC" displayName="..."/>
<id extension='' root=''/>
<text mediaType='mime-type'><reference value='http://....'></text>
</externalDocument>
</reference>
</act>
</entry>
Lvl | RIM | Name | Desc | DT | Kard | Conf | Beschreibung |
---|---|---|---|---|---|---|---|
1 | act | entry | |||||
2 | act | act | |||||
3 | act |
| |||||
3 | act |
| |||||
3 | act |
| |||||
3 | act |
| |||||
3 | act |
| |||||
3 | act |
| |||||
3 | act |
|
Example
<entry>
<act classCode='ACT' moodCode='EVN'>
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.4'/>
<templateId root='1.2.276.0.76.3.1.81.81.6.4.4'/>
<id root='..' extension='..'/>
<code nullFlavor='NA' />
<text><reference value='#doc159382919223'/></text>
<reference typeCode='REFR'>
<externalDocument classCode='DOC' moodCode='EVN'>
<id root='...'/>
<code code="11522-0" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC" displayName="Radiology report"/>
<text mediaType='mime-type'><reference value=
'http://ecrDocRep.ecrProvider.de?node=cluster4'/></text>
</externalDocument>
</reference>
</act>
</entry>