Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published
Table of Contents
stylenone

...

Key

Hierarchy level

Type

Description

Cardinality

1

PublicGetCompositionRequest

1

object

 

1..1

2

firstName

2

string

Patient first name

1..1

3

secondName

2

string

Patient middle (second) name

10..1

4

lastName

2

string

Patient last (surname) name

01..1

5

UNZR

2

string

UNZR number

0..1

6

RNOKPP

2

string

RNOKPP number

0..1

7

document

2

object

 

0..1

8

documentType

3

string

Document type

1..1

9

documentNumber

3

string

Document number

1..1

10

compositionTitle

2

string

Composition title

1..1

11

compositionType

2

string

Composition type

1..1

...

Key

Hierarchy level

Type

Description

Cardinality

1

PublicGetCompositionResponse

1

object

 

0..1

2

title

2

string

Composition title

1..1

3

type

2

string

Composition type

1..1

4

category

2

string

Composition category

1..1

5

date

2

date

Composition signed date

1..1

6

custodian

2

string

Composition legal entity

1..1

7

status

2

string

Composition status

1..1

8

event

2

array

Event array

1..*

9

code

3

string

Code display value from event array

1..1

10

period

3

object

Period from event array

1..1

11

start

4

dateTime

Start of period (ISO8601 format)

1..1

12

end

4

dateTime

End of period (ISO8601 format)

0..1

13

additionAdmissionCondition

2

array

Addition admission condition

0..*

14

code

3

string

Code display value from addition admission condition array

1..1

15

codeNumber

3

string

Code from addition admission condition array

1..1

16

alphabeticalValue

3

array

Alphabetical value from addition admission condition array

0..*

17

numericalValue

3

decimal

Numerical value from addition admission condition array

0..1

18

fault

1

object

 

0..1

19

faultCode

2

string

Standard code that provides more information about the fault. A set of code values is predefined by the SOAP specification, as defined below:

  • VersionMismatch—Invalid namespace defined in SOAP envelope element. The SOAP envelope must conform to the http://schemas.xmlsoap.org/soap/envelope namespace.

  • MustUnderstand—SOAP header entry not understood by processing party.

  • Client—Message was incorrectly formatted or is missing information.

  • Server—Problem with the server that prevented message from being processed.

1..1

20

faultString

2

string

A human readable explanation of the fault

1..1

...