KIOLA Implementation Guide
0.1.0 - STU1

KIOLA Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KIOLA Standard Treatment Plan Participant Property Example - TTL Representation

Active as of 2024-04-27

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:PlanDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "kiola-standard-treatment-plan-participant-property-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-standard-treatment-plan"^^xsd:anyURI ;
fhir:link <https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-standard-treatment-plan>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PlanDefinition</b><a name=\"kiola-standard-treatment-plan-participant-property-example\"> </a><a name=\"hckiola-standard-treatment-plan-participant-property-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PlanDefinition &quot;kiola-standard-treatment-plan-participant-property-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-kiola-standard-treatment-plan.html\">KIOLA Standard Treatment Plan</a></p></div><p><b>url</b>: <code>https://fhir.ehealth-systems.at/artifacts/PlanDefinition/ParticipantPropertyExample</code></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: ParticipantPropertyExample</p><p><b>title</b>: Participant Property Example</p><p><b>status</b>: active</p><p><b>date</b>: 2024-04-27 13:32:49+0000</p><p><b>contact</b>: AIT Austrian Institute of Technology: <a href=\"mailto:mailto:office@ait.ac.at\">mailto:office@ait.ac.at</a></p><blockquote><p><b>action</b></p><p><b>title</b>: Measurement Weight</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>, </td><td>device</td></tr></table><p><b>definition</b>: <a href=\"ActivityDefinition-mdc-dev-spec-profile-scale.html\">Body weight measurement</a></p></blockquote><hr/><blockquote><p><b>Generated Narrative: DeviceDefinition #dev-scale</b><a name=\"dev-scale\"> </a><a name=\"hcdev-scale\"> </a></p><p><b>type</b>: Body weight scale <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-kiola-mdc-cs.html\">KIOLA Device Codes AIT 11073</a>#MDC_DEV_SPEC_PROFILE_SCALE)</span></p><h3>Properties</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>ValueCode</b></td></tr><tr><td style=\"display: none\">*</td><td>KMC Blocked Device <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-kiola-device-kmc-cs.html\">KMC Device Codes</a>#blocked_device_type)</span></td><td>Example body weight scale <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-kiola-device-cs.html\">KIOLA Device Codes</a>#ExampleScale)</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:DeviceDefinition ;
fhir:id [ fhir:v "dev-scale" ] ;
fhir:meta [
      ( fhir:profile [
fhir:v "https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-measurement-device-definition"^^xsd:anyURI ;
fhir:link <https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-measurement-device-definition>       ] )     ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ehealth-systems.at/kiola/device/AIT-11073"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MDC_DEV_SPEC_PROFILE_SCALE" ] ;
fhir:display [ fhir:v "Body weight scale" ]       ] )     ] ;
    ( fhir:property [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ehealth-systems.at/kiola/device/kmc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "blocked_device_type" ] ;
fhir:display [ fhir:v "KMC Blocked Device" ]         ] )       ] ;
      ( fhir:valueCode [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ehealth-systems.at/kiola/device"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ExampleScale" ] ;
fhir:display [ fhir:v "Example body weight scale" ]         ] )       ] )     ] )
  ] ) ; # 
  fhir:url [ fhir:v "https://fhir.ehealth-systems.at/artifacts/PlanDefinition/ParticipantPropertyExample"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ParticipantPropertyExample"] ; # 
  fhir:title [ fhir:v "Participant Property 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 Weight" ] ;
    ( fhir:participant [
      ( fhir:extension [
fhir:url [ fhir:v "https://fhir.ehealth-systems.at/extensions/ParticipantDeviceDefinition"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#deviceDefinitionScale" ]         ]       ] [
fhir:url [ fhir:v "https://fhir.ehealth-systems.at/extensions/ParticipantDeviceDefinition"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:link <https://fhir.ehealth-systems.at/artifacts/ActivityDefinition/mdc-dev-spec-profile-scale#dev-sdc> ;
fhir:reference [ fhir:v "https://fhir.ehealth-systems.at/artifacts/ActivityDefinition/mdc-dev-spec-profile-scale#dev-sdc" ]         ]       ] ) ;
fhir:type [ fhir:v "device" ]     ] ) ;
fhir:definition [
fhir:v "https://fhir.ehealth-systems.at/artifacts/ActivityDefinition/mdc-dev-spec-profile-scale"^^xsd:anyURI ;
fhir:link <https://fhir.ehealth-systems.at/artifacts/ActivityDefinition/mdc-dev-spec-profile-scale>     ]
  ] ) . #