@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7716"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:cec6e9d8-6b61-432a-85e5-93c0558e66eb"^^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: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: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: identifier = OID:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810; type = collection

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: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 # -------------------------------------------------------------------------------------