@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "annualvisit-1"] ; # 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 "annualvisit-1"

Profile: AU Core Encounter

status: finished

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

type: Annual visit (SNOMED CT#866149003)

serviceType: General practice service (SNOMED CT#788007007)

subject: Patient/smith-emma " SMITH"

Participants

-TypeIndividual
*primary performer (ParticipationType#PPRF)Employee Number: 8223TAS

period: 2022-02-10 09:20:00+1000 --> 2022-02-10 09:35:00+1000

serviceProvider: : TAS GP Medical Center TAS

" ] ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "ambulatory" ] ] ; # fhir:type ( [ fhir:coding ( [ a sct:866149003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "866149003" ] ; fhir:display [ fhir:v "Annual visit" ] ] ) ] ) ; # 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/smith-emma" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MC" ] ; fhir:display [ fhir:v "Patient's Medicare Number" ] ] ) ; fhir:text [ fhir:v "Medicare Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "1234567892" ] ] ] ; # 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:display [ fhir:v "primary performer" ] ] ) ] ) ; fhir:individual [ fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "EI" ] ; fhir:display [ fhir:v "Employee number" ] ] ) ; fhir:text [ fhir:v "Employee Number" ] ] ; fhir:system [ fhir:v "http://tasmedicalcenter.example.com/providers"^^xsd:anyURI ] ; fhir:value [ fhir:v "8223TAS" ] ; fhir:assigner [ fhir:display [ fhir:v "TAS GP Medical Center TAS" ] ] ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2022-02-10T09:20:00+10:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2022-02-10T09:35:00+10:00"^^xsd:dateTime ] ] ; # fhir:serviceProvider [ fhir:display [ fhir:v "TAS GP Medical Center TAS" ] ] . # # -------------------------------------------------------------------------------------