Closed ppazos closed 4 years ago
2020-07-28: re-tested for https://github.com/ehrbase/project_management/issues/319
This is actually working, got the identified party correctly serialized:
"composer" : {
"_type" : "PARTY_IDENTIFIED",
"identifiers" : [ {
"_type" : "DV_IDENTIFIER",
"id" : "Practitioner/f201"
} ]
},
Sample code:
The JSON serialization of composer only works setting new PartySelf(), but PARTY_SELF type is used for the patient, in general the patient is not the composer of the composition.