@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "vpr-01"] ; # fhir:type [ fhir:v "collection"] ; # Sample design for Voluntary Patient Registration project - patient has a registered GP practice fhir:timestamp [ fhir:v "2022-10-28T11:01:00+10:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "urn:uuid:1f1e3fc0-768f-4c76-ac1a-77345c890321"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:2250beff-bf54-492f-a8fa-6ea6d1d7f78f"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:75c257b4-eb01-4c29-a01e-9a154a36370a"^^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, ))


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: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:2250beff-bf54-492f-a8fa-6ea6d1d7f78f" ] ] ) . # 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: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:1f1e3fc0-768f-4c76-ac1a-77345c890321" ] ; 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:2250beff-bf54-492f-a8fa-6ea6d1d7f78f" ] ] ; # fhir:period [ fhir:start [ fhir:v "2021-06-13"^^xsd:date ] ] . # current represented by no period.end # -------------------------------------------------------------------------------------