@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Appointment ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "appointment01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-appointment"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Appointment

Resource Appointment "appointment01"

Profile: ehealth-appointment

Performing organization: https://organization.fut.trifork.com/fhir/Organization/108752

Responsible organization: https://organization.fut.trifork.com/fhir/Organization/108752

Responsible: http://inttest.ehealth.sundhed.dk/CareTeam/42: CareTeam Aarhus

Legal basis: Danish service act (Jurisdiction#service-act)

status: proposed

serviceType: A regular appointment (Appointment Service Types#regular)

appointmentType: A follow up visit from a previous appointment (Appointment Type Codes#FOLLOWUP)

reasonCode: Clinical Review (Appointment Reason#412776001)

supportingInformation: http://inttest.ehealth.sundhed.dk/EpisodeOfCare/42

participant

actor: http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/42: Tove Jensen

status: needs-action

participant

actor: http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/123

status: needs-action

participant

Careteam: http://inttest.ehealth.sundhed.dk/CareTeam/42: CareTeam Aarhus

type: attender (ParticipationType#ATND)

status: needs-action

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-performing-organization"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "https://organization.fut.trifork.com/fhir/Organization/108752" ] ] ] [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible-organization"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "https://organization.fut.trifork.com/fhir/Organization/108752" ] ] ] [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "http://inttest.ehealth.sundhed.dk/CareTeam/42" ] ; fhir:display [ fhir:v "CareTeam Aarhus" ] ] ] [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-legalBasis"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/jurisdiction"^^xsd:anyURI ] ; fhir:code [ fhir:v "service-act" ] ] ) ] ] ) ; # fhir:status [ fhir:v "proposed"] ; # fhir:serviceType ( [ fhir:coding ( [ fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/appointment-servicetype"^^xsd:anyURI ] ; fhir:code [ fhir:v "regular" ] ] ) ] ) ; # fhir:appointmentType [ fhir:coding ( [ fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/appointmenttype-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "FOLLOWUP" ] ] ) ] ; # fhir:reasonCode ( [ fhir:coding ( [ fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/appointment-reason"^^xsd:anyURI ] ; fhir:code [ fhir:v "412776001" ] ] ) ; fhir:text [ fhir:v "Clinical Review" ] ] ) ; # fhir:supportingInformation ( [ fhir:link ; fhir:reference [ fhir:v "http://inttest.ehealth.sundhed.dk/EpisodeOfCare/42" ] ] ) ; # fhir:participant ( [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/42" ] ; fhir:display [ fhir:v "Tove Jensen" ] ] ; fhir:status [ fhir:v "needs-action" ] ] [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/123" ] ] ; fhir:status [ fhir:v "needs-action" ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-ext-careteam"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "http://inttest.ehealth.sundhed.dk/CareTeam/42" ] ; fhir:display [ fhir:v "CareTeam Aarhus" ] ] ] ) ; fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "ATND" ] ] ) ] ) ; fhir:status [ fhir:v "needs-action" ] ] ) . # # -------------------------------------------------------------------------------------