Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Educational Content Delivery Task - TTL Representation
Raw ttl | Download
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task RPMEducationalTaskExample</b></p><a name=\"RPMEducationalTaskExample\"> </a><a name=\"hcRPMEducationalTaskExample\"> </a><p><b>basedOn</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/CarePlan/cp-12345\">CarePlan/cp-12345</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 311401005}\">Educational module on COVID-19 vaccination side effects</span></p><p><b>for</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Patient/example\">Patient/example</a></p><p><b>authoredOn</b>: 2025-08-27 09:00:00+1000</p><p><b>requester</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Practitioner/example\">Practitioner/example</a></p><p><b>owner</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Patient/example\">Patient/example</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "CarePlan/cp-12345" ]
] ) ; #
fhir:status [ fhir:v "requested"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:code [
( fhir:coding [
a sct:311401005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "311401005" ] ;
fhir:display [ fhir:v "Educational material (product)" ] ] ) ;
fhir:text [ fhir:v "Educational module on COVID-19 vaccination side effects" ]
] ; #
fhir:for [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:authoredOn [ fhir:v "2025-08-27T09:00:00+10:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/example" ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "Patient/example" ]
] . #