\ No newline at end of file
diff --git a/pages/_includes/dh-episodeofcare-mygp-1-intro.md b/pages/_includes/dh-episodeofcare-mygp-1-intro.md
new file mode 100644
index 000000000..15444d432
--- /dev/null
+++ b/pages/_includes/dh-episodeofcare-mygp-1-intro.md
@@ -0,0 +1,20 @@
+The purpose of this profile is to define a representation of GP practice registration information for a patient from MyGP for the electronic exchange of health information between individuals, healthcare providers, and the My Health Record system infrastructure in Australia. This profile supports a current entry or a historical entry.
+
+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
+
+This profile is used by the following APIs:
+* [insert API endpoint](StructureDefinition-TBD-1.html)
+
+
+#### Profile specific guidance
+- This profile supports exchange of current and historical patient GP practice registration information.
+ - *current* is represented with status `active` and only period.start sent, see example [Patient's registered GP practice](Bundle-vpr-01.html)
+ - *historial* is represented with status `finished`, and both period.start and period.end, see example [History of patient's registered GP practices](Bundle-vpr-03.html)
+
+
+#### Boundaries and relationships
+This profile is not referenced by another profile in this implementation guide.
+
diff --git a/pages/_includes/dh-episodeofcare-mygp-1-search.md b/pages/_includes/dh-episodeofcare-mygp-1-search.md
new file mode 100644
index 000000000..f1cb9c23a
--- /dev/null
+++ b/pages/_includes/dh-episodeofcare-mygp-1-search.md
@@ -0,0 +1,68 @@
+Below is an overview of the mandatory and optional search parameters. FHIR search operations and the syntax used to describe the interactions is described here.
+
+
The current status of the Episode of Care as provided (does not check the status history collection) active | finished
+
EpisodeOfCare.status
+
+
+
+
+
+#### Mandatory Search Parameters
+
+The following search parameters and search parameter combinations **SHALL** be supported:
+
+1. **SHALL** support searching for all consent statements for a patient using the **`patient:identifier`** search parameter:
+
+ `GET [base]/EpisodeOfCare?patient:identifier={system|}[code]`
+
+ Example:
+ ~~~
+ GET [base]/EpisodeOfCare?patient:identifier=http://ns.electronichealth.net.au/id/hi/ihi/1.0|8003608000228437
+ ~~~
+ *Implementation Notes:* Fetches a bundle of all EpisodeOfCare resources for the specified patient ([how to search by :identifier](http://hl7.org/fhir/R4/search.html#reference))
+
+
+
+1. **SHALL** support searching using the combination **`patient:identifier`** and **`status`** search parameter:
+- including support for *OR* search on `status` (e.g.`status={system|}[code],{system|}[code],...`)
+
+ `GET [base]/EpisodeOfCare?patient:identifier={system|}[code]&status={system|}[code]`
+
+ Example:
+ ~~~
+ GET [base]/EpisodeOfCare?patient:identifier=http://ns.electronichealth.net.au/id/hi/ihi/1.0|8003608000228437&status=active
+ ~~~
+ *Implementation Notes:* Fetches a bundle of the active EpisodeOfCare resources for the specified patient ([how to search by :identifier](http://hl7.org/fhir/R4/search.html#reference) and [how to search by token](http://hl7.org/fhir/search.html#token))
+
+
+1. **SHOULD** support searching using the combination of the **`patient:identifier`** and **`date`** and **`status`** search parameters:
+- including support for *OR* search on `status` (e.g.`status={system|}[code],{system|}[code],...`)
+
+ `GET [base]/EpisodeOfCare?patient:identifier={system|}[code]&date=[date]&status={system|}[code]`
+
+ Example:
+ ~~~
+ GET [base]/EpisodeOfCare?patient:identifier=http://ns.electronichealth.net.au/id/hi/ihi/1.0|8003608000228437&date=ge2013-03-14&status=active
+ ~~~
+ *Implementation Notes:* Fetches a bundle of all active EpisodeOfCare resources for the specified patient that have a date greater than or equal to 21st Jan 2013. ([how to search by :identifier](http://hl7.org/fhir/R4/search.html#reference) and [how to search by date](http://hl7.org/fhir/R4/search.html#date))
+
\ No newline at end of file
diff --git a/pages/_includes/dh-episodeofcare-mygp-1-summary.md b/pages/_includes/dh-episodeofcare-mygp-1-summary.md
new file mode 100644
index 000000000..ce4f4e5fb
--- /dev/null
+++ b/pages/_includes/dh-episodeofcare-mygp-1-summary.md
@@ -0,0 +1 @@
+This file is intentionally empty. It is required to be included by the IG Publisher.
\ No newline at end of file
diff --git a/pages/_includes/profiles.md b/pages/_includes/profiles.md
index 76d026c4c..8c0cc6801 100644
--- a/pages/_includes/profiles.md
+++ b/pages/_includes/profiles.md
@@ -313,6 +313,7 @@ The following FHIR profiles are defined in this implementation guide to support