-
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.
Added example of COVID vaccine fro Australian Immunisation Register
- Loading branch information
1 parent
5400aa3
commit 08e6bb2
Showing
5 changed files
with
168 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<Immunization xmlns="http://hl7.org/fhir"> | ||
<id value="air-covid-01"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-immunization-air-1"/> | ||
</meta> | ||
<!--identifier from Bundle uploaded from AIR Medicare repository--> | ||
<identifier> | ||
<system value="urn:ietf:rfc:3986"/> | ||
<value value="urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d" /> | ||
</identifier> | ||
<status value="completed"/> | ||
<vaccineCode> | ||
<coding> | ||
<system value="https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"/> | ||
<code value="COMIRN"/> | ||
</coding> | ||
<text value="Pfizer Comirnaty"/> | ||
</vaccineCode> | ||
<patient> | ||
<reference value="Patient/mhr-field-sally"/> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="NI"/> | ||
<display value="National unique individual identifier"/> | ||
</coding> | ||
<text value="IHI"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/> | ||
<value value="8003608833357361"/> | ||
</identifier> | ||
</patient> | ||
<occurrenceDateTime value="2021-06-17"/> | ||
<primarySource value="true"/> | ||
<protocolApplied> | ||
<targetDisease> | ||
<text value="COVID-19"/> | ||
</targetDisease> | ||
<doseNumberPositiveInt value="1"/> | ||
</protocolApplied> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<Immunization xmlns="http://hl7.org/fhir"> | ||
<id value="air-covid-01"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-immunization-air-1"/> | ||
</meta> | ||
<!--identifier from Bundle uploaded from AIR Medicare repository--> | ||
<identifier> | ||
<system value="urn:ietf:rfc:3986"/> | ||
<value value="urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d" /> | ||
</identifier> | ||
<status value="completed"/> | ||
<vaccineCode> | ||
<coding> | ||
<system value="https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"/> | ||
<code value="COMIRN"/> | ||
</coding> | ||
<text value="Pfizer Comirnaty"/> | ||
</vaccineCode> | ||
<patient> | ||
<reference value="Patient/mhr-field-sally"/> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="NI"/> | ||
<display value="National unique individual identifier"/> | ||
</coding> | ||
<text value="IHI"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/> | ||
<value value="8003608833357361"/> | ||
</identifier> | ||
</patient> | ||
<occurrenceDateTime value="2021-08-01"/> | ||
<primarySource value="true"/> | ||
<protocolApplied> | ||
<targetDisease> | ||
<text value="COVID-19"/> | ||
</targetDisease> | ||
<doseNumberPositiveInt value="2"/> | ||
</protocolApplied> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<Immunization xmlns="http://hl7.org/fhir"> | ||
<id value="air-covid-01"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-immunization-air-1"/> | ||
</meta> | ||
<!--identifier from Bundle uploaded from AIR Medicare repository--> | ||
<identifier> | ||
<system value="urn:ietf:rfc:3986"/> | ||
<value value="urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d" /> | ||
</identifier> | ||
<status value="completed"/> | ||
<vaccineCode> | ||
<coding> | ||
<system value="https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"/> | ||
<code value="MODERN"/> | ||
</coding> | ||
<text value="Moderna Spikevax"/> | ||
</vaccineCode> | ||
<patient> | ||
<reference value="Patient/mhr-field-sally"/> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="NI"/> | ||
<display value="National unique individual identifier"/> | ||
</coding> | ||
<text value="IHI"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/> | ||
<value value="8003608833357361"/> | ||
</identifier> | ||
</patient> | ||
<occurrenceDateTime value="2022-02-14"/> | ||
<primarySource value="true"/> | ||
<protocolApplied> | ||
<targetDisease> | ||
<text value="COVID-19"/> | ||
</targetDisease> | ||
<doseNumberPositiveInt value="3"/> | ||
</protocolApplied> | ||
</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