-
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.
Medicare Overview Composition initialised
- Loading branch information
1 parent
9e82444
commit fcf1fa2
Showing
33 changed files
with
516 additions
and
29 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
24 changes: 24 additions & 0 deletions
24
examples/Immunization/immunization-21e09e32-441a-4297-a803-970358b4f20f.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<Immunization xmlns="http://hl7.org/fhir"> | ||
<id value="21e09e32-441a-4297-a803-970358b4f20f"/> | ||
<meta> | ||
<profile | ||
value="http://ns.electronichealth.net.au/ci/fhir/3.0/StructureDefinition/immunization-summary-administration-1" | ||
/> | ||
</meta> | ||
<status value="completed"/> | ||
<notGiven value="false"/> | ||
<vaccineCode> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="709541000168107"/> | ||
<display value="Fluvax 2015"/> | ||
</coding> | ||
</vaccineCode> | ||
<patient> | ||
<reference value="Patient/d9698a55-723a-49de-931b-4e61d732b016"/> | ||
</patient> | ||
<date value="2015-10-03"/> | ||
<primarySource value="true"/> | ||
</Immunization> |
18 changes: 18 additions & 0 deletions
18
examples/Immunization/immunization-3e2a29a1-3a3c-4a53-bb1b-66588e9bd147.xml
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,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Immunization xmlns="http://hl7.org/fhir"> | ||
<id value="3e2a29a1-3a3c-4a53-bb1b-66588e9bd147"/> | ||
<status value="completed"/> | ||
<notGiven value="false"/> | ||
<vaccineCode> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="837281000168100"/> | ||
<display value="diphtheria 2 units + tetanus 20 units vaccine injection, 0.5 mL syringe"/> | ||
</coding> | ||
</vaccineCode> | ||
<patient> | ||
<reference value="urn:uuid:cc246543-a0da-4ead-9ed6-5e064fea9ff7"/> | ||
</patient> | ||
<date value="2017-04-15"/> | ||
<primarySource value="true"/> | ||
</Immunization> |
24 changes: 24 additions & 0 deletions
24
examples/Immunization/immunization-42bdb0e9-d510-46c4-a4a3-02205dbb1447.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<Immunization xmlns="http://hl7.org/fhir"> | ||
<id value="42bdb0e9-d510-46c4-a4a3-02205dbb1447"/> | ||
<meta> | ||
<profile | ||
value="http://ns.electronichealth.net.au/ci/fhir/3.0/StructureDefinition/immunization-summary-administration-1" | ||
/> | ||
</meta> | ||
<status value="completed"/> | ||
<notGiven value="false"/> | ||
<vaccineCode> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="33491000168108"/> | ||
<display value="Engerix-B Adult"/> | ||
</coding> | ||
</vaccineCode> | ||
<patient> | ||
<reference value="Patient/d9698a55-723a-49de-931b-4e61d732b016"/> | ||
</patient> | ||
<date value="2017-10-09"/> | ||
<primarySource value="true"/> | ||
</Immunization> |
24 changes: 24 additions & 0 deletions
24
examples/Immunization/immunization-8f9e3a4e-64d0-48b8-ac1b-85f9ecfeae06.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<Immunization xmlns="http://hl7.org/fhir"> | ||
<id value="8f9e3a4e-64d0-48b8-ac1b-85f9ecfeae06"/> | ||
<meta> | ||
<profile | ||
value="http://ns.electronichealth.net.au/ci/fhir/3.0/StructureDefinition/immunization-summary-administration-1" | ||
/> | ||
</meta> | ||
<status value="completed"/> | ||
<notGiven value="false"/> | ||
<vaccineCode> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="709541000168107"/> | ||
<display value="Fluvax 2015"/> | ||
</coding> | ||
</vaccineCode> | ||
<patient> | ||
<reference value="Patient/841a56de-92d7-47fd-bb27-bad8efb371e4"/> | ||
</patient> | ||
<date value="2015-10-03"/> | ||
<primarySource value="true"/> | ||
</Immunization> |
36 changes: 36 additions & 0 deletions
36
examples/Immunization/immunization-d2b71673-d1a5-4e1d-9b25-bba47aa26036.xml
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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Immunization xmlns="http://hl7.org/fhir"> | ||
<id value="d2b71673-d1a5-4e1d-9b25-bba47aa26036"/> | ||
<text> | ||
<status value="additional"/> | ||
<div xmlns="http://www.w3.org/1999/xhtml" lang="en-AU"> | ||
<p><b>Vaccine</b>: Boostrix injection, 0.5 mL syringe</p> | ||
<p><b>Vaccine status</b>: completed</p> | ||
<p><b>Subject</b>: Billy Tjakamarra; Pensioner Concession Card Number: | ||
307111942H; gender = male; birth date = 23/04/1954; address = 78 Bamboo | ||
Street, Nightcliff NT, 0810; indigenous status = Aboriginal but not | ||
Torres Strait Islander origin</p> | ||
<p><b>Vaccine date</b>: 31/03/2019 15:35</p> | ||
</div> | ||
</text> | ||
<status value="completed"/> | ||
<notGiven value="false"/> | ||
<vaccineCode> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="837641000168108"/> | ||
<display value="Boostrix injection, 0.5 mL syringe"/> | ||
</coding> | ||
<coding> | ||
<system | ||
value="https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"/> | ||
<code value="BOOST"/> | ||
<display value="Boostrix"/> | ||
</coding> | ||
</vaccineCode> | ||
<patient> | ||
<reference value="Patient/d422d1da-6280-4335-8795-b101a61134e4"/> | ||
</patient> | ||
<date value="2019-03-31T15:35:00+10:00"/> | ||
<primarySource value="true"/> | ||
</Immunization> |
24 changes: 24 additions & 0 deletions
24
examples/Immunization/immunization-d4b8094b-435e-4b43-b38b-f38328bddda3.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<Immunization xmlns="http://hl7.org/fhir"> | ||
<id value="d4b8094b-435e-4b43-b38b-f38328bddda3"/> | ||
<meta> | ||
<profile | ||
value="http://ns.electronichealth.net.au/ci/fhir/3.0/StructureDefinition/immunization-summary-administration-1" | ||
/> | ||
</meta> | ||
<status value="completed"/> | ||
<notGiven value="false"/> | ||
<vaccineCode> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="73695011000036100"/> | ||
<display value="Meningitec"/> | ||
</coding> | ||
</vaccineCode> | ||
<patient> | ||
<reference value="Patient/841a56de-92d7-47fd-bb27-bad8efb371e4"/> | ||
</patient> | ||
<date value="2017-09-10"/> | ||
<primarySource value="true"/> | ||
</Immunization> |
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
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,24 @@ | ||
<table class="list" width="100%"> | ||
<tr> | ||
<th>Example name</th> | ||
<th>id</th> | ||
<th colspan="3">Format</th> | ||
</tr> | ||
<tr> | ||
<td><a href="Composition-medicare-view-doc-01.html">Medicare Overview (Composition) for Sally FIELD generated by MHR system (28 MARCH 2022)</a></td> | ||
<td>medicare-view-doc-01</td> | ||
<td><a href="Composition-medicare-view-doc-01.xml.html">XML</a></td> | ||
<td><a href="Composition-medicare-view-doc-01.json.html">JSON</a></td> | ||
<td><a href="Composition-medicare-view-doc-01.ttl.html">Turtle</a></td> | ||
</tr> | ||
<tr> | ||
<td colspan="5">Bundle examples:</td> | ||
</tr> | ||
<tr> | ||
<td><a href="Bundle-medicare-view-doc-01.html">Document Bundle of Medicare Overview for Sally FIELD generated by MHR system (28 MARCH 2022)</a></td> | ||
<td>medicare-view-doc-01</td> | ||
<td><a href="Bundle-medicare-view-doc-01.xml.html">XML</a></td> | ||
<td><a href="Bundle-medicare-view-doc-01.json.html">JSON</a></td> | ||
<td><a href="Bundle-medicare-view-doc-01.ttl.html">Turtle</a></td> | ||
</tr> | ||
</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,19 @@ | ||
#### Australian Digital Health Agency Medicare Overview | ||
The purpose of this profile is to define a representation of a Medicare Overview document for an individual for the electronic exchange of health information between individuals, healthcare providers, and the My Health Record system infrastructure in Australia. A composition is a set of resources composed into a single coherent clinical statement that may have clinical attestation. | ||
|
||
This profile identifies the additional constraints, extensions, and value sets that build on and extend [Composition](http://hl7.org/fhir/R4/composition.html) that are supported. | ||
|
||
This profile supports the equivalent of a HL7 CDA instance with a mixed conformance Level 2, Level 3A or 3B clinical document as defined in the Agency's Common Conformance Profile for Clinical Documents. | ||
|
||
This profile is designed to set a Composition standard for: | ||
* Query for a Medicare Overviewdocument for a patient | ||
* Record or update a Medicare Overview document for a patient | ||
|
||
This profile is used by the following APIs: | ||
* [insert API endpoint](StructureDefinition-TBD-1.html) | ||
|
||
|
||
#### Boundaries and relationships | ||
This profile is referenced by | ||
[ADHA TBD](StructureDefinition-dh-TBD-core-1.html), and | ||
[ADHA TBD](StructureDefinition-dh-TBD-core-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
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
Oops, something went wrong.