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

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

: RPMEducationCompletionExample - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/RPMEducationProvenance"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/RPMEducationProvenance>     ] )
  ] ; # 
  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: Provenance RPMEducationCompletionExample</b></p><a name=\"RPMEducationCompletionExample\"> </a><a name=\"hcRPMEducationCompletionExample\"> </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-RPMEducationProvenance.html\">Record of Engagement with a Remote Patient Monitoring Education Module</a></p></div><p>Provenance for <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/Task/ExampleEducationalTask\">Task/ExampleEducationalTask</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2025-08-13 09:00:00+0000</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type patient}\">Patient</span></td><td>{{NHI-Name}} (Identifier: NHI/{{NHI}} (use: official, ))</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://example.org/fhir/StructureDefinition/extension-education-module"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://example.org/fhir/CodeSystem/rpm-education-module-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "safe-prescribing" ] ;
fhir:display [ fhir:v "Example Module" ]       ] )     ]
  ] ) ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Task/ExampleEducationalTask" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2025-08-13T09:00:00Z"^^xsd:dateTime] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient" ] ;
fhir:display [ fhir:v "Patient" ]       ] )     ] ;
fhir:who [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "{{NHI}}" ]       ] ;
fhir:display [ fhir:v "{{NHI-Name}}" ]     ]
  ] ) . #