hl7:location
|
|
|
|
|
(Encon2) |
@typeCode
|
|
0 … 1 |
F |
LOC |
|
Beispiel |
<location typeCode="LOC"> <healthCareFacility classCode="SDLOC"> <!-- ... --> </healthCareFacility></location> |
hl7:healthCareFacility
|
|
1 … 1 |
M |
|
(Encon2) |
@classCode
|
|
0 … 1 |
F |
SDLOC |
|
Beispiel |
<healthCareFacility classCode="SDLOC"> <location classCode="PLC" determinerCode="INSTANCE"> <!-- ... --> </location> <serviceProviderOrganization classCode="ORG" determinerCode="INSTANCE"> <!-- ... --> </serviceProviderOrganization></healthCareFacility> |
hl7:serviceProviderOrganization
|
|
1 … 1 |
M |
|
(Encon2) |
@classCode
|
|
0 … 1 |
F |
ORG |
@determinerCode
|
|
0 … 1 |
F |
INSTANCE |
|
Beispiel |
<serviceProviderOrganization classCode="ORG" determinerCode="INSTANCE"> <name/> <addr> <!-- ... --> </addr></serviceProviderOrganization> |
hl7:id
|
II |
1 … * |
R |
|
(Encon2) |
hl7:name
|
ON |
1 … 1 |
M |
|
(Encon2) |
hl7:telecom
|
TEL.AT |
0 … * |
R |
|
(Encon2) |
hl7:addr
|
AD |
0 … 1 |
R |
|
(Encon2) |
|
Schematron assert |
role |
error
|
|
|
test |
not(hl7:telecom[@nullFlavor]) |
|
|
Meldung |
@nullFlavor nicht erlaubt, stattdessen Element weglassen |
|
|
Schematron assert |
role |
error
|
|
|
test |
not(hl7:addr[@nullFlavor]) |
|
|
Meldung |
@nullFlavor nicht erlaubt, stattdessen Element weglassen |
|