This page is part of the FHIR Specification (v3.0.2: STU 3). 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: R4 R3 R2
Electronic Health Records Work Group | Maturity Level: 1 | Informative | Use Context: Any |
The official URL for this profile is:
http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance
Defines the elements to be supported within the Provenance resource in order to conform with the Electronic Health Record System Functional Model Record Lifecycle Event standard
This profile was published on Fri, Jan 31, 2014 00:00+1100 as a draft by Health Level Seven International (Electronic Health Record).
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Provenance.
This structure is derived from Provenance.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Provenance | 0..* | |||
target | S | 1..* | Reference(Resource) | |
period | S | 0..1 | Period | |
recorded | S | 1..1 | instant | |
policy | S | 0..* | uri | |
location | S | 0..1 | Reference(Location) | |
reason | S | 0..* | Coding | |
activity | S | 0..1 | Coding | |
agent | S | 1..* | BackboneElement | |
who[x] | S | 1..1 | uri, Reference(Practitioner), Reference(RelatedPerson), Reference(Patient), Reference(Device), Reference(Organization) | |
onBehalfOf[x] | S | 0..1 | uri, Reference(Practitioner), Reference(RelatedPerson), Reference(Patient), Reference(Device), Reference(Organization) | |
signature | S | 0..* | Signature | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Provenance | I | 0..* | Who, What, When for a set of resources | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
target | SΣ | 1..* | Reference(Resource) | Target Reference(s) (usually version specific) |
period | S | 0..1 | Period | When the activity occurred |
recorded | SΣ | 1..1 | instant | When the activity was recorded / updated |
policy | S | 0..* | uri | Policy or plan the activity was defined by |
location | S | 0..1 | Reference(Location) | Where the activity occurred, if relevant |
reason | S | 0..* | Coding | Reason the activity is occurring Binding: PurposeOfUse (extensible) |
activity | S | 0..1 | Coding | Activity that occurred Binding: ProvenanceActivityType (extensible) |
agent | SI | 1..* | BackboneElement | Actor involved |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
role | Σ | 0..* | CodeableConcept | What the agents role was Binding: SecurityRoleType (extensible) |
who[x] | SΣ | 1..1 | uri, Reference(Practitioner), Reference(RelatedPerson), Reference(Patient), Reference(Device), Reference(Organization) | Who participated |
onBehalfOf[x] | S | 0..1 | uri, Reference(Practitioner), Reference(RelatedPerson), Reference(Patient), Reference(Device), Reference(Organization) | Who the agent is representing |
relatedAgentType | 0..1 | CodeableConcept | Type of relationship between agents Binding: v3 Code System RoleLinkType (example) | |
entity | I | 0..* | BackboneElement | An entity used in this activity |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
role | Σ | 1..1 | code | derivation | revision | quotation | source | removal Binding: ProvenanceEntityRole (required) |
what[x] | Σ | 1..1 | uri, Reference(Resource), Identifier | Identity of entity |
agent | 0..* | Unknown reference to #Provenance.agent Entity is attributed to this agent | ||
signature | S | 0..* | Signature | Signature on target |
Documentation for this format |
<!-- EHRS FM Record Lifecycle Event - Provenance --> <Provenance xmlns="http://hl7.org/fhir" > <!-- from Element: extension --> <id value="[id]"/><!-- 0..1 Logical id of this artifact --> <meta><!-- 0..1 Meta Metadata about the resource --></meta> <implicitRules value="[uri]"/><!-- 0..1 A set of rules under which this content was created --> <language value="[code]"/><!-- 0..1 Language of the resource content --> <text><!-- 0..1 Narrative Text summary of the resource, for human interpretation --></text> <contained><!-- 0..* Resource Contained, inline Resources --></contained> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <target><!-- 1..* Reference(Resource) Target Reference(s) (usually version specific) --></target> <period><!-- 0..1 Period When the activity occurred --></period> <recorded value="[instant]"/><!-- 1..1 When the activity was recorded / updated --> <policy value="[uri]"/><!-- 0..* Policy or plan the activity was defined by --> <location><!-- 0..1 Reference(Location) Where the activity occurred, if relevant --></location> <reason><!-- 0..* Coding Reason the activity is occurring --></reason> <activity><!-- 0..1 Coding Activity that occurred --></activity> <agent> 1..* BackboneElement <!-- 1..* Actor involved --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <role><!-- 0..* CodeableConcept What the agents role was --></role> <who[x]><!-- 1..1 uri|Reference(Practitioner)|Reference(RelatedPerson)|Reference(Patient)|Reference(Device)| Reference(Organization) Who participated --></who[x]> <onBehalfOf[x]><!-- 0..1 uri|Reference(Practitioner)|Reference(RelatedPerson)|Reference(Patient)| Reference(Device)|Reference(Organization) Who the agent is representing --></onBehalfOf[x]> <relatedAgentType><!-- 0..1 CodeableConcept Type of relationship between agents --></relatedAgentType> </agent> <entity> 0..* BackboneElement <!-- 0..* An entity used in this activity --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <role value="[code]"/><!-- 1..1 derivation | revision | quotation | source | removal --> <what[x]><!-- 1..1 uri|Reference(Resource)|Identifier Identity of entity --></what[x]> <agent><!-- See #Provenance.agent Entity is attributed to this agent --></agent> </entity> <signature><!-- 0..* Signature Signature on target --></signature> </Provenance>
{ // EHRS FM Record Lifecycle Event - Provenance // from Element: extension "meta" : { Meta }, //Metadata about the resource "implicitRules" : "<uri>", //A set of rules under which this content was created "language" : "<code>", //Language of the resource content "text" : { Narrative }, //Text summary of the resource, for human interpretation "contained" : [{ Resource }], //Contained, inline Resources "modifierExtension" : [{ Extension }], //Extensions that cannot be ignored "target" : [{ Reference(Resource) }], // R! Target Reference(s) (usually version specific) "period" : { Period }, //When the activity occurred "recorded" : "<instant>", // R! When the activity was recorded / updated "policy" : ["<uri>"], //Policy or plan the activity was defined by "location" : { Reference(Location) }, //Where the activity occurred, if relevant "reason" : [{ Coding }], //Reason the activity is occurring "activity" : { Coding }, //Activity that occurred "agent" : [{ BackboneElement }], // C? R! Actor involved "entity" : [{ BackboneElement }], // C?An entity used in this activity "signature" : [{ Signature }] //Signature on target }
This structure is derived from Provenance.
Differential View
This structure is derived from Provenance.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Provenance | 0..* | |||
target | S | 1..* | Reference(Resource) | |
period | S | 0..1 | Period | |
recorded | S | 1..1 | instant | |
policy | S | 0..* | uri | |
location | S | 0..1 | Reference(Location) | |
reason | S | 0..* | Coding | |
activity | S | 0..1 | Coding | |
agent | S | 1..* | BackboneElement | |
who[x] | S | 1..1 | uri, Reference(Practitioner), Reference(RelatedPerson), Reference(Patient), Reference(Device), Reference(Organization) | |
onBehalfOf[x] | S | 0..1 | uri, Reference(Practitioner), Reference(RelatedPerson), Reference(Patient), Reference(Device), Reference(Organization) | |
signature | S | 0..* | Signature | |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Provenance | I | 0..* | Who, What, When for a set of resources | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
target | SΣ | 1..* | Reference(Resource) | Target Reference(s) (usually version specific) |
period | S | 0..1 | Period | When the activity occurred |
recorded | SΣ | 1..1 | instant | When the activity was recorded / updated |
policy | S | 0..* | uri | Policy or plan the activity was defined by |
location | S | 0..1 | Reference(Location) | Where the activity occurred, if relevant |
reason | S | 0..* | Coding | Reason the activity is occurring Binding: PurposeOfUse (extensible) |
activity | S | 0..1 | Coding | Activity that occurred Binding: ProvenanceActivityType (extensible) |
agent | SI | 1..* | BackboneElement | Actor involved |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
role | Σ | 0..* | CodeableConcept | What the agents role was Binding: SecurityRoleType (extensible) |
who[x] | SΣ | 1..1 | uri, Reference(Practitioner), Reference(RelatedPerson), Reference(Patient), Reference(Device), Reference(Organization) | Who participated |
onBehalfOf[x] | S | 0..1 | uri, Reference(Practitioner), Reference(RelatedPerson), Reference(Patient), Reference(Device), Reference(Organization) | Who the agent is representing |
relatedAgentType | 0..1 | CodeableConcept | Type of relationship between agents Binding: v3 Code System RoleLinkType (example) | |
entity | I | 0..* | BackboneElement | An entity used in this activity |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
role | Σ | 1..1 | code | derivation | revision | quotation | source | removal Binding: ProvenanceEntityRole (required) |
what[x] | Σ | 1..1 | uri, Reference(Resource), Identifier | Identity of entity |
agent | 0..* | Unknown reference to #Provenance.agent Entity is attributed to this agent | ||
signature | S | 0..* | Signature | Signature on target |
Documentation for this format |
XML Template
<!-- EHRS FM Record Lifecycle Event - Provenance --> <Provenance xmlns="http://hl7.org/fhir" > <!-- from Element: extension --> <id value="[id]"/><!-- 0..1 Logical id of this artifact --> <meta><!-- 0..1 Meta Metadata about the resource --></meta> <implicitRules value="[uri]"/><!-- 0..1 A set of rules under which this content was created --> <language value="[code]"/><!-- 0..1 Language of the resource content --> <text><!-- 0..1 Narrative Text summary of the resource, for human interpretation --></text> <contained><!-- 0..* Resource Contained, inline Resources --></contained> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <target><!-- 1..* Reference(Resource) Target Reference(s) (usually version specific) --></target> <period><!-- 0..1 Period When the activity occurred --></period> <recorded value="[instant]"/><!-- 1..1 When the activity was recorded / updated --> <policy value="[uri]"/><!-- 0..* Policy or plan the activity was defined by --> <location><!-- 0..1 Reference(Location) Where the activity occurred, if relevant --></location> <reason><!-- 0..* Coding Reason the activity is occurring --></reason> <activity><!-- 0..1 Coding Activity that occurred --></activity> <agent> 1..* BackboneElement <!-- 1..* Actor involved --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <role><!-- 0..* CodeableConcept What the agents role was --></role> <who[x]><!-- 1..1 uri|Reference(Practitioner)|Reference(RelatedPerson)|Reference(Patient)|Reference(Device)| Reference(Organization) Who participated --></who[x]> <onBehalfOf[x]><!-- 0..1 uri|Reference(Practitioner)|Reference(RelatedPerson)|Reference(Patient)| Reference(Device)|Reference(Organization) Who the agent is representing --></onBehalfOf[x]> <relatedAgentType><!-- 0..1 CodeableConcept Type of relationship between agents --></relatedAgentType> </agent> <entity> 0..* BackboneElement <!-- 0..* An entity used in this activity --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <role value="[code]"/><!-- 1..1 derivation | revision | quotation | source | removal --> <what[x]><!-- 1..1 uri|Reference(Resource)|Identifier Identity of entity --></what[x]> <agent><!-- See #Provenance.agent Entity is attributed to this agent --></agent> </entity> <signature><!-- 0..* Signature Signature on target --></signature> </Provenance>
JSON Template
{ // EHRS FM Record Lifecycle Event - Provenance // from Element: extension "meta" : { Meta }, //Metadata about the resource "implicitRules" : "<uri>", //A set of rules under which this content was created "language" : "<code>", //Language of the resource content "text" : { Narrative }, //Text summary of the resource, for human interpretation "contained" : [{ Resource }], //Contained, inline Resources "modifierExtension" : [{ Extension }], //Extensions that cannot be ignored "target" : [{ Reference(Resource) }], // R! Target Reference(s) (usually version specific) "period" : { Period }, //When the activity occurred "recorded" : "<instant>", // R! When the activity was recorded / updated "policy" : ["<uri>"], //Policy or plan the activity was defined by "location" : { Reference(Location) }, //Where the activity occurred, if relevant "reason" : [{ Coding }], //Reason the activity is occurring "activity" : { Coding }, //Activity that occurred "agent" : [{ BackboneElement }], // C? R! Actor involved "entity" : [{ BackboneElement }], // C?An entity used in this activity "signature" : [{ Signature }] //Signature on target }
Other representations of profile: Schematron
Path | Name | Conformance | ValueSet |
Provenance.language | Common Languages | extensible | Common Languages |
Provenance.reason | PurposeOfUse | extensible | PurposeOfUse |
Provenance.activity | ProvenanceActivityType | extensible | ProvenanceActivityType |
Provenance.agent.role | ?ext | extensible | security-role-type |
Provenance.agent.relatedAgentType | v3 Code System RoleLinkType | example | v3 Code System RoleLinkType |
Provenance.entity.role | ProvenanceEntityRole | required | ProvenanceEntityRole |