@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Appointment ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2021-06-03T01:58:04.313+05:30"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-appointment-profile"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Normal" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Appointment Example1

Last updated: 2021-06-03 01:58:04+0530

Profile: https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-appointment-profile

Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')

status: Proposed

serviceType: Casual Consult

description: Casual Consult

start: 2024-04-12 09:00:00+0530

end: 2024-04-12 09:15:00+0530

minutesDuration: 15

slot: Slot/1268356

participant

actor: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

status: Tentative

participant

type: primary performer

actor: Practitioner Harry S. Winston

status: Tentative

participant

actor: Location WC

status: Tentative

participant

type: Resource

actor: Location Exam Room 1

status: Tentative

" ] ; # fhir:status [ fhir:v "proposed" ; fhir:extension ( [ fhir:url [ fhir:v "https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/appointmentstatus_cps"^^xsd:anyURI ] ; fhir:code [ fhir:v "proposed" ] ; fhir:display [ fhir:v "Proposed" ] ] ] ) ] ; # fhir:serviceType ( [ fhir:coding ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html"^^xsd:anyURI ] ; fhir:code [ fhir:v "184" ] ; fhir:display [ fhir:v "Casual Consult" ] ] ) ; fhir:text [ fhir:v "Casual Consult" ] ] ) ; # fhir:description [ fhir:v "Casual Consult"] ; # fhir:start [ fhir:v "2024-04-12T09:00:00.000+05:30"^^xsd:dateTime] ; # fhir:end [ fhir:v "2024-04-12T09:15:00.000+05:30"^^xsd:dateTime] ; # fhir:minutesDuration [ fhir:v "15"^^xsd:positiveInteger] ; # fhir:slot ( [ fhir:link ; fhir:reference [ fhir:v "Slot/1268356" ] ] ) ; # fhir:participant ( [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; fhir:status [ fhir:v "tentative" ] ] [ fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/v3/ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "PPRF" ] ; fhir:display [ fhir:v "primary performer" ] ] ) ; fhir:text [ fhir:v "primary performer" ] ] ) ; fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Example1" ] ] ; fhir:status [ fhir:v "tentative" ] ] [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Location/Example1" ] ] ; fhir:status [ fhir:v "tentative" ] ] [ fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/PARTICIPANTTYPECPS"^^xsd:anyURI ] ; fhir:code [ fhir:v "Resource" ] ; fhir:display [ fhir:v "Resource" ] ] ) ; fhir:text [ fhir:v "Resource" ] ] ) ; fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Location/RES-Example" ] ] ; fhir:status [ fhir:v "tentative" ] ] ) . # # -------------------------------------------------------------------------------------