Te Whatu Ora Shared Care FHIR API
0.3.9 - release
Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2023-11-24T00:10:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/nz-sharedcare-consent"^^xsd:anyURI ;
fhir:link <https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/nz-sharedcare-consent> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Consent </b><a name=\"ProposedConsentBaseExample\"> </a><a name=\"hcProposedConsentBaseExample\"> </a></p><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\">ResourceConsent "ProposedConsentBaseExample" Version"2" Updated"2023-11-24 00:10:00+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nz-sharedcare-consent.html\">ManaakiNgaTahiConsent</a></p></div><p><b>status</b>: proposed</p><p><b>scope</b>: Privacy Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-consentscope.html\">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: Notice of Privacy Practices <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-consentcategorycodes.html\">Consent Category Codes</a>#npp)</span></p><p><b>patient</b>: <span>: Madeleine Meringue</span></p><p><b>dateTime</b>: 2023-06-12 02:30:35+0000</p><p><b>performer</b>: <span>: Te Tai Tokerau Rheumatic Fever Secondary Prevention Service</span></p><p><b>organization</b>: <span>: Te Tai Tokerau Rheumatic Fever Secondary Prevention Service</span></p><blockquote><p><b>policy</b></p><p><b>authority</b>: <a href=\"https://www.privacy.org.nz\">https://www.privacy.org.nz</a></p><p><b>uri</b>: <a href=\"https://www.privacy.org.nz/privacy-act-2020/\">https://www.privacy.org.nz/privacy-act-2020/</a></p></blockquote><blockquote><p><b>policy</b></p><p><b>authority</b>: <a href=\"https://www.privacy.org.nz\">https://www.privacy.org.nz</a></p><p><b>uri</b>: <a href=\"https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/\">https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/</a></p></blockquote><blockquote><p><b>provision</b></p><p><b>type</b>: permit</p><p><b>period</b>: 2023-06-12 02:30:35+0000 --> 2026-06-11 02:30:35+0000</p><blockquote><p><b>actor</b></p><p><b>role</b>: data collector <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-extra-security-role-type.html\">Security Role Type</a>#datacollector)</span></p><p><b>reference</b>: <a href=\"CareTeam-LeadProvidersGroup.html\">CareTeam/LeadProvidersGroup</a> "Group of lead rheumatic fever provider organisations"</p></blockquote><blockquote><p><b>actor</b></p><p><b>role</b>: data subject <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-extra-security-role-type.html\">Security Role Type</a>#datasubject)</span></p><p><b>reference</b>: <span>: Madeleine Meringue</span></p></blockquote></blockquote></div>"
] ; #
fhir:status [ fhir:v "proposed"] ; #
fhir:scope [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient-privacy" ] ;
fhir:display [ fhir:v "Privacy Consent" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentcategorycodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "npp" ] ;
fhir:display [ fhir:v "Notice of Privacy Practices" ] ] )
] ) ; #
fhir:patient [
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 "SCF7824" ] ] ;
fhir:display [ fhir:v "Madeleine Meringue" ]
] ; #
fhir:dateTime [ fhir:v "2023-06-12T02:30:35.982Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-organisation-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G0M086-B" ] ] ;
fhir:display [ fhir:v "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service" ]
] ) ; #
fhir:organization ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-organisation-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G0M086-B" ] ] ;
fhir:display [ fhir:v "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service" ]
] ) ; #
fhir:policy ( [
fhir:authority [ fhir:v "https://www.privacy.org.nz"^^xsd:anyURI ] ;
fhir:uri [ fhir:v "https://www.privacy.org.nz/privacy-act-2020/"^^xsd:anyURI ]
] [
fhir:authority [ fhir:v "https://www.privacy.org.nz"^^xsd:anyURI ] ;
fhir:uri [ fhir:v "https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/"^^xsd:anyURI ]
] ) ; #
fhir:provision [
fhir:type [ fhir:v "permit" ] ;
fhir:period [
fhir:start [ fhir:v "2023-06-12T02:30:35Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2026-06-11T02:30:35Z"^^xsd:dateTime ] ] ;
( fhir:actor [
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/extra-security-role-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "datacollector" ] ;
fhir:display [ fhir:v "data collector" ] ] ) ] ;
fhir:reference [
fhir:reference [ fhir:v "CareTeam/LeadProvidersGroup" ] ] ] [
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/extra-security-role-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "datasubject" ] ;
fhir:display [ fhir:v "data subject" ] ] ) ] ;
fhir:reference [
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 "SCF7824" ] ] ;
fhir:display [ fhir:v "Madeleine Meringue" ] ] ] )
] . #
IG © 2022+ Te Whatu Ora. Package tewhatuora.sharedcare#0.3.9 based on FHIR 4.0.1. Generated 2024-06-20
Links: Table of Contents |
QA Report