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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeProvenance
IdUKCore-Provenance-RARecordConsent-Example.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

An example to illustrate provenance for a consent scenario

Source1

{
  "resourceType": "Provenance",
  "id": "UKCore-Provenance-RARecordConsent-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "Consent/UKCore-Consent-ForInformationAccess-Example"
    }
  ],
  "recorded": "2022-03-01T10:05:33+00:00",
  "agent": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SDSJobRoleName",
              "code": "R0260",
              "display": "General Medical Practitioner"
            }
          ]
        }
      ],
      "who": {
        "reference": "Practitioner/UKCore-Practitioner-PaulRastall-Example",
        "display": "Dr Paul Rastall"
      },
      "onBehalfOf": {
        "reference": "Organization/https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization",
        "display": "White Rose Medical Centre"
      }
    }
  ]
}