WARNING
This guidance is under active development by NHS England and content may be added or updated on a regular basis.ActivityDefinition
Consent Verification
Important: This page is under development by NHS England
Tree View
ActivityDefinition |
id : NationalProxy-ActivityDefinition-consent-verification-Example |
text |
status : generated |
url : https://fhir.nhs.uk/England/spine/ActivityDefinition/ActivityDefinition-Proxy-Verification |
version : 0.0.1-current |
title : National Proxy Consent Verification |
status : draft |
date : 2024-10-25T07:31:19+00:00 |
publisher : NHS England |
description : Placeholder. Probably useful to use to elaborate what needs to be done |
code |
coding |
system : http://snomed.info/sct |
code : 414925007 |
display : Obtaining consent |
Table View
ActivityDefinition.id[0] | NationalProxy-ActivityDefinition-consent-verification-Example |
ActivityDefinition.text[0].status[0] | generated |
ActivityDefinition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ActivityDefinition ActivityDefinition-Proxy-Verification</b></p><a name="ActivityDefinition-Proxy-Verification"> </a><a name="hcActivityDefinition-Proxy-Verification"> </a><a name="ActivityDefinition-Proxy-Verification-en-US"> </a><p><b>url</b>: <a href="ActivityDefinition-ActivityDefinition-Proxy-Verification.html">ActivityDefinition National Proxy Consent Verification</a></p><p><b>version</b>: 0.0.1-current</p><p><b>title</b>: National Proxy Consent Verification</p><p><b>status</b>: Draft</p><p><b>date</b>: 2024-10-25 07:31:19+0000</p><p><b>publisher</b>: NHS England</p><p><b>contact</b>: <a href="https://www.ihe.net/ihe_domains/it_infrastructure/">https://www.ihe.net/ihe_domains/it_infrastructure/</a>, <a href="mailto:iti@ihe.net">iti@ihe.net</a>, NHS England: <a href="mailto:iti@ihe.net">iti@ihe.net</a></p><p><b>description</b>: </p><div><p>Placeholder.</p> <p>Probably useful to use ActivityDefinition and/or SNOMED CT codes for tasks.</p> </div><p><b>jurisdiction</b>: <span title="Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}">Global (Whole world)</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 414925007}">Obtaining consent</span></p></div> |
ActivityDefinition.url[0] | https://fhir.nhs.uk/England/spine/ActivityDefinition/ActivityDefinition-Proxy-Verification |
ActivityDefinition.version[0] | 0.0.1-current |
ActivityDefinition.title[0] | National Proxy Consent Verification |
ActivityDefinition.status[0] | draft |
ActivityDefinition.date[0] | 2024-10-25T07:31:19+00:00 |
ActivityDefinition.publisher[0] | NHS England |
ActivityDefinition.description[0] | Placeholder. Probably useful to use to elaborate what needs to be done |
ActivityDefinition.code[0].coding[0].system[0] | http://snomed.info/sct |
ActivityDefinition.code[0].coding[0].code[0] | 414925007 |
ActivityDefinition.code[0].coding[0].display[0] | Obtaining consent |
XML View
<ActivityDefinition xmlns="http://hl7.org/fhir"> <id value="NationalProxy-ActivityDefinition-consent-verification-Example" /> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <url value="https://fhir.nhs.uk/England/spine/ActivityDefinition/ActivityDefinition-Proxy-Verification" /> <version value="0.0.1-current" /> <title value="National Proxy Consent Verification" /> <status value="draft" /> <date value="2024-10-25T07:31:19+00:00" /> <publisher value="NHS England" /> <description value="Placeholder.\n\nProbably useful to use to elaborate what needs to be done" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="414925007" /> <display value="Obtaining consent" /> </coding> </code> </ActivityDefinition>
JSON View
{ "resourceType": "ActivityDefinition", "id": "NationalProxy-ActivityDefinition-consent-verification-Example", "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "url": "https://fhir.nhs.uk/England/spine/ActivityDefinition/ActivityDefinition-Proxy-Verification", "version": "0.0.1-current", "title": "National Proxy Consent Verification", "status": "draft", "date": "2024-10-25T07:31:19+00:00", "publisher": "NHS England", "description": "Placeholder.\n\nProbably useful to use to elaborate what needs to be done", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "414925007", "display": "Obtaining consent" } ] } }