-
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.
- Loading branch information
1 parent
48e5827
commit 5a32497
Showing
11 changed files
with
104 additions
and
2 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
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,21 @@ | ||
#### Australian Digital Health Agency MBS Service Claim Item | ||
The purpose of this profile is to define a record of the MBS service claimed in a record of the claim of an item claimed against the Medicare Benefits Schedule (MBS) for the electronic exchange of health information between individuals, healthcare providers, and the My Health Record system infrastructure in Australia. | ||
|
||
This profile identifies the additional constraints, extensions, and value sets that build on and extend [ServiceRequest](http://hl7.org/fhir/R4/list.html) that are supported. | ||
|
||
This profile is designed to set a core ServiceRequest standard for: | ||
* Querying service items in an MBS claim (ExplanationOfBenefit) resource | ||
* Recording or updating a service item in an MBS 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). |
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
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,46 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<StructureDefinition xmlns="http://hl7.org/fhir"> | ||
<id value="dh-servicerequest-mbs-claim-1"/> | ||
<url value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-servicerequest-mbs-claim-1"/> | ||
<version value="0.0.1"/> | ||
<name value="DHServiceRequestMBSClaim"/> | ||
<title value="ADHA MBS Service Claim Item"/> | ||
<status value="draft"/> | ||
<experimental value="true"/> | ||
<publisher value="Australian Digital Health Agency"/> | ||
<contact> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="help@digitalhealth.gov.au"/> | ||
</telecom> | ||
</contact> | ||
<description value="The purpose of this profile is to define a record of the MBS service claimed in a record of the claim of an item claimed against the Medicare Benefits Schedule (MBS) 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="ServiceRequest"/> | ||
<baseDefinition value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-servicerequest-core-1"/> | ||
<derivation value="constraint"/> | ||
<differential> | ||
<element id="ServiceRequest"> | ||
<path value="ServiceRequest"/> | ||
</element> | ||
<element id="ServiceRequest.status"> | ||
<path value="ServiceRequest.status"/> | ||
<fixedCode value="completed"/> | ||
</element> | ||
<element id="ServiceRequest.intent"> | ||
<path value="ServiceRequest.intent"/> | ||
<fixedCode value="order"/> | ||
</element> | ||
<element id="ServiceRequest.category"> | ||
<path value="ServiceRequest.category"/> | ||
<short value="Classification of the claimed service, e.g. specialty"/> | ||
</element> | ||
<element id="ServiceRequest.code"> | ||
<path value="ServiceRequest.code"/> | ||
<short value="What service was claimed"/> | ||
</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