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
10 changes: 5 additions & 5 deletions Examples/Questionnaire for PTS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<valueCoding>
<system value="http://snomed.info/sct"/>
<code value="78064003"/>
<display value="Breathing (observable entity)"/>
<display value="Breathing"/>
</valueCoding>
</answerOption>
<answerOption>
<valueCoding>
<system value="http://snomed.info/sct"/>
<code value="1023001"/>
<display value="Not Breathing (finding)"/>
<display value="Not Breathing"/>
</valueCoding>
</answerOption>
</item>
Expand All @@ -44,7 +44,7 @@
<operator value="="/>
<answerCoding>
<code value="78064003"/>
<display value="Breathing (observable entity)"/>
<display value="Breathing"/>
</answerCoding>
</enableWhen>
<required value="false"/>
Expand Down Expand Up @@ -72,7 +72,7 @@
<operator value="="/>
<answerCoding>
<code value="78064003"/>
<display value="Breathing (observable entity)"/>
<display value="Breathing"/>
</answerCoding>
</enableWhen>
<required value="false"/>
Expand Down Expand Up @@ -100,7 +100,7 @@
<operator value="="/>
<answerCoding>
<code value="78064003"/>
<display value="Breathing (observable entity)"/>
<display value="Breathing"/>
</answerCoding>
</enableWhen>
<required value="false"/>
Expand Down
2 changes: 1 addition & 1 deletion Examples/QuestionnaireResponse for PTS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<valueCoding>
<system value="http://snomed.info/sct" />
<code value="78064003" />
<display value="Breathing (observable entity)" />
<display value="Breathing" />
</valueCoding>
</answer>
</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name value="BARS Message Definition ServiceRequest - Response Referral Short" />
<title value="BARS Message Definition ServiceRequest - Response Referral Short" />
<status value="active" />
<date value="2025-03-24" />
<date value="2026-03-24" />
<useContext>
<code>
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type" />
Expand All @@ -29,8 +29,8 @@
<coding>
<!-- Use cases supported by this MessageDefinition Application -->
<system value="https://fhir.nhs.uk/CodeSystem/usecases-categories-bars" />
<code value="a6t3" />
<display value="CAD to CAD Mutual Aid Request" />
<code value="a6t1" />
<display value="CAD to CAD Out of Area Referral" />
</coding>
</valueCodeableConcept>
</useContext>
Expand Down Expand Up @@ -71,7 +71,7 @@
<focus>
<code value="Organization" />
<profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" />
<min value="1" />
<min value="2" />
<max value="*" />
</focus>
<focus>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ This is a minor "patch" with clarifications to limited areas of the Implementati
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
| patient.id | This SHOULD be populated with the name of the questionnaire responses contained within. | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response. | Update | Referral Request |Bug fix | <mark style="background-color: Yellow">correction</mark> |
| patient.id | This SHOULD be populated with the name of the questionnaire responses contained within. | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response. | Update | Referral Response |Bug fix | <mark style="background-color: Yellow">correction</mark> |


| Encounter.statusHistory | List of past and current encounter statuses | List of past and current encounter statuses. These SHOULD NOT be populated in the Receiver's Encounter and asynchronous responses. | Update | Referral Response |Bug fix | <mark style="background-color: Yellow">correction</mark> |
| Encounter.statusHistory.status | The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them | This SHOULD NOT be populated in the Receiver's response Encounter. | Update | Referral Response |Bug fix | <mark style="background-color: Yellow">correction</mark> |
| Encounter.statusHistory.period | The time that the encounter was in the specified status. | This SHOULD NOT be populated in the Receiver's response Encounter. | Update | Referral Response |Bug fix | <mark style="background-color: Yellow">correction</mark> |
| Encounter.statusHistory.period.start | The time that the encounter started in the specified status. | This SHOULD NOT be populated in the Receiver's response Encounter. | Update | Referral Response |Bug fix | <mark style="background-color: Yellow">correction</mark> |

<br>
<hr>
Expand Down
Loading
Loading