-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PBS Prescription Claim Item initialised
- Loading branch information
1 parent
3fcdd46
commit 1563f02
Showing
9 changed files
with
132 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
None. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#### Australian Digital Health Agency PBS Prescription Claim Item | ||
The purpose of this profile is to provide a core representation of a request for the supply of a medication and the instructions for administration of that medication to a patient for the electronic exchange of health information between individuals, healthcare providers, and the My Health Record system infrastructure in Australia. | ||
|
||
The purpose of this profile is to define a record of the PBS prescription claimed in a record of the claim of an item claimed against the Pharmaceutical Benefits Schedule (PBS) or Repatriation Pharmaceutical Benefits Scheme (RPBS) for the electronic exchange of health information between individuals, healthcare providers, and the My Health Record system infrastructure in Australia. | ||
|
||
This profile is designed to set a MedicationRequest standard for: | ||
* Querying prescription items in a PBS claim (ExplanationOfBenefit) resource | ||
* Querying prescription items in an RPBS claim (ExplanationOfBenefit) resources | ||
* Recording or updating a prescription item in an PBS claim (ExplanationOfBenefit) resource | ||
* Recording or updating a prescription items in an RPBS claim (ExplanationOfBenefit) resource | ||
|
||
This profile is used by the following APIs: | ||
* [insert API endpoint](StructureDefinition-TBD-1.html) | ||
|
||
#### Guidance | ||
The following guidance applies: | ||
* TBD | ||
|
||
|
||
#### Boundaries and relationships | ||
This profile is referenced by | ||
[ADHA Record of Claim against PBS, RPBS, or MBS](StructureDefinition-dh-explanationofbenefit-medicare-1.html). |
14 changes: 14 additions & 0 deletions
14
pages/_includes/dh-medicationrequest-pbs-claim-1-issues.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<table class="list" width="100%"> | ||
<tbody> | ||
<tr> | ||
<th>Reference</th> | ||
<th>Description</th> | ||
<th>Issue No.</th> | ||
</tr> | ||
<tr> | ||
<td>Constraint presentation</td> | ||
<td>The full set of constraints (i.e. invariants) defined in this profile are only presented in the Detailed Descriptions tab or the raw representation (e.g. XML) of the profile. The Differential Table only presents constraints introduced in this profile in addition to the constraints present in the base profile and base resource. The Snapshot Table only presents the constraints visible in the Differential Table and additionally presents those constraints set in slices in the base profile.</td> | ||
<td>See Zulip <a href="https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Derived.20profile.20snapshot.20missing.20upstream.20invariants">Derived profile snapshot missing upstream invariants</a> stream</td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file is intentionally empty. It is required to be included by the IG Publisher. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<StructureDefinition xmlns="http://hl7.org/fhir"> | ||
<id value="dh-medicationrequest-pbs-1"/> | ||
<url value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-pbs-claim-1"/> | ||
<version value="0.0.1"/> | ||
<name value="DHMedicationRequestPBSClaim"/> | ||
<title value="ADHA PBS Prescription Claim Item"/> | ||
<status value="draft" /> | ||
<experimental value="false" /> | ||
<publisher value="Australian Digital Health Agency" /> | ||
<contact> | ||
<telecom> | ||
<system value="email" /> | ||
<value value="[email protected]" /> | ||
</telecom> | ||
</contact> | ||
<description value="The purpose of this profile is to define a record of the PBS prescription claimed in a record of the claim of an item claimed against the Pharmaceutical Benefits Schedule (PBS) or Repatriation Pharmaceutical Benefits Scheme (RPBS) for the electronic exchange of health information between individuals, healthcare providers, and the My Health Record system infrastructure in Australia." /> | ||
<copyright value="Copyright © 2022 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/." /> | ||
<fhirVersion value="4.0.1" /> | ||
<kind value="resource"/> | ||
<abstract value="false"/> | ||
<type value="MedicationRequest"/> | ||
<baseDefinition value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-core-1"/> | ||
<derivation value="constraint"/> | ||
<differential> | ||
<element id="MedicationRequest"> | ||
<path value="MedicationRequest"/> | ||
</element> | ||
<element id="MedicationRequest.status"> | ||
<path value="MedicationRequest.status"/> | ||
<fixedCode value="unknown"/> | ||
</element> | ||
<element id="MedicationRequest.intent"> | ||
<path value="MedicationRequest.intent"/> | ||
<fixedCode value="order"/> | ||
</element> | ||
<element id="MedicationRequest.medication[x]"> | ||
<path value="MedicationRequest.medication[x]"/> | ||
<type> | ||
<code value="Reference"/> | ||
<targetProfile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"/> | ||
</type> | ||
</element> | ||
<element id="MedicationRequest.medication[x].reference"> | ||
<path value="MedicationRequest.medication[x].reference"/> | ||
<min value="1"/> | ||
</element> | ||
<element id="MedicationRequest.authoredOn"> | ||
<path value="MedicationRequest.authoredOn"/> | ||
</element> | ||
<element id="MedicationRequest.requester"> | ||
<path value="MedicationRequest.requester"/> | ||
<type> | ||
<code value="Reference"/> | ||
<targetProfile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-author-1" /> | ||
<targetProfile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1" /> | ||
</type> | ||
</element> | ||
<element id="MedicationRequest.dispenseRequest"> | ||
<path value="MedicationRequest.dispenseRequest"/> | ||
<min value="1"/> | ||
</element> | ||
<element id="MedicationRequest.dispenseRequest.quantity"> | ||
<path value="MedicationRequest.dispenseRequest.quantity"/> | ||
<min value="1"/> | ||
</element> | ||
</differential> | ||
</StructureDefinition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters