@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ActivityDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "mdc-dev-spec-profile-glucose"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-measurement-definition"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ActivityDefinition

Resource ActivityDefinition "mdc-dev-spec-profile-glucose"

Profile: KIOLA Measurement Definition

url: https://fhir.ehealth-systems.at/artifacts/ActivityDefinition/mdc-dev-spec-profile-glucose

version: 0.1.0

name: MeasurementDefinition_MDC_DEV_SPEC_PROFILE_GLUCOSE

title: Glucose measurement

status: active

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

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

kind: ServiceRequest

code: Glucose measurement (KIOLA Measurement Codes#MDC_DEV_SPEC_PROFILE_GLUCOSE)

participant

Participant Device Definition:

type: Structured Data Capture (KIOLA Device Codes#SDC)

type: device

participant

Participant Device Definition:

type: Glucose device (KIOLA Device Codes AIT 11073#MDC_DEV_SPEC_PROFILE_GLUCOSE)

type: device


Generated Narrative: DeviceDefinition #dev-sdc

type: Structured Data Capture (KIOLA Device Codes#SDC)


Generated Narrative: DeviceDefinition #dev-glucose

type: Glucose device (KIOLA Device Codes AIT 11073#MDC_DEV_SPEC_PROFILE_GLUCOSE)

" ] ; # fhir:contained ( [ a fhir:DeviceDefinition ; fhir:id [ fhir:v "dev-sdc" ] ; fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-measurement-manual-entry-device-definition"^^xsd:anyURI ; fhir:link ] ) ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://fhir.ehealth-systems.at/kiola/device"^^xsd:anyURI ] ; fhir:code [ fhir:v "SDC" ] ] ) ] ] [ a fhir:DeviceDefinition ; fhir:id [ fhir:v "dev-glucose" ] ; fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-measurement-automatic-transmission-device-definition"^^xsd:anyURI ; fhir:link ] ) ] ; 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_GLUCOSE" ] ; fhir:display [ fhir:v "Glucose device" ] ] ) ] ] ) ; # fhir:url [ fhir:v "https://fhir.ehealth-systems.at/artifacts/ActivityDefinition/mdc-dev-spec-profile-glucose"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "MeasurementDefinition_MDC_DEV_SPEC_PROFILE_GLUCOSE"] ; # fhir:title [ fhir:v "Glucose measurement"] ; # 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:kind [ fhir:v "ServiceRequest"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://fhir.ehealth-systems.at/kiola/measurement"^^xsd:anyURI ] ; fhir:code [ fhir:v "MDC_DEV_SPEC_PROFILE_GLUCOSE" ] ] ) ; fhir:text [ fhir:v "Glucose measurement" ] ] ; # 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 "#dev-sdc" ] ] ] ) ; fhir:type [ fhir:v "device" ] ] [ fhir:extension ( [ fhir:url [ fhir:v "https://fhir.ehealth-systems.at/extensions/ParticipantDeviceDefinition"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "#dev-glucose" ] ] ] ) ; fhir:type [ fhir:v "device" ] ] ) . # # -------------------------------------------------------------------------------------