nhsengland / virtual-wards-draft-standards

Draft standard for transferring a Virtual Ward Care Record Summary (End of Stay) from a remote monitoring platform to another clinical system.
0 stars 2 forks source link

Minor: Cardinality and Required values for DocumentReference.content not all consistent #15

Closed robert-smith-docobo closed 1 year ago

robert-smith-docobo commented 1 year ago

https://github.com/nhsengland/virtual-wards-draft-standards/blob/af2a0cd175e06d48c1084f30abafedad0435722c/FHIR-Resources-Population-Guidance/FHIR-DocumentReference.md?plain=1#L408

The cardinality of '0:1' for mandatory properties appears to be incorrect.

tgmay commented 1 year ago

The cardinality has been reviewed and updated for properties on the FHIR profiles, inline with the following definitions (also added to the guidance):

  1. Mandatory - the data item MUST be recorded in the resource every time it is produced (cardinality 1..1)
  2. Required - if the system that is providing the data item contains this piece of data, then it MUST include it in the resource (cardinality 0..1)
  3. Optional - the system has the option to include this data if it is available (cardinality 0..1)