@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "telehealth"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Encounter

Resource Encounter "telehealth"

Profile: AU Core Encounter

status: finished

class: virtual (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code VR = 'virtual', stated as 'virtual')

type: Telehealth encounter (SNOMED CT#1479961000168103)

serviceType: General practice service (SNOMED CT#788007007)

subject: Patient/bennelong-anne " BENNELONG"

Participants

-TypeIndividual
*primary performer (ParticipationType#PPRF)PractitionerRole/bobrester-bob-gp

period: 2023-02-10 11:20:00+1000 --> 2023-02-10 11:35:00+1000

Locations

-Location
*Location/patient-home "Patient's home"

serviceProvider: Organization/bobrester-medical-center "Bobrester Medical Center"

" ] ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "VR" ] ; fhir:display [ fhir:v "virtual" ] ] ; # fhir:type ( [ fhir:coding ( [ a sct:1479961000168103 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1479961000168103" ] ; fhir:display [ fhir:v "Telehealth encounter" ] ] ) ] ) ; # fhir:serviceType [ fhir:coding ( [ a sct:788007007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "788007007" ] ; fhir:display [ fhir:v "General practice service" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ] ; # fhir:participant ( [ fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "PPRF" ] ] ) ] ) ; fhir:individual [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2023-02-10T11:20:00+10:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2023-02-10T11:35:00+10:00"^^xsd:dateTime ] ] ; # fhir:location ( [ fhir:location [ fhir:link ; fhir:reference [ fhir:v "Location/patient-home" ] ] ] ) ; # fhir:serviceProvider [ fhir:link ; fhir:reference [ fhir:v "Organization/bobrester-medical-center" ] ] . # # -------------------------------------------------------------------------------------