Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Group/Unit Level Educational Content Delivery Task Example - 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/RPMEducationalTask-GroupExample> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "RPMEducationalTask-GroupExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/rpm-educational-task" ;
       fhir:index 0 ;
       fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/rpm-educational-task>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task RPMEducationalTask-GroupExample</b></p><a name=\"RPMEducationalTask-GroupExample\"> </a><a name=\"hcRPMEducationalTask-GroupExample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-rpm-educational-task.html\">RPM Educational Content Delivery Task</a></p></div><p><b>basedOn</b>: <a href=\"CarePlan/cp-12345\">CarePlan/cp-12345</a></p><p><b>partOf</b>: <a href=\"Task/syllabus-level-task\">Task/syllabus-level-task</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/rpm-education-module-cs your-heart-group}\">Your Heart Group</span></p><p><b>for</b>: <a href=\"Patient/example\">Patient/example</a></p><p><b>authoredOn</b>: 2025-08-27 09:00:00+1000</p><p><b>requester</b>: <a href=\"Practitioner/example\">Practitioner/example</a></p><p><b>owner</b>: <a href=\"Patient/example\">Patient/example</a></p></div>"
  ] ;
  fhir:Task.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/CarePlan/cp-12345> ;
     fhir:Reference.reference [ fhir:value "CarePlan/cp-12345" ]
  ] ;
  fhir:Task.partOf [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Task/syllabus-level-task> ;
     fhir:Reference.reference [ fhir:value "Task/syllabus-level-task" ]
  ] ;
  fhir:Task.status [ fhir:value "requested"] ;
  fhir:Task.intent [ fhir:value "plan"] ;
  fhir:Task.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/rpm-education-module-cs" ] ;
       fhir:Coding.code [ fhir:value "your-heart-group" ]
     ]
  ] ;
  fhir:Task.for [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Task.authoredOn [ fhir:value "2025-08-27T09:00:00+10:00"^^xsd:dateTime] ;
  fhir:Task.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/example> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example" ]
  ] ;
  fhir:Task.owner [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] .

<http://hl7.org/fhir/CarePlan/cp-12345> a fhir:CarePlan .

<http://hl7.org/fhir/Task/syllabus-level-task> a fhir:Task .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .

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

<http://hl7.org/fhir/Task/RPMEducationalTask-GroupExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Task/RPMEducationalTask-GroupExample.ttl> .