Koppelmij Implementation Guide
0.1.0 - ci-build

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

: ProviderTasks-SubTask-Meetopdracht-Glucosemeting-11 - TTL Representation

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Task/ProviderTasks-SubTask-Meetopdracht-Glucosemeting-11> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ProviderTasks-SubTask-Meetopdracht-Glucosemeting-11"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://medmij.nl/fhir/StructureDefinition/pt-Task" ;
       fhir:index 0 ;
       fhir:link <http://medmij.nl/fhir/StructureDefinition/pt-Task>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://vzvz.nl/fhir/StructureDefinition/instantiates" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/ActivityDefinition/ProviderTasks-ActivityDefinition-Meetopdracht-Glucosemeting> ;
       fhir:Reference.reference [ fhir:value "ActivityDefinition/ProviderTasks-ActivityDefinition-Meetopdracht-Glucosemeting" ] ;
       fhir:Reference.type [ fhir:value "ActivityDefinition" ]
     ]
  ] ;
  fhir:Task.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://medrie.nl/taskIdentifier" ] ;
     fhir:Identifier.value [ fhir:value "SUBTASK-Glucose-11" ]
  ] ;
  fhir:Task.groupIdentifier [
     fhir:Identifier.type [
       fhir:CodeableConcept.text [ fhir:value "Digitale zorgmodule Diabetes" ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://medrie.nl/fhir/identifiers/task-group" ] ;
     fhir:Identifier.value [ fhir:value "module-diabetes-2025" ]
  ] ;
  fhir:Task.partOf [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Task/ProviderTasks-MainTask-Meetopdracht-Glucosemeting> ;
     fhir:Reference.reference [ fhir:value "Task/ProviderTasks-MainTask-Meetopdracht-Glucosemeting" ]
  ] ;
  fhir:Task.status [ fhir:value "received"] ;
  fhir:Task.intent [ fhir:value "order"] ;
  fhir:Task.priority [ fhir:value "routine"] ;
  fhir:Task.description [ fhir:value "Meet je bloedglucose (in de ochtend nuchter en in de avond voor het eten) en noteer de waarde in de app"] ;
  fhir:Task.for [
     fhir:link <http://hl7.org/fhir/Patient/ProviderTasks-Patient-Van-Duinen> ;
     fhir:Reference.reference [ fhir:value "Patient/ProviderTasks-Patient-Van-Duinen" ] ;
     fhir:Reference.display [ fhir:value "Tom van Duinen" ]
  ] ;
  fhir:Task.executionPeriod [
     fhir:Period.start [ fhir:value "2025-12-27T08:00:00+01:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2025-12-27T00:00:00+01:00"^^xsd:dateTime ]
  ] ;
  fhir:Task.authoredOn [ fhir:value "2025-12-22T08:00:00+01:00"^^xsd:dateTime] ;
  fhir:Task.lastModified [ fhir:value "2025-12-22T08:00:00+01:00"^^xsd:dateTime] ;
  fhir:Task.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/ProviderTasks-PractitionerRole-De-Haard> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/ProviderTasks-PractitionerRole-De-Haard" ] ;
     fhir:Reference.display [ fhir:value "A. de Haard, Huisarts" ]
  ] ;
  fhir:Task.owner [
     fhir:link <http://hl7.org/fhir/Patient/ProviderTasks-Patient-Van-Duinen> ;
     fhir:Reference.reference [ fhir:value "Patient/ProviderTasks-Patient-Van-Duinen" ] ;
     fhir:Reference.display [ fhir:value "Tom van Duinen" ]
  ] .

<http://hl7.org/fhir/ActivityDefinition/ProviderTasks-ActivityDefinition-Meetopdracht-Glucosemeting> a fhir:ActivityDefinition .

<http://hl7.org/fhir/Task/ProviderTasks-MainTask-Meetopdracht-Glucosemeting> a fhir:Task .

<http://hl7.org/fhir/Patient/ProviderTasks-Patient-Van-Duinen> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/ProviderTasks-PractitionerRole-De-Haard> a fhir:PractitionerRole .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Task/ProviderTasks-SubTask-Meetopdracht-Glucosemeting-11.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Task/ProviderTasks-SubTask-Meetopdracht-Glucosemeting-11.ttl> .