hl7:author
|
|
1 … * |
R |
Information about the author of a CDA document, section or entry. An author MAY be
a person or a device.
|
(cdahor) |
hl7:functionCode
|
CE |
1 … 1 |
R |
The functionCode MUST be taken from the Swiss EPR Value-Set for author roles. See
FDHA Ordinance on the Electronic Patient Record (EPRO-FDHA), Appendix 3: Metadata,
Section 2.1. If the desired functionCode is not available in the Swiss EPR Value-Set for author
roles, the code 133932002 (Other Caregiver) MUST be used. In this case, the originalText
element MUST contain the description of the role. Translations to other vocabularies are allowed.
|
(cdahor) |
@displayName
|
st |
1 … 1 |
R |
|
@code
|
cs |
1 … 1 |
R |
|
@codeSystemName
|
st |
1 … 1 |
F |
SNOMED CT |
@codeSystem
|
oid |
1 … 1 |
F |
2.16.840.1.113883.6.96 |
|
CONF |
|
|
Example |
<functionCode code="106292003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Professional nurse"/> |
|
Example |
<functionCode code="133932002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Other Caregiver"> <originalText>Home helper</originalText></functionCode> |
|
Example |
<functionCode code="133932002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Other Caregiver"> <originalText>Laboratory technician</originalText> <translation code="3212" codeSystem="2.16.840.1.113883.2.9.6.2.7" codeSystemName="ISCO-08" displayName="Medical and pathology laboratory technicians"/></functionCode> |
|
Schematron assert |
role |
error
|
|
|
test |
not(@code='133932002') or (originalText/text()) |
|
|
Message |
Other Caregivers description MUST be declared in the originalText element. |
|
hl7:originalText
|
ED |
0 … 1 |
C |
Other Caregivers description MUST be declared in the originalText element. |
(cdahor) |
hl7:translation
|
|
0 … * |
|
A translation of the code to another coding system (e.g. ISCO-08: 2.16.840.1.113883.2.9.6.2.7) |
(cdahor) |
@displayName
|
st |
1 … 1 |
R |
|
@code
|
cs |
1 … 1 |
R |
|
@codeSystemName
|
st |
1 … 1 |
R |
|
@codeSystem
|
oid |
1 … 1 |
R |
|
hl7:time
|
TS.CH.TZ |
1 … 1 |
R |
Timestamp of the authorship. |
(cdahor) |
hl7:assignedAuthor
|
|
1 … 1 |
R |
|
(cdahor) |
|
Schematron assert |
role |
error
|
|
|
test |
not(assignedAuthoringDevice/softwareName) or (representedOrganization) |
|
|
Message |
For device authors the element representedOrganization is REQUIRED. |
|
hl7:id
|
II |
1 … 1 |
R |
The specification of GS1 GLN is REQUIRED. If it is not (yet) known, this MUST be
declared using nullFlavor. For persons: their personal GLN MUST be declared. For devices or software modules: the GLN of their organization MUST be declared.
|
(cdahor) |
@nullFlavor
|
cs |
0 … 1 |
F |
NAV |
|
Temporarily unknown, will be filled later. |
@extension
|
st |
0 … 1 |
|
The GS1 GLN. |
@root
|
cs |
0 … 1 |
F |
2.51.1.3 |
|
OID for GS1 GLN. |
|
Schematron assert |
role |
error
|
|
|
test |
(@root='2.51.1.3' and @extension) or (@nullFlavor='NAV') |
|
|
Message |
Either the GS1 GLN or nullFlavor='NAV' is REQUIRED |
|
hl7:id
|
II |
0 … * |
|
Other ids are allowed. |
(cdahor) |
@extension
|
st |
1 … 1 |
R |
The id itself. It MUST be unique within the issuing system. |
@root
|
cs |
1 … 1 |
R |
The OID of the system that issued the id. OIDs of code systems, which are published
in a public OID registry are REQUIRED. Others are NOT ALLOWED.
|
Choice |
1 … 1 |
|
Elements to choose from:
|
hl7:assignedPerson
|
|
0 … 1 |
|
The author as a person. Contains 2.16.756.5.30.1.1.10.9.34 Person Name Information Compilation - eCH-0011 (DYNAMIC)
|
(cdahor) |
hl7:assignedAuthoringDevice
|
|
0 … 1 |
|
The author as a device. Contains 2.16.756.5.30.1.1.10.9.21 Device Compilation with name (DYNAMIC)
|
(cdahor) |
hl7:representedOrganization
|
|
0 … 1 |
|
The author's organization. Contains 2.16.756.5.30.1.1.10.9.24 Organization Compilation with name (DYNAMIC)
|
(cdahor) |