This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
6.4.8 Resource Provenance - Mappings 
Mappings for the provenance resource.
6.4.8.1 Mappings for RIM (http://hl7.org/v3) 
| Provenance | ControlAct[isNormalAct() and subsumes(CACT, classCode) and moodCode=EVN] |
| target | ./outboundRelationship[isNormalActRelationship() and typeCode=SUBJ]/target OR ./participation[isNormalParticipation() and typeCode=SBJ]/role OR ./participation[isNormalParticipation() and typeCode=SBJ]/role[isNormalRole()]/player |
| period | ./effectiveTime[type=IVL_TS] |
| recorded | unique(./participation[isNormalParticipation() and typeCode=AUT]/time[type=TS]) |
| reason | unique(./reasonCode) |
| activity | Act.code |
| location | unique(./participation[isNormalParticipation() and typeCode=LOC]/role[isNormalRole() and subsumes(SDLOC, classCode)]/player[isNormalEntity and classCode="LOC" and determinerCode="INST"] |
| policy | ./inboundRelationship[isNormalActRelationship() and typeCode="SUBJ"]/source[isNormalAct and subsumes(POLICY, classCode) and moodCode=EVN]/text[typeCode='ED'/tel |
| agent | ./participation[isNormalParticipation()] OR ./outboundRelationship[isNormalActRelationship() and typeCode='DRIV'] |
| role | attester: .[self::participation]/typeCode='RESP' author: .[self::participation]/typeCode='AUT' cc: .[self::participation]/typeCode='IRCP' enterer: .[self::participation]/typeCode='ENT' informant: .[self::participation]/typeCode='INF' performer: .[self::participation]/typeCode='PRF' verifier: .[self::participation]/typeCode='VRF' source: .[self::outboundRelationship]/typeCode='' |
| actor | Person, Practitioner, Organization, Device :* .role [classCode = RoleClassMutualRelationship; role.code and * .scopes[Role](classCode=IDENT) and *.plays [Role.Code] |
| userId | person: .plays:Role(classCode='IDENT').id
practitioner: ./id |
| relatedAgent | .rolelink |
| type | .typeCode |
| target | .target |
| entity | ./subjectOf |
| role | ./typeCode |
| type | ./target |
| reference | ./text/reference |
| display | ./title |
| agent | ./author/role |
| signature | ./signatureText |
6.4.8.2 Mappings for W3C PROV (http://www.w3.org/ns/prov) 
The provenance resource is based on known practices in the
HL7 implementation space, particularly those found in the
v2 EVN segment, the v3 ControlAct Wrapper, the CDA header, and
IHE ATNA.
The conceptual model underlying the design is the W3C
provenance Specification
. Though the content and format
of the resource is designed to meet specific requirements for FHIR,
all the parts of the resource are formally mapped to the PROV-O
specification, and FHIR resources can be transformed to their W3C
PROV equivalent.
| Provenance | Activity |
| target | Entity Created/Updated |
| period | Activity.startTime & Activity.endTime |
| recorded | Activity.when |
| reason | Activity.Activity |
| activity | Activity.Activity |
| location | Activity.location |
| policy | |
| agent | Agent |
| role | Agent.Attribution |
| actor | Agent.Identity |
| userId | Agent.Identity |
| relatedAgent | Agent.actedOnBehalfOf |
| type | type |
| target | responsible |
| entity | Entity |
| role | Entity.role |
| type | Entity.type |
| reference | Entity.Identity |
| display | Entity.Label |
| agent | |
| signature | |
6.4.8.3 Mappings for FHIR AuditEvent (http://hl7.org/fhir/auditevent) 
| Provenance | |
| target | AuditEvent.object.reference |
| period | |
| recorded | AuditEvent.event.dateTime |
| reason | AuditEvent.event.purposeOfEvent |
| activity | AuditEvent.event.purposeOfEvent |
| location | AuditEvent.participant.location |
| policy | AuditEvent.participant.policy |
| agent | AuditEvent.pariticipant |
| role | AuditEvent.participant.role |
| actor | AuditEvent.participant.reference |
| userId | AuditEvent.participant.userId |
| relatedAgent | |
| type | |
| target | |
| entity | AuditEvent.object |
| role | AuditEvent.object.lifecycle |
| type | AuditEvent.object.type |
| reference | AuditEvent.object.reference |
| display | AuditEvent.object.description |
| agent | |
| signature | |