@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PlanDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "kiola-standard-treatment-plan-participant-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-standard-treatment-plan"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PlanDefinition

Resource PlanDefinition "kiola-standard-treatment-plan-participant-example"

Profile: KIOLA Standard Treatment Plan

url: https://fhir.ehealth-systems.at/artifacts/PlanDefinition/ParticipantExample

version: 0.1.0

name: ParticipantExample

title: Participant Example

status: active

date: 2024-04-27 13:32:49+0000

contact: AIT Austrian Institute of Technology: mailto:office@ait.ac.at

action

title: Measurement Blood Pressure

Participants

-ExtensionType
*device

definition: Blood pressure measurement

" ] ; # fhir:url [ fhir:v "https://fhir.ehealth-systems.at/artifacts/PlanDefinition/ParticipantExample"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ParticipantExample"] ; # fhir:title [ fhir:v "Participant Example"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-04-27T13:32:49+00:00"^^xsd:dateTime] ; # fhir:contact ( [ fhir:name [ fhir:v "AIT Austrian Institute of Technology" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:office@ait.ac.at" ] ] ) ] ) ; # fhir:action ( [ fhir:title [ fhir:v "Measurement Blood Pressure" ] ; fhir:participant ( [ fhir:extension ( [ fhir:url [ fhir:v "https://fhir.ehealth-systems.at/extensions/ParticipantDeviceDefinition"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "https://fhir.ehealth-systems.at/artifacts/ActivityDefinition/mdc-dev-spec-profile-bp#dev-bp" ] ] ] ) ; fhir:type [ fhir:v "device" ] ] ) ; fhir:definition [ fhir:v "https://fhir.ehealth-systems.at/artifacts/ActivityDefinition/mdc-dev-spec-profile-bp"^^xsd:anyURI ; fhir:link ] ] ) . # # -------------------------------------------------------------------------------------