hl7:procedure
|
|
|
|
|
(Uitind) |
@classCode
|
|
1 … 1 |
F |
PROC |
@moodCode
|
|
1 … 1 |
F |
EVN |
hl7:id
|
II |
1 … 1 |
|
|
(Uitind) |
hl7:code
|
CE |
1 … 1 |
M |
|
(Uitind) |
@code
|
CONF |
1 … 1 |
F |
Baring |
@codeSystem
|
1 … 1 |
F |
2.16.840.1.113883.2.4.3.22.1.3 (PerinatologyProceduresPRN) |
Inclusie |
|
|
van 2.16.840.1.113883.2.4.6.10.90.900717 Uitkomst per kind (subject) (2012‑08‑29)
|
hl7:subject
|
|
|
|
|
(Uitind) |
@typeCode
|
|
1 … 1 |
F |
SBJ |
|
Voorbeeld |
<subject typeCode="SBJ"> <personalRelationship classCode="PRS"> <code code="CHILD" codeSystem="2.16.840.1.113883.5.111"/> <relationshipHolder classCode="PSN" determinerCode="INSTANCE"> <id root="2.16.840.1.113883.2.4.99.23444.112" extension="bb5463652"/> <name> <given>Jan</given> </name> <administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1"/> <birthTime value="200905291414"/> <deceasedInd value="false"/> <multipleBirthInd value="false"/> <addr> <postalCode>1200 AA</postalCode> </addr> </relationshipHolder> </personalRelationship></subject> |
|
Voorbeeld |
<subject typeCode="SBJ"> <personalRelationship classCode="PRS"> <code code="CHILD" codeSystem="2.16.840.1.113883.5.111"/> <relationshipHolder classCode="PSN" determinerCode="INSTANCE"> <id root="2.16.840.1.113883.2.4.99.23444.112" extension="bb5463652"/> <name> <given>Jun</given> </name> <administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1"/> <birthTime value="200905291414"/> <deceasedInd value="true"/> <deceasedTime value="200905291501"/> <multipleBirthInd value="true"/> <multipleBirthOrderNumber value="2"/> <addr> <postalCode>1200 AA</postalCode> </addr> </relationshipHolder> </personalRelationship></subject> |
hl7:personalRelationship
|
|
1 … 1 |
M |
|
(Uitind) |
@classCode
|
|
1 … 1 |
F |
PRS |
hl7:code
|
CE |
1 … 1 |
M |
|
(Uitind) |
@code
|
CONF |
1 … 1 |
F |
CHILD |
@codeSystem
|
1 … 1 |
F |
2.16.840.1.113883.5.111 (RoleCode) |
hl7:relationshipHolder
|
|
1 … 1 |
M |
|
(Uitind) |
@classCode
|
|
1 … 1 |
F |
PSN |
@determinerCode
|
|
1 … 1 |
F |
INSTANCE |
hl7:id
|
II |
1 … * |
M |
|
(Uitind) |
|
Schematron assert |
role |
error
|
|
|
test |
count(hl7:id)>0 |
|
|
Melding |
Identification child requires at least a local id and optional in addition a BSN /
PRN-Id |
|
hl7:name
|
PN |
0 … 2 |
|
|
(Uitind) |
Inclusie |
1 … 1 |
M |
van 2.16.840.1.113883.2.4.6.10.90.900251 Geslacht (administratief) (2009‑10‑01)
|
hl7:administrativeGenderCode
|
CE |
1 … 1 |
M |
|
(Uitind) |
|
|
|
CONF |
|
|
Voorbeeld |
<administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1"/> |
Inclusie |
1 … 1 |
M |
van 2.16.840.1.113883.2.4.6.10.90.900259 Geboortedatum (kind) (2009‑10‑01)
|
hl7:birthTime
|
TS.DATE.MIN |
1 … 1 |
M |
|
(Uitind) |
|
|
|
Voorbeeld |
<birthTime value="200905291414"/> |
Inclusie |
|
|
van 2.16.840.1.113883.2.4.6.10.90.900432 Perinatale sterfte (2009‑10‑01)
|
hl7:deceasedInd
|
BL |
1 … 1 |
M |
|
(Uitind) |
|
|
|
Voorbeeld |
<deceasedInd value="false"/> |
Inclusie |
|
|
van 2.16.840.1.113883.2.4.6.10.90.900443 Datum perinatale sterfte (2009‑10‑01)
|
hl7:deceasedTime
|
TS.DATE.MIN |
|
|
|
(Uitind) |
|
|
|
Voorbeeld |
<deceasedTime value="200905291501"/> |
|
Schematron assert |
role |
error
|
|
|
test |
not(hl7:deceasedInd[string(@value)='true']) or hl7:deceasedTime |
|
|
Melding |
Datum perinatale sterfte: if deceasedInd=true an element deceasedTime shall be present |
|
hl7:multipleBirthInd
|
BL |
1 … 1 |
M |
|
(Uitind) |
|
Voorbeeld |
<multipleBirthInd value="true"/> |
hl7:multipleBirthOrderNumber
|
INT.NONNEG |
0 … 1 |
|
|
(Uitind) |
|
Voorbeeld |
<multipleBirthOrderNumber value="2"/> |
|
Schematron assert |
role |
error
|
|
|
test |
not(hl7:multipleBirthInd[string(@value)='true']) or string-length(hl7:multipleBirthOrderNumber/@value)>0 |
|
|
Melding |
Rangnummer (HL7): if multipleBirthInd=true an element multipleBirthOrderNumber shall
be present and valued |
|
hl7:addr
|
AD |
0 … 1 |
|
|
(Uitind) |
|
Voorbeeld |
<addr> <postalCode>1200 AA</postalCode></addr> |
hl7:postalCode
|
SC |
1 … 1 |
M |
|
(Uitind) |
hl7:asOtherIDs
|
|
0 … * |
|
Foetus identificaties |
(Uitind) |
@classCode
|
|
1 … 1 |
F |
IDENT |
|
Voorbeeld |
<asOtherIDs classCode="IDENT"> <id extension="187" root="2.16.840.1.113883.2.4.99.23555.211"/></asOtherIDs> |
hl7:id
|
II |
1 … 1 |
M |
|
(Uitind) |
Inclusie |
|
|
van 2.16.840.1.113883.2.4.6.10.90.900369 Rol aanpakker kind (2009‑10‑01)
|
hl7:performer
|
|
1 … 1 |
M |
|
(Uitind) |
@typeCode
|
|
1 … 1 |
F |
PRF |
|
Voorbeeld |
<performer typeCode="PRF"> <responsibleParty classCode="ASSIGNED"> <id nullFlavor="NI"/> <code code="12" codeSystem="2.16.840.1.113883.2.4.3.22.1.2.59"/> <agentPerson xsi:nil="true" nullFlavor="NI"/> </responsibleParty></performer> |
hl7:responsibleParty
|
|
1 … 1 |
M |
|
(Uitind) |
@classCode
|
|
1 … 1 |
F |
ASSIGNED |
Inclusie |
|
|
van 2.16.840.1.113883.2.4.6.10.90.900384 Identificatie aanpakker kind (2009‑10‑01)
|
hl7:id
|
II |
1 … * |
|
|
(Uitind) |
|
|
hl7:code
|
CE |
1 … 1 |
R |
|
(Uitind) |
|
|
|
CONF |
|
hl7:agentPerson
|
|
1 … 1 |
|
|
(Uitind) |
Inclusie |
|
|
van 2.16.840.1.113883.2.4.6.10.90.900385 Rol eindverantwoordelijke (2009‑10‑01)
|
hl7:responsibleParty
|
|
1 … 1 |
M |
|
(Uitind) |
@typeCode
|
|
1 … 1 |
F |
RESP |
|
Voorbeeld |
<responsibleParty typeCode="RESP"> <assignedEntity classCode="ASSIGNED"> <id root="2.16.840.1.113883.2.4.3.22.98.1" extension="2001"/> <code code="11" codeSystem="2.16.840.1.113883.2.4.3.22.1.2.59"/> </assignedEntity></responsibleParty> |
hl7:assignedEntity
|
|
1 … 1 |
M |
|
(Uitind) |
@classCode
|
|
1 … 1 |
F |
ASSIGNED |
Inclusie |
|
|
van 2.16.840.1.113883.2.4.6.10.90.900384 Identificatie aanpakker kind (2009‑10‑01)
|
hl7:id
|
II |
1 … * |
|
|
(Uitind) |
|
|
hl7:code
|
CE |
1 … 1 |
R |
|
(Uitind) |
|
|
|
CONF |
|
Inclusie |
1 … 1 |
M |
van 2.16.840.1.113883.2.4.6.10.90.900233 Faciliteit werkelijke plaats baring (2009‑10‑01)
|
hl7:location
|
|
1 … 1 |
M |
|
(Uitind) |
@typeCode
|
|
1 … 1 |
F |
ELOC |
|
Voorbeeld |
<location typeCode="ELOC"> <healthCareFacility classCode="DSDLOC"> <code code="10" codeSystem="2.16.840.1.113883.2.4.3.22.1.8.7"/> </healthCareFacility></location> |
hl7:healthCareFacility
|
|
1 … 1 |
|
|
(Uitind) |
@classCode
|
|
1 … 1 |
F |
DSDLOC |
hl7:code
|
CE |
1 … 1 |
|
|
(Uitind) |
|
|
|
CONF |
|
hl7:targetOf
|
|
1 … 1 |
M |
Bevat 2.16.840.1.113883.2.4.6.10.90.900255 Geslacht (medische observatie) (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = '46098-0' and @codeSystem = '2.16.840.1.113883.6.1')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
1 … 1 |
M |
Bevat 2.16.840.1.113883.2.4.6.10.90.900400 Rangnummer kind (2011‑01‑28)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = 'BirthOrderNumber' and @codeSystem = '2.16.840.1.113883.2.4.4.13')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900402 Foetus volgletter (zoals ante partum gehanteerd) (2011‑01‑28)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = '11951-1' and @codeSystem = '2.16.840.1.113883.6.1')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900261 Tijdstip actief meepersen (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = 'PRN530401' and @codeSystem = '2.16.840.1.113883.2.4.3.22.1.1')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900262 Conditie perineum postpartum (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = 'PRN5704' and @codeSystem = '2.16.840.1.113883.2.4.3.22.1.1')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900271 Episiotomie (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:procedure [hl7:code [(@code = 'PRN540701' and @codeSystem = '2.16.840.1.113883.2.4.3.22.1.3')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
1 … 1 |
M |
Bevat 2.16.840.1.113883.2.4.6.10.90.900285 Type uitkomst (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = 'Outcome' and @codeSystem = '2.16.840.1.113883.2.4.4.13')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900425 Geboortegewicht (2011‑01‑28)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = '8339-4' and @codeSystem = '2.16.840.1.113883.6.1')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900293 Apgarscore na 1 min. (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = '9272-6' and @codeSystem = '2.16.840.1.113883.6.1')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900294 Apgarscore na 5 min. (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = '9274-2' and @codeSystem = '2.16.840.1.113883.6.1')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
1 … * |
M |
Bevat 2.16.840.1.113883.2.4.6.10.90.900295 Congenitale afwijkingen (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = 'CongMalf' and @codeSystem = '2.16.840.1.113883.2.4.4.13')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
1 … * |
M |
Bevat 2.16.840.1.113883.2.4.6.10.90.900348 Chromosomale afwijkingen (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = 'ChromMalf' and @codeSystem = '2.16.840.1.113883.2.4.4.13')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900359 Ligging bij geboorte (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = 'LigGbrt' and @codeSystem = '2.16.840.1.113883.2.4.3.22.1.1')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900423 Betrokkenheid andere zorgverlener (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = 'ZorgverlBetr' and @codeSystem = '2.16.840.1.113883.2.4.4.13')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900433 Fase perinatale sterfte (2009‑10‑01)
|
(Uitind) |
|
waar [hl7:observation [hl7:code [(@code = 'PRN810201' and @codeSystem = '2.16.840.1.113883.2.4.3.22.1.1')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
|
Schematron assert |
role |
error
|
|
|
test |
not(hl7:subject/hl7:personalRelationship/hl7:relationshipHolder/hl7:deceasedInd/@value='true')
or hl7:targetOf[hl7:observation[hl7:code[@code='PRN810201'][@codeSystem='2.16.840.1.113883.2.4.3.22.1.1']]]
|
|
|
Melding |
If deceasedInd=true, Fase perinatale sterfte is mandatory |
|
hl7:targetOf
|
|
0 … 1 |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900707 Labonderzoek Navelstrengbloed (2011‑01‑28)
|
(Uitind) |
|
waar [hl7:procedure [hl7:code [(@code = '82078001' and @codeSystem = '2.16.840.1.113883.6.96')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |
hl7:targetOf
|
|
0 … * |
|
Bevat 2.16.840.1.113883.2.4.6.10.90.900632 Voeding kind (2011‑01‑28)
|
(Uitind) |
|
waar [hl7:supply [hl7:code [(@code = '230126006' and @codeSystem = '2.16.840.1.113883.6.96')]]] |
|
|
@typeCode
|
|
1 … 1 |
F |
COMP |