Example Provenance - Health Care Assistant Practitioner and PractitionerRole
- Overview
- Table
- XML
- JSON
- Narrative
Provenance |
id : Example-DataStandardsWales-Provenance-Amend-alt |
meta |
profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Provenance |
target |
reference : Patient/4580d59e/_history/2 |
recorded : 2024-08-08T08:06:07.046012Z |
activity |
coding |
system : http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle |
code : amend |
display : Amend (Update) Record Lifecycle Event |
agent |
type |
coding |
system : http://terminology.hl7.org/CodeSystem/provenance-participant-type |
code : composer |
display : Composer |
who |
identifier |
system : https://fhir.nhs.wales/Id/application-instance-identifier |
value : 139 |
display : ABUHB WPAS |
agent |
type |
coding |
system : http://terminology.hl7.org/CodeSystem/provenance-participant-type |
code : assembler |
display : Assembler |
who |
identifier |
system : https://fhir.nhs.wales/Id/application-instance-identifier |
value : 370.2 |
display : HL7 to FHIR conversion engine (CDR) |
Provenance.id[0] | Example-DataStandardsWales-Provenance-Amend-alt |
Provenance.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Provenance |
Provenance.target[0].reference[0] | Patient/4580d59e/_history/2 |
Provenance.recorded[0] | 2024-08-08T08:06:07.046012+00:00 |
Provenance.activity[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle |
Provenance.activity[0].coding[0].code[0] | amend |
Provenance.activity[0].coding[0].display[0] | Amend (Update) Record Lifecycle Event |
Provenance.agent[0].type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/provenance-participant-type |
Provenance.agent[0].type[0].coding[0].code[0] | composer |
Provenance.agent[0].type[0].coding[0].display[0] | Composer |
Provenance.agent[0].who[0].identifier[0].system[0] | https://fhir.nhs.wales/Id/application-instance-identifier |
Provenance.agent[0].who[0].identifier[0].value[0] | 139 |
Provenance.agent[0].who[0].display[0] | ABUHB WPAS |
Provenance.agent[1].type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/provenance-participant-type |
Provenance.agent[1].type[0].coding[0].code[0] | assembler |
Provenance.agent[1].type[0].coding[0].display[0] | Assembler |
Provenance.agent[1].who[0].identifier[0].system[0] | https://fhir.nhs.wales/Id/application-instance-identifier |
Provenance.agent[1].who[0].identifier[0].value[0] | 370.2 |
Provenance.agent[1].who[0].display[0] | HL7 to FHIR conversion engine (CDR) |
<Provenance xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-Provenance-Amend-alt" /> <meta> <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Provenance" /> </meta> <target> <reference value="Patient/4580d59e/_history/2" /> </target> <recorded value="2024-08-08T08:06:07.046012Z" /> <activity> <coding> <system value="http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle" /> <code value="amend" /> <display value="Amend (Update) Record Lifecycle Event" /> </coding> </activity> <agent> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type" /> <code value="composer" /> <display value="Composer" /> </coding> </type> <who> <identifier> <system value="https://fhir.nhs.wales/Id/application-instance-identifier" /> <value value="139" /> </identifier> <display value="ABUHB WPAS" /> </who> </agent> <agent> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type" /> <code value="assembler" /> <display value="Assembler" /> </coding> </type> <who> <identifier> <system value="https://fhir.nhs.wales/Id/application-instance-identifier" /> <value value="370.2" /> </identifier> <display value="HL7 to FHIR conversion engine (CDR)" /> </who> </agent> </Provenance>
{ "resourceType": "Provenance", "id": "Example-DataStandardsWales-Provenance-Amend-alt", "meta": { "profile": [ "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Provenance" ] }, "target": [ { "reference": "Patient/4580d59e/_history/2" } ], "recorded": "2024-08-08T08:06:07.046012+00:00", "activity": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle", "code": "amend", "display": "Amend (Update) Record Lifecycle Event" } ] }, "agent": [ { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", "code": "composer", "display": "Composer" } ] }, "who": { "identifier": { "system": "https://fhir.nhs.wales/Id/application-instance-identifier", "value": "139" }, "display": "ABUHB WPAS" } }, { "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", "code": "assembler", "display": "Assembler" } ] }, "who": { "identifier": { "system": "https://fhir.nhs.wales/Id/application-instance-identifier", "value": "370.2" }, "display": "HL7 to FHIR conversion engine (CDR)" } } ] }