XML View
<Provenance xmlns="http://hl7.org/fhir">
<id value="UKCore-Provenance-RARecordConsent-Example" />
<target>
<reference value="Consent/UKCore-Consent-ForInformationAccess-Example" />
</target>
<recorded value="2022-03-01T10:05:33+00:00" />
<agent>
<role>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SDSJobRoleName" />
<code value="R0260" />
<display value="General Medical Practitioner" />
</coding>
</role>
<who>
<reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example" />
<display value="Dr Paul Rastall" />
</who>
<onBehalfOf>
<reference value="Organization/https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" />
<display value="White Rose Medical Centre" />
</onBehalfOf>
</agent>
</Provenance>
JSON View
{
"resourceType": "Provenance",
"id": "UKCore-Provenance-RARecordConsent-Example",
"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"
}
}
]
}