Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "phs-01"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2022-11-28T11:01:00+10:00"^^xsd:dateTime ]
] ; #
fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:10d91877-de54-4aa7-b5ec-63aebc189ac8" ]
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2022-11-28T11:01:00+10:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:6bfb46ad-1084-4496-8622-5ef86bf19ad9"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:6bfb46ad-1084-4496-8622-5ef86bf19ad9> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:9c960147-2d8a-41f7-b358-667ca942301a"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:9c960147-2d8a-41f7-b358-667ca942301a> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:d062b7d5-c4cd-47f7-9dd8-c991692c30b5"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:d062b7d5-c4cd-47f7-9dd8-c991692c30b5> )
] ) . # PATIENT
<urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb> a fhir:Patient ;
fhir:id [ fhir:v "hi-testdata-goodwin-bonny"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_hi-testdata-goodwin-bonny\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient hi-testdata-goodwin-bonny</b></p><a name=\"hi-testdata-goodwin-bonny\"> </a><a name=\"hchi-testdata-goodwin-bonny\"> </a><a name=\"hi-testdata-goodwin-bonny-en-AU\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Bonny Goodwin (official) Female, DoB: 1986-11-13 ( Medicare Number: MedicareNumber#3951032981 (, period: (?) --> 2024-08))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">IHI/8003608000228445 (use: official, )</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">108 Museum Qy AVALON VIC 3212</td></tr></table></div>"
] ; #
fhir:identifier ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] ] [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "verified" ] ;
fhir:display [ fhir:v "Verified" ] ] ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ] ] ) ;
fhir:text [ fhir:v "IHI" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608000228445" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Patient's Medicare number" ] ] ) ;
fhir:text [ fhir:v "Medicare Number" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3951032981" ] ;
fhir:period [
fhir:end [ fhir:v "2024-08"^^xsd:gYearMonth ] ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Goodwin" ] ;
( fhir:given [ fhir:v "Bonny" ] ) ;
( fhir:prefix [ fhir:v "Mrs." ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1986-11-13"^^xsd:date] ; #
fhir:address ( [
fhir:text [ fhir:v "108 Museum Qy AVALON VIC 3212" ]
] ) ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Married" ] ] ) ;
fhir:text [ fhir:v "Married" ]
] . #
<urn:uuid:6bfb46ad-1084-4496-8622-5ef86bf19ad9> a fhir:AllergyIntolerance ;
fhir:id [ fhir:v "nofood-01"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_nofood-01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance nofood-01</b></p><a name=\"nofood-01\"> </a><a name=\"hcnofood-01\"> </a><a name=\"nofood-01-en-AU\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification unconfirmed}\">Unconfirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 429625007}\">No food allergies</span></p><p><b>patient</b>: <a href=\"Bundle-phs-01.html#urn-uuid-00f8933a-aebe-4856-a14a-e895e53422fb\">Bundle: identifier = UUID:10d91877-de54-4aa7-b5ec-63aebc189ac8; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>recorder</b>: <a href=\"Bundle-phs-01.html#urn-uuid-00f8933a-aebe-4856-a14a-e895e53422fb\">Bundle: identifier = UUID:10d91877-de54-4aa7-b5ec-63aebc189ac8; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>asserter</b>: <a href=\"Bundle-phs-01.html#urn-uuid-00f8933a-aebe-4856-a14a-e895e53422fb\">Bundle: identifier = UUID:10d91877-de54-4aa7-b5ec-63aebc189ac8; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p></div>"
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unconfirmed" ] ;
fhir:display [ fhir:v "Unconfirmed" ] ] )
] ; #
fhir:code [
( fhir:coding [
a sct:429625007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "429625007" ] ;
fhir:display [ fhir:v "No known food allergy" ] ] ) ;
fhir:text [ fhir:v "No food allergies" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb" ] ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ] ] ) ;
fhir:text [ fhir:v "IHI" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608000228445" ] ]
] ; #
fhir:recorder [
fhir:reference [ fhir:v "urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb" ]
] ; #
fhir:asserter [
fhir:reference [ fhir:v "urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb" ]
] . #
<urn:uuid:9c960147-2d8a-41f7-b358-667ca942301a> a fhir:AllergyIntolerance ;
fhir:id [ fhir:v "sulfonamide-01"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_sulfonamide-01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance sulfonamide-01</b></p><a name=\"sulfonamide-01\"> </a><a name=\"hcsulfonamide-01\"> </a><a name=\"sulfonamide-01-en-AU\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 763875007}\">sulfonamide antibacterial</span></p><p><b>patient</b>: <a href=\"Bundle-phs-01.html#urn-uuid-00f8933a-aebe-4856-a14a-e895e53422fb\">Bundle: identifier = UUID:10d91877-de54-4aa7-b5ec-63aebc189ac8; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>recorder</b>: <a href=\"Bundle-phs-01.html#urn-uuid-00f8933a-aebe-4856-a14a-e895e53422fb\">Bundle: identifier = UUID:10d91877-de54-4aa7-b5ec-63aebc189ac8; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>asserter</b>: <a href=\"Bundle-phs-01.html#urn-uuid-00f8933a-aebe-4856-a14a-e895e53422fb\">Bundle: identifier = UUID:10d91877-de54-4aa7-b5ec-63aebc189ac8; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 271807003}\">skin rash</span></td><td>Mild</td></tr></table></div>"
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ] )
] ; #
fhir:category ( [ fhir:v "medication"] ) ; #
fhir:criticality [ fhir:v "high"] ; #
fhir:code [
( fhir:coding [
a sct:763875007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "763875007" ] ;
fhir:display [ fhir:v "Sulfonamide-containing product" ] ] ) ;
fhir:text [ fhir:v "sulfonamide antibacterial" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb" ] ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ] ] ) ;
fhir:text [ fhir:v "IHI" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608000228445" ] ]
] ; #
fhir:recorder [
fhir:reference [ fhir:v "urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb" ]
] ; #
fhir:asserter [
fhir:reference [ fhir:v "urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb" ]
] ; #
fhir:reaction ( [
( fhir:manifestation [
( fhir:coding [
a sct:271807003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "271807003" ] ;
fhir:display [ fhir:v "skin rash" ] ] ) ;
fhir:text [ fhir:v "skin rash" ] ] ) ;
fhir:severity [ fhir:v "mild" ]
] ) . #
<urn:uuid:d062b7d5-c4cd-47f7-9dd8-c991692c30b5> a fhir:Observation ;
fhir:id [ fhir:v "no-current-meds-01"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_no-current-meds-01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation no-current-meds-01</b></p><a name=\"no-current-meds-01\"> </a><a name=\"hcno-current-meds-01\"> </a><a name=\"no-current-meds-01-en-AU\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 365854008}\">History finding</span></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode ASSERTION}\">Assertion</span></p><p><b>subject</b>: <a href=\"Bundle-phs-01.html#urn-uuid-00f8933a-aebe-4856-a14a-e895e53422fb\">Bundle: identifier = UUID:10d91877-de54-4aa7-b5ec-63aebc189ac8; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>effective</b>: 2021-09-21</p><p><b>performer</b>: <a href=\"Bundle-phs-01.html#urn-uuid-00f8933a-aebe-4856-a14a-e895e53422fb\">Bundle: identifier = UUID:10d91877-de54-4aa7-b5ec-63aebc189ac8; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 1234391000168107}\">No known current medicines</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
a sct:365854008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "365854008" ] ;
fhir:display [ fhir:v "History finding" ] ] )
] ) ; # TBD - Determine appropriate category for observations of this nature
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ASSERTION" ] ;
fhir:display [ fhir:v "Assertion" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb" ] ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ] ] ) ;
fhir:text [ fhir:v "IHI" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608000228445" ] ]
] ; #
fhir:effective [ fhir:v "2021-09-21"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:00f8933a-aebe-4856-a14a-e895e53422fb" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:1234391000168107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1234391000168107" ] ;
fhir:display [ fhir:v "No known current medicines" ] ] )
] . #
IG © 2023+ Australian Digital Health Agency. Package au.digitalhealth.r4#1.2.0-ci-build based on FHIR 4.0.1. Generated 2024-09-12
Publisher:
Australian Digital Health Agency
ABN 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000
Links: Table of Contents |
QA Report
| Version History
| Report an issue or propose a change
Telephone 1300 901 001 or email help@digitalhealth.gov.au
https://www.digitalhealth.gov.au
Privacy policy |
Terms of Use