Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ONLY)
| Encounter.id | MUST only be generated by the originating system of the encounter as the id for the resource in the original HTTP request. It MUST be echoed back when returning an encounter. Subsequent new Encounters will be generated by the originating system of that encounter. | MUST | 0..1 | 236bb75d-90ef-461f-b71e-fde7f899802c |
| Encounter.meta | https://www.hl7.org/fhir/resource.html#Meta | MUST | 1..1 | |
| Encounter.meta.profile | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 1..1 | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter |
| Encounter.status | The status must be set to the current Encounter status:<br><br>- When the case is waiting for a resource to be allocated OR a resource has been cancelled, this MUST be populated with 'planned' <br>- When the case has had a resource allocated this MUST be populated with 'in-progress' <br>- For a case where a resource has arrived on scene this MUST be populated with ‘arrived’ <br>- For a case where the resource has cleared the scene this MUST be populated with 'finished' <br>- Where a Mutual Aid or Call Assist request is being rejected, this MUST be populated with 'cancelled' | MUST | 1..1 | in-progress |
| Encounter.status | The status must be set to the current Encounter status:<br><br>- When the case is waiting for a resource to be allocated OR a resource has been cancelled, this MUST be populated with 'planned' <br>- When the case has had a resource allocated this MUST be populated with 'in-progress' <br>- For a case where a resource has arrived on scene this MUST be populated with ‘arrived’ <br>- For a case where the resource has completed this MUST be populated with 'finished' <br>- Where a Mutual Aid or Call Assist request is being rejected, this MUST be populated with 'cancelled' | MUST | 1..1 | in-progress |
| Encounter.statusHistory | List of past and current encounter statuses. These SHOULD NOT be populated in the Receiver's Encounter and asynchronous responses. | SHOULD NOT | 0..* | |
| Encounter.statusHistory.status | <br>This SHOULD NOT be populated in the Receiver's response Encounter. | SHOULD NOT | 1..1 | |
| Encounter.statusHistory.period | <br>This SHOULD NOT be populated in the Receiver's response Encounter. | SHOULD NOT | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ This payload is used to transmit all the necessary information that is required

| Data Item | Implementation Guidance | Necessity | Profile Cardinality | Example Value(s) |
|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|---------------------|-----------------------------------------------------|
| Flag | The Flag resource is used to risks and special patient requirements e.g. transport requirements, accessibility requirements, and reasonable adjustments. It can also be used to carry information about safeguarding concerns. <br><br> https://simplifier.net/hl7fhirukcorer4/ukcore-flag | | 0..* | |
| Flag | The Flag resource is used to risks and special patient requirements e.g. transport requirements, accessibility requirements, and reasonable adjustments. It can also be used to carry information about safeguarding concerns. <br><br> http://hl7.org/fhir/StructureDefinition/Flag | | 0..* | |
| Flag.id | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response. | MUST | 0..1 | 77be46e3-7f01-4afe-b37d-7a301db6df63 |
| Flag.meta | https://www.hl7.org/fhir/resource.html#Meta | | 1..1 | |
| Flag.meta.profile | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 1..1 | http://hl7.org/fhir/StructureDefinition/Flag |
Expand Down
Loading