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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeTask
IdNationalProxy-Task-ConsentVerification-Rejected-Example.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": "Task",
  "id": "NationalProxy-Task-ConsentVerification-Rejected-Example",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "41bf06bf-83f3-4004-98d3-480e3f048d55"
    }
  ],
  "status": "rejected",
  "businessStatus": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/England/NationalProxyConsentStatus",
        "code": "not-registered"
      }
    ]
  },
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "414925007",
        "display": "Obtaining consent"
      }
    ]
  },
  "instantiatesCanonical": "https://workflow.example.nhs.uk/FHIR/R4/ActivityDefinition/ActivityDefinition-Proxy-Verification",
  "focus": {
    "type": "QuestionnaireResponse",
    "reference": "https://nhsdigital.github.io/nhsengland-spine-specification-sandbox/QuestionnaireResponse-QuestionnaireResponse-proxy-access-request"
  },
  "for": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9000000017"
    },
    "display": "Jane Marie Anne Smith"
  },
  "authoredOn": "2024-03-26T06:26:00+00:00",
  "requester": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "X26"
    },
    "display": "NHS ENGLAND"
  },
  "owner": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "Y12345"
    },
    "display": "A SURGERY"
  },
  "note": [
    {
      "time": "2024-10-07T15:07:55.495Z",
      "authorReference": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "X26"
        }
      },
      "text": "Please verify the national proxy request for from Jayne Smith to access Jane Marie Anne Smith records. Relationship is MOTHER"
    },
    {
      "time": "2024-10-07T15:08:55.495Z",
      "authorReference": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "Y12345"
        }
      },
      "text": "Patient is no longer registered at the practice."
    }
  ],
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/England/NationalProxy",
            "code": "Consent"
          }
        ]
      },
      "valueReference": {
        "reference": "https://nhsdigital.github.io/nhsengland-spine-specification-sandbox/Consent-Consent-national-proxy-proposed",
        "type": "Consent"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/England/NationalProxy",
            "code": "Proxy"
          }
        ]
      },
      "valueReference": {
        "reference": "https://nhsdigital.github.io/nhsengland-spine-specification-sandbox/RelatedPerson-RelatedPerson-NHS-9100000009",
        "type": "RelatedPerson"
      }
    }
  ]
}