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

FHIR IG analytics

Packagetewhatuora.rheumaticfever
Resource TypeConsent
IdConsent-Consent-Data-OnBehalfByRelatedPerson.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Consent",
  "id": "Consent-Data-OnBehalfByRelatedPerson",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/Consent"
    ]
  },
  "contained": [
    {
      "resourceType": "RelatedPerson",
      "id": "contained-Related-Person",
      "patient": {
        "type": "Patient",
        "identifier": {
          "use": "official",
          "system": "https://standards.digital.health.nz/ns/nhi-id",
          "value": "ZKC7284"
        },
        "display": "Sage Westbrook"
      },
      "relationship": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "58626002",
              "display": "Legal guardian (person)"
            }
          ]
        }
      ],
      "name": [
        {
          "family": "Hackett",
          "given": [
            "Beryl"
          ]
        }
      ]
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code": "npp",
          "display": "Notice of Privacy Practices"
        }
      ]
    }
  ],
  "patient": {
    "type": "Patient",
    "identifier": {
      "use": "official",
      "system": "https://standards.digital.health.nz/ns/nhi-id",
      "value": "ZKC7284"
    },
    "display": "Sage Westbrook"
  },
  "performer": [
    {
      "reference": "#contained-Related-Person",
      "type": "RelatedPerson",
      "display": "Beryl Hackett"
    }
  ],
  "organization": [
    {
      "type": "Organization",
      "identifier": {
        "use": "official",
        "system": "https://standards.digital.health.nz/ns/hpi-organisation-id",
        "value": "G0M086-B"
      },
      "display": "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"
    }
  ],
  "policy": [
    {
      "authority": "https://www.privacy.org.nz",
      "uri": "https://www.privacy.org.nz/privacy-act-2020/"
    },
    {
      "authority": "https://www.privacy.org.nz",
      "uri": "https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/"
    }
  ],
  "provision": {
    "type": "permit",
    "period": {
      "start": "2023-06-12T02:30:35Z",
      "end": "2026-06-11T02:30:35Z"
    },
    "data": [
      {
        "meaning": "instance",
        "reference": {
          "reference": "CarePlan/RegisteredPatient"
        }
      },
      {
        "meaning": "instance",
        "reference": {
          "reference": "QuestionnaireResponse/PatientMedicationAllergyQuestionnaireResponse"
        }
      },
      {
        "meaning": "instance",
        "reference": {
          "reference": "QuestionnaireResponse/MedicationsAndFollowUpGuidanceQuestionnaireResponse"
        }
      },
      {
        "meaning": "instance",
        "reference": {
          "reference": "QuestionnaireResponse/PatientWhanauGoalsPreferencesQuestionnaireResponse"
        }
      },
      {
        "meaning": "instance",
        "reference": {
          "reference": "CareTeam/SecondaryProphylaxisCareTeam"
        }
      },
      {
        "meaning": "instance",
        "reference": {
          "reference": "Condition/SevereRfCondition"
        }
      }
    ]
  }
}