Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

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

: History of patient's registered GP practices - TTL Representation

Raw ttl | Download


@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 "vpr-03"] ; # 
  fhir:type [ fhir:v "collection"] ; # Sample design for Voluntary Patient Registration project - provides a history
  fhir:timestamp [ fhir:v "2022-10-28T11:01:00+10:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:2441c7b9-1cb9-400d-bc12-70e8644dfb0e"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:2441c7b9-1cb9-400d-bc12-70e8644dfb0e> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:63a81c87-dd27-436e-aff2-157865c9aa48"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:63a81c87-dd27-436e-aff2-157865c9aa48> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:e907a08c-5e3b-4689-9460-c0769f712c6e"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:e907a08c-5e3b-4689-9460-c0769f712c6e> )
  ] ) . #     PATIENT   

<urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6> a fhir:Patient ;
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_null\"> </a><p><b>Generated Narrative: Patient </b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-patient-core-1.html\">ADHA Core Patient</a></p></div><p><b>identifier</b>: IHI/8003608833564727 (use: official), Patient's Medicare number/29533070311 (use: secondary, period: (?) --&gt; 2023-11-30)</p><p><b>name</b>: Bert Gainey</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1971-09-24</p><p><b>generalPractitioner</b>: </p><ul><li>See on this page: urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716</li><li><span>: Dr Sophia Yu</span></li></ul></div>"
  ] ; # 
  fhir:identifier ( [
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:text [ fhir:v "IHI" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608833564727" ]
  ] [
fhir:use [ fhir:v "secondary" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ]       ] )     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "29533070311" ] ;
fhir:period [
fhir:end [ fhir:v "2023-11-30"^^xsd:date ]     ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "Bert Gainey" ] ;
fhir:family [ fhir:v "Gainey" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1971-09-24"^^xsd:date] ; # 
  fhir:generalPractitioner ( [
fhir:reference [ fhir:v "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716" ]
  ] [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Dr Sophia Yu" ]
  ] ) . # 

<urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716> a fhir:Organization ;
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_null\"> </a><p><b>Generated Narrative: Organization </b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-organization-core-1.html\">ADHA Core Organization</a></p></div><p><b>type</b>: GP practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394761003)</span></p><p><b>name</b>: ABC Medical Clinic</p><p><b>telecom</b>: ph: (02) 5550 2427(WORK)</p><p><b>address</b>: Andrew Fisher Building 1 National Circuit Barton ACT 2600 (work)</p></div>"
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:394761003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394761003" ]     ] ) ;
fhir:text [ fhir:v "GP practice" ]
  ] ) ; # 
  fhir:name [ fhir:v "ABC Medical Clinic"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(02) 5550 2427" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
    ( fhir:line [ fhir:v "Andrew Fisher Building" ] [ fhir:v "1 National Circuit" ] ) ;
fhir:city [ fhir:v "Barton" ] ;
fhir:state [ fhir:v "ACT" ] ;
fhir:postalCode [ fhir:v "2600" ]
  ] ) . # 

<urn:uuid:2441c7b9-1cb9-400d-bc12-70e8644dfb0e> a fhir:Organization ;
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_null\"> </a><p><b>Generated Narrative: Organization </b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-organization-core-1.html\">ADHA Core Organization</a></p></div><p><b>type</b>: GP practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394761003)</span></p><p><b>name</b>: Family Medical Practice</p><p><b>telecom</b>: ph: (02) 5550 2433(WORK)</p><p><b>address</b>: 114 Denison St Deakin ACT 2600 (work)</p></div>"
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:394761003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394761003" ]     ] ) ;
fhir:text [ fhir:v "GP practice" ]
  ] ) ; # 
  fhir:name [ fhir:v "Family Medical Practice"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(02) 5550 2433" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
    ( fhir:line [ fhir:v "114 Denison St" ] ) ;
fhir:city [ fhir:v "Deakin" ] ;
fhir:state [ fhir:v "ACT" ] ;
fhir:postalCode [ fhir:v "2600" ]
  ] ) . # 

<urn:uuid:63a81c87-dd27-436e-aff2-157865c9aa48> a fhir:EpisodeOfCare ;
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mymedicare-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mymedicare-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EpisodeOfCare_null\"> </a><p><b>Generated Narrative: EpisodeOfCare </b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-episodeofcare-mymedicare-1.html\">ADHA GP Practice Registration Entry</a></p></div><p><b>status</b>: active</p><p><b>type</b>: Primary care management <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#737470001)</span></p><p><b>patient</b>: See on this page: urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6</p><p><b>managingOrganization</b>: See on this page: urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716</p><p><b>period</b>: 2021-06-13 --&gt; (ongoing)</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # current represented by status=active
  fhir:type ( [
    ( fhir:coding [
a sct:737470001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "737470001" ] ;
fhir:display [ fhir:v "Primary care management" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6" ] ;
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:text [ fhir:v "IHI" ]       ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608833564727" ]     ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-06-13"^^xsd:date ]
  ] . # current represented by no period.end

<urn:uuid:e907a08c-5e3b-4689-9460-c0769f712c6e> a fhir:EpisodeOfCare ;
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mymedicare-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mymedicare-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EpisodeOfCare_null\"> </a><p><b>Generated Narrative: EpisodeOfCare </b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-episodeofcare-mymedicare-1.html\">ADHA GP Practice Registration Entry</a></p></div><p><b>status</b>: finished</p><p><b>type</b>: Primary care management <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#737470001)</span></p><p><b>patient</b>: See on this page: urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6</p><p><b>managingOrganization</b>: See on this page: urn:uuid:2441c7b9-1cb9-400d-bc12-70e8644dfb0e</p><p><b>period</b>: 2021-01-09 --&gt; 2021-06-10</p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # history entry represented by status=finished
  fhir:type ( [
    ( fhir:coding [
a sct:737470001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "737470001" ] ;
fhir:display [ fhir:v "Primary care management" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "urn:uuid:4ebd1a59-fc0e-4433-93d9-f0c226cabaf6" ] ;
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:text [ fhir:v "IHI" ]       ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608833564727" ]     ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "urn:uuid:2441c7b9-1cb9-400d-bc12-70e8644dfb0e" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-01-09"^^xsd:date ] ;
fhir:end [ fhir:v "2021-06-10"^^xsd:date ]
  ] . # history entry has period.end