@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:2441c7b9-1cb9-400d-bc12-70e8644dfb0e"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:63a81c87-dd27-436e-aff2-157865c9aa48"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:e907a08c-5e3b-4689-9460-c0769f712c6e"^^xsd:anyURI ] ; fhir:resource ( ) ] ) . # PATIENT a fhir:Patient ; fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient

Bert Gainey Male, DoB: 1971-09-24 ( IHI: Austalian Healthcare Identifier - Individual#8003608833564727 (use: official, ))


Other Id:Patient's Medicare number/29533070311 (use: secondary, period: (?) --> 2023-11-30)
Links:
" ] ; # 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" ] ] ) . # a fhir:Organization ; fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

type: GP practice

name: ABC Medical Clinic

telecom: ph: (02) 5550 2427(Work)

address: Andrew Fisher Building 1 National Circuit Barton ACT 2600 (work)

" ] ; # 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" ] ] ) . # a fhir:Organization ; fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

type: GP practice

name: Family Medical Practice

telecom: ph: (02) 5550 2433(Work)

address: 114 Denison St Deakin ACT 2600 (work)

" ] ; # 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" ] ] ) . # a fhir:EpisodeOfCare ; fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mymedicare-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: EpisodeOfCare

status: Active

type: Primary care management

patient: Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000

managingOrganization: Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000

period: 2021-06-13 --> (ongoing)

" ] ; # 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 a fhir:EpisodeOfCare ; fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-episodeofcare-mymedicare-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: EpisodeOfCare

status: Active

type: Primary care management

patient: Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000

managingOrganization: Bundle: type = collection; timestamp = 2022-10-28 11:01:00+1000

period: 2021-01-09 --> (ongoing)

" ] ; # fhir:status [ fhir:v "active"] ; # 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 ] ] . # history entry has period.end, # -------------------------------------------------------------------------------------