@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Appointment; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "appointment01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-appointment"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative

Resource \"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:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-performing-organization" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "https://organization.fut.trifork.com/fhir/Organization/108752" ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible-organization" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "https://organization.fut.trifork.com/fhir/Organization/108752" ] ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "http://inttest.ehealth.sundhed.dk/CareTeam/42" ]; fhir:Reference.display [ fhir:value "CareTeam Aarhus" ] ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-legalBasis" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/jurisdiction" ]; fhir:Coding.code [ fhir:value "service-act" ] ] ] ]; fhir:Appointment.status [ fhir:value "proposed"]; fhir:Appointment.serviceType [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/appointment-servicetype" ]; fhir:Coding.code [ fhir:value "regular" ] ] ]; fhir:Appointment.appointmentType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/appointmenttype-codes" ]; fhir:Coding.code [ fhir:value "FOLLOWUP" ] ] ]; fhir:Appointment.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ehealth.sundhed.dk/cs/appointment-reason" ]; fhir:Coding.code [ fhir:value "412776001" ] ]; fhir:CodeableConcept.text [ fhir:value "Clinical Review" ] ]; fhir:Appointment.supportingInformation [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "http://inttest.ehealth.sundhed.dk/EpisodeOfCare/42" ] ]; fhir:Appointment.participant [ fhir:index 0; fhir:Appointment.participant.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/42" ]; fhir:Reference.display [ fhir:value "Tove Jensen" ] ]; fhir:Appointment.participant.status [ fhir:value "needs-action" ] ], [ fhir:index 1; fhir:Appointment.participant.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/123" ] ]; fhir:Appointment.participant.status [ fhir:value "needs-action" ] ], [ fhir:index 2; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-ext-careteam" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "http://inttest.ehealth.sundhed.dk/CareTeam/42" ]; fhir:Reference.display [ fhir:value "CareTeam Aarhus" ] ] ]; fhir:Appointment.participant.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ]; fhir:Coding.code [ fhir:value "ATND" ] ] ]; fhir:Appointment.participant.status [ fhir:value "needs-action" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------