Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.1 - release
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
{
"resourceType" : "Provenance",
"meta" : {
"profile" : [
🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/RPMEducationProvenance"
]
},
"text" : {
"status" : "generated",
"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&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}}\u00a0(use:\u00a0official,\u00a0))</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://example.org/fhir/StructureDefinition/extension-education-module",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://example.org/fhir/CodeSystem/rpm-education-module-cs",
"code" : "safe-prescribing",
"display" : "Example Module"
}
]
}
}
],
"target" : [
{
"reference" : "Task/ExampleEducationalTask"
}
],
"recorded" : "2025-08-13T09:00:00Z",
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "patient",
"display" : "Patient"
}
]
},
"who" : {
"type" : "Patient",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "{{NHI}}"
},
"display" : "{{NHI-Name}}"
}
}
]
}