This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Security Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Patient, Practitioner, RelatedPerson |
Raw XML (canonical form + also see XML Format Specification)
Creation of a Consent from a Questionnaire (id = "example-create-consent")
<?xml version="1.0" encoding="UTF-8"?> <Provenance xmlns="http://hl7.org/fhir"> <id value="example-create-consent"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative: Provenance</b> <a name="example-create-consent"> </a> </p> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Provenance "example-create-consent" </p> </div> <p> <b> target</b> : <a href="consent-example.html">Consent/consent-example-basic/_history/1</a> </p> <p> <b> recorded</b> : 10/09/2021 5:08:21 PM</p> <p> <b> activity</b> : create <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-DataOperation.html">DataOperation</a> #CREATE)</span> </p> <p> <b> patient</b> : <a href="patient-example.html">Patient/example</a> "Peter CHALMERS"</p> <h3> Agents</h3> <table class="grid"><tr> <td> -</td> <td> <b> Type</b> </td> <td> <b> Who</b> </td> </tr> <tr> <td> *</td> <td> Assembler <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-provenance-participant-type.html">Provenance participant type</a> #assembler)</span> </td> <td> <span> : LEAP Consent Management Service</span> </td> </tr> </table> <h3> Entities</h3> <table class="grid"><tr> <td> -</td> <td> <b> Role</b> </td> <td> <b> What</b> </td> </tr> <tr> <td> *</td> <td> source</td> <td> <a href="todo.html">http://example.org/fhir/QuestionnaireResponse/some-questionnaire-response</a> </td> </tr> </table> </div> </text> <target> <reference value="Consent/consent-example-basic/_history/1"/> </target> <recorded value="2021-09-10T07:08:21.722+00:00"/> <activity> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/> <code value="CREATE"/> <display value="create"/> </coding> </activity> <patient> <reference value="Patient/example"/> </patient> <agent> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/> <code value="assembler"/> <display value="Assembler"/> </coding> </type> <who> <display value="LEAP Consent Management Service"/> </who> </agent> <entity> <role value="source"/> <what> <reference value="http://example.org/fhir/QuestionnaireResponse/some-questionnaire-response"/> </what> </entity> </Provenance>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.