@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/Task/ProviderTasks-SubTask-Meetopdracht-Bloeddrukmeting-10> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ProviderTasks-SubTask-Meetopdracht-Bloeddrukmeting-10"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://medmij.nl/fhir/StructureDefinition/pt-Task"^^xsd:anyURI ;
       fhir:link <http://medmij.nl/fhir/StructureDefinition/pt-Task>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "empty" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://vzvz.nl/fhir/StructureDefinition/instantiates"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:link <https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/ActivityDefinition/ProviderTasks-ActivityDefinition-Meetopdracht-Bloeddrukmeting> ;
       fhir:reference [ fhir:v "ActivityDefinition/ProviderTasks-ActivityDefinition-Meetopdracht-Bloeddrukmeting" ] ;
       fhir:type [ fhir:v "ActivityDefinition"^^xsd:anyURI ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://medrie.nl/taskIdentifier"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "SUBTASK-Bloeddruk-10" ]
  ] ) ; # 
  fhir:basedOn ( [
     fhir:link <https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/ServiceRequest/ProviderTasks-ServiceRequest-Bloeddrukmeting> ;
     fhir:reference [ fhir:v "ServiceRequest/ProviderTasks-ServiceRequest-Bloeddrukmeting" ]
  ] ) ; # 
  fhir:groupIdentifier [
     fhir:type [
       fhir:text [ fhir:v "Digitale zorgmodule CVRM" ]
     ] ;
     fhir:system [ fhir:v "https://medrie.nl/fhir/identifiers/task-group"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "module-CVRM-2025" ]
  ] ; # 
  fhir:partOf ( [
     fhir:link <https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/Task/ProviderTasks-MainTask-Meetopdracht-Bloeddrukmeting> ;
     fhir:reference [ fhir:v "Task/ProviderTasks-MainTask-Meetopdracht-Bloeddrukmeting" ]
  ] ) ; # 
  fhir:status [ fhir:v "received"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:description [ fhir:v "Meet je bloeddruk in de ochtend nuchter (voor het ontbijt) en in de avond voor het avondeten. Noteer de waarde in de app. Je metingen helpen je zorgverlener om te zien hoe het met je gaat en of je behandeling moet worden aangepast."] ; # 
  fhir:for [
     fhir:link <https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/Patient/ProviderTasks-Patient-De-Groot> ;
     fhir:reference [ fhir:v "Patient/ProviderTasks-Patient-De-Groot" ] ;
     fhir:display [ fhir:v "Koos de Groot" ]
  ] ; # 
  fhir:executionPeriod [
     fhir:start [ fhir:v "2025-12-26"^^xsd:date ] ;
     fhir:end [ fhir:v "2025-12-26"^^xsd:date ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-12-22T08:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:lastModified [ fhir:v "2025-12-22T08:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:link <https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/PractitionerRole/ProviderTasks-PractitionerRole-De-Jong> ;
     fhir:reference [ fhir:v "PractitionerRole/ProviderTasks-PractitionerRole-De-Jong" ] ;
     fhir:display [ fhir:v "L. de Jong, Huisarts" ]
  ] ; # 
  fhir:owner [
     fhir:link <https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/Patient/ProviderTasks-Patient-De-Groot> ;
     fhir:reference [ fhir:v "Patient/ProviderTasks-Patient-De-Groot" ] ;
     fhir:display [ fhir:v "Koos de Groot" ]
  ] . # 

# -------------------------------------------------------------------------------------

