Skip to content

Commit

Permalink
Implementation guidance MyGP patient registration
Browse files Browse the repository at this point in the history
  • Loading branch information
dtr-agency committed Oct 13, 2022
1 parent 8407f3d commit 4ddc0c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pages/_includes/dh-episodeofcare-mygp-1-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ The purpose of this profile is to define a representation of GP practice registr
This profile identifies the additional constraints, extensions, and value sets that build on and extend [EpisodeOfCare](http://hl7.org/fhir/R4/episodeofcare.html) that are supported.

This profile is designed to set an EpisodeOfCare standard for:
* Query for a patient's registered GP Practice information from MyGP
* Query for a patient's registered GP practice information from MyGP
* Reading a patien'ts registered GP practice information from MyGP

This profile is used by the following APIs:
* [insert API endpoint](StructureDefinition-TBD-1.html)
Expand Down
2 changes: 1 addition & 1 deletion resources/Profile/dh-episodeofcare-mygp-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<constraint>
<key value="inv-dh-epoc-04"/>
<severity value="error"/>
<human value="A patien'ts current GP practice shall not have a registration end date"/>
<human value="A patient’s current GP practice shall not have a registration end date"/>
<expression value="period.end.empty() xor (status = 'finished')"/>
<xpath value="not(f:period.end) or exists(f:status/@value = 'finished')"/>
<source value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mygp-1"/>
Expand Down

0 comments on commit 4ddc0c7

Please sign in to comment.