FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetewhatuora.fhir.nz-shared-digital-health-record
Resource TypeConsent
IdConsent-ConsentFacilityDenyExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Consent ConsentFacilityDenyExample

Profile: SDHRConsent

identifier: 93f28be6-4787-40f1-ae39-64233eb2cf7c (use: secondary, )

status: Active

scope: Privacy Consent

category: Consent for information sharing

patient: Sage Westbrook

Policies

-AuthorityUri
*https://www.privacy.org.nzhttps://www.privacy.org.nz/privacy-act-2020

provision

type: Opt In

period: 2023-10-04 --> (ongoing)

action: access

provision

Facility Participation: Facility opt out

Actors

-RoleReference
*PROVhttps://api.hip.digital.health.nz/fhir/hpi/v1/Location/FZZ111-A

Source1

{
  "resourceType": "Consent",
  "id": "ConsentFacilityDenyExample",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/SDHRConsent"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "secondary",
      "value": "93f28be6-4787-40f1-ae39-64233eb2cf7c"
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "887031000000108",
          "display": "Consent for information sharing"
        }
      ]
    }
  ],
  "patient": {
    "reference": "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284",
    "type": "Patient",
    "display": "Sage Westbrook"
  },
  "policy": [
    {
      "authority": "https://www.privacy.org.nz",
      "uri": "https://www.privacy.org.nz/privacy-act-2020"
    }
  ],
  "provision": {
    "type": "permit",
    "period": {
      "start": "2023-10-04"
    },
    "action": [
      {
        "coding": [
          {
            "code": "access"
          }
        ]
      }
    ],
    "provision": [
      {
        "extension": [
          {
            "url": "https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/facility-participation-extension",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "sdhr-facility-opt-out",
                  "display": "Facility opt out"
                }
              ]
            }
          }
        ],
        "actor": [
          {
            "role": {
              "coding": [
                {
                  "code": "PROV"
                }
              ]
            },
            "reference": {
              "reference": "https://api.hip.digital.health.nz/fhir/hpi/v1/Location/FZZ111-A"
            }
          }
        ]
      }
    ]
  }
}