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

: Patient's registered GP practice and practitioner name - 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-02"] ; # 
  fhir:type [ fhir:v "collection"] ; # Sample design for Voluntary Patient Registration project - patient has a registered GP practice and practitioner
  fhir:timestamp [ fhir:v "2022-10-28T11:01:00+10:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7715"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7715> )
  ] [
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:cec6e9d8-6b61-432a-85e5-93c0558e66eb"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:cec6e9d8-6b61-432a-85e5-93c0558e66eb> )
  ] ) . #     PATIENT   

<urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7715> 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 class=\"res-header-id\"><b>Generated Narrative: Patient </b></p><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Bert Gainey Male, DoB: 1971-09-24 ( IHI: AustalianIHI#8003608833564727 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Bundle-vpr-02.html#urn-uuid-cb7921cc-ba17-11ec-833a-b1763b0a7716\">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></li><li>General Practitioner: Dr Sophia Yu</li></ul></td></tr></table></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: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 class=\"res-header-id\"><b>Generated Narrative: Organization </b></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394761003}\">GP practice</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:cec6e9d8-6b61-432a-85e5-93c0558e66eb> a fhir:EpisodeOfCare ;
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mygp-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mygp-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EpisodeOfCare_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare </b></p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 737470001}\">Primary care management</span></p><p><b>patient</b>: <a href=\"Bundle-mds.html#urn-uuid-cb7921cc-ba17-11ec-833a-b1763b0a7715\">Bundle: identifier = OID:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810; type = collection</a></p><p><b>managingOrganization</b>: <a href=\"Bundle-vpr-02.html#urn-uuid-cb7921cc-ba17-11ec-833a-b1763b0a7716\">Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000</a></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:cb7921cc-ba17-11ec-833a-b1763b0a7715" ] ;
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