Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5 - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R2_Provenance_R5

Official URL: http://hl7.org/fhir/1.0/StructureDefinition/profile-Provenance Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: Profile_R2_Provenance_R5

This cross-version profile allows DSTU2 Provenance content to be represented via FHIR R5 Provenance resources.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Provenance 0..* Provenance(5.0.0) Who, What, When for a set of resources
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:target 0..1 Reference(Resource) DSTU2: target additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
... agent ΣC 1..* BackboneElement Actor involved
Constraints: prov-1, prov-2, prov-3
.... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:userId 0..1 Identifier DSTU2: Authorization-system identifier for the agent (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.userId
Constraints: ext-1
..... extension:type 1..1 CodeableConcept DSTU2: Type of relationship between agents (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.type
Binding: R2V3RoleLinkTypeForR5 (0.1.0) (example): Type of relationship between two provenance agents.
Constraints: ext-1
..... extension:target 1..1 uri DSTU2: Reference to other agent in this resource by identifier (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.target
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... who ΣC 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) The agent that participated in the event
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:actor 0..1 Reference(Resource) DSTU2: Individual, device or organization playing role
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... onBehalfOf C 0..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient) The agent that delegated

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
dom-2 error Provenance If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Provenance If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Provenance If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Provenance If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Provenance A resource should have narrative for robust management text.`div`.exists()
ele-1 error Provenance.implicitRules, Provenance.modifierExtension, Provenance.target, Provenance.target.extension, Provenance.target.extension:target, Provenance.target.reference, Provenance.agent, Provenance.agent.extension, Provenance.agent.extension:userId, Provenance.agent.extension:type, Provenance.agent.extension:target, Provenance.agent.modifierExtension, Provenance.agent.who, Provenance.agent.who.extension, Provenance.agent.who.extension:actor, Provenance.agent.who.reference, Provenance.agent.onBehalfOf All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Provenance.modifierExtension, Provenance.target.extension, Provenance.target.extension:target, Provenance.agent.extension, Provenance.agent.extension:userId, Provenance.agent.extension:type, Provenance.agent.extension:target, Provenance.agent.modifierExtension, Provenance.agent.who.extension, Provenance.agent.who.extension:actor Must have either extensions or value[x], not both extension.exists() != value.exists()
prov-1 error Provenance.agent Who and onBehalfOf cannot be the same who.resolve().exists() and onBehalfOf.resolve().exists() implies who.resolve() != onBehalfOf.resolve()
prov-2 error Provenance.agent If who is a PractitionerRole, onBehalfOf can't reference the same Practitioner who.resolve().ofType(PractitionerRole).practitioner.resolve().exists() and onBehalfOf.resolve().ofType(Practitioner).exists() implies who.resolve().practitioner.resolve() != onBehalfOf.resolve()
prov-3 error Provenance.agent If who is an organization, onBehalfOf can't be a PractitionerRole within that organization who.resolve().ofType(Organization).exists() and onBehalfOf.resolve().ofType(PractitionerRole).organization.resolve().exists() implies who.resolve() != onBehalfOf.resolve().organization.resolve()

This structure is derived from Provenance

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Provenance 0..* Provenance(5.0.0) Who, What, When for a set of resources
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.meta
... text
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.text
... target
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:target 0..* Reference(Resource) DSTU2: target additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:location 0..1 Reference(Resource) DSTU2: location additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... agent
.... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:userId 0..1 Identifier DSTU2: Authorization-system identifier for the agent (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.userId
..... extension:type 1..1 CodeableConcept DSTU2: Type of relationship between agents (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.type
Binding: R2V3RoleLinkTypeForR5 (0.1.0) (example): Type of relationship between two provenance agents.
..... extension:target 1..1 uri DSTU2: Reference to other agent in this resource by identifier (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.target
.... who
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:actor 0..1 Reference(Resource) DSTU2: Individual, device or organization playing role
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... entity
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:type 1..1 Coding DSTU2: The type of resource in this entity (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.type
Binding: R2ResourceTypesForR5 (0.1.0) (extensible): The type of an entity used in an activity.
..... extension:display 0..1 string DSTU2: Human description of entity (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.display
.... role
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:role 0..1 code DSTU2: derivation | revision | quotation | source additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.role
Binding: ProvenanceEntityRole (required): How an entity was used in an activity.
.... what
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:reference 0..1 uri DSTU2: reference additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.reference
... signature
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:signature 0..* Signature DSTU2: signature additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.signature

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Provenance 0..* Provenance(5.0.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
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels . (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.text
Constraints: ext-1
.... status 1..1 code generated | extensions | additional | empty
Binding: NarrativeStatus (required): The status of a resource narrative.
.... div C 1..1 xhtml Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... target Σ 1..* Reference(Resource) Target Reference(s) (usually version specific)
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:target 0..1 Reference(Resource) DSTU2: target additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... occurred[x] 0..1 When the activity occurred
.... occurredPeriod Period
.... occurredDateTime dateTime
... recorded Σ 0..1 instant When the activity was recorded / updated
... policy 0..* uri Policy or plan the activity was defined by
... location 0..1 Reference(Location) Where the activity occurred, if relevant
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:location 0..1 Reference(Resource) DSTU2: location additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... authorization 0..* CodeableReference() Authorization (purposeOfUse) related to the event
Binding: PurposeOfUse (3.1.0) (example): The authorized purposeOfUse for the activity.
... activity 0..1 CodeableConcept Activity that occurred
Binding: ProvenanceActivityType (example): The activity that took place.
... basedOn 0..* Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task) Workflow authorization within which this event occurred
... patient 0..1 Reference(Patient) The patient is the subject of the data created/updated (.target) by the activity
... encounter 0..1 Reference(Encounter) Encounter within which this event occurred or which the event is tightly associated
... agent ΣC 1..* BackboneElement Actor involved
Constraints: prov-1, prov-2, prov-3
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:userId 0..1 Identifier DSTU2: Authorization-system identifier for the agent (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.userId
Constraints: ext-1
..... extension:type 1..1 CodeableConcept DSTU2: Type of relationship between agents (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.type
Binding: R2V3RoleLinkTypeForR5 (0.1.0) (example): Type of relationship between two provenance agents.
Constraints: ext-1
..... extension:target 1..1 uri DSTU2: Reference to other agent in this resource by identifier (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.target
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type Σ 0..1 CodeableConcept How the agent participated
Binding: ParticipationRoleType (example): The type of participation that a provenance agent played with respect to the activity.
.... role 0..* CodeableConcept What the agents role was
Binding: SecurityRoleType (example): The role that a provenance agent played with respect to the activity.
.... who ΣC 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) The agent that participated in the event
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:actor 0..1 Reference(Resource) DSTU2: Individual, device or organization playing role
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
..... display ΣC 0..1 string Text alternative for the resource
.... onBehalfOf C 0..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient) The agent that delegated
... entity Σ 0..* BackboneElement An entity used in this activity
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:type 1..1 Coding DSTU2: The type of resource in this entity (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.type
Binding: R2ResourceTypesForR5 (0.1.0) (extensible): The type of an entity used in an activity.
Constraints: ext-1
..... extension:display 0..1 string DSTU2: Human description of entity (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.display
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... role Σ 1..1 code revision | quotation | source | instantiates | removal
Binding: ProvenanceEntityRole (required): How an entity was used in an activity.
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:role 0..1 code DSTU2: derivation | revision | quotation | source additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.role
Binding: ProvenanceEntityRole (required): How an entity was used in an activity.
Constraints: ext-1
..... value 0..1 code Primitive value for code
.... what Σ 1..1 Reference(Resource) Identity of entity
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:reference 1..1 uri DSTU2: reference additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
..... display ΣC 0..1 string Text alternative for the resource
.... agent 0..* See agent (Provenance) Entity is attributed to this agent
... signature 0..* Signature Signature on target
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:signature 0..* Signature DSTU2: signature additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.signature
Constraints: ext-1
.... type Σ 0..* Coding Indication of the reason the entity signed the object(s)
Binding: SignatureTypeCodes (preferred): An indication of the reason that an entity signed the object.
.... when Σ 0..1 instant When the signature was created
.... who Σ 0..1 Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) Who signed
.... onBehalfOf Σ 0..1 Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) The party represented
.... targetFormat 0..1 code The technical format of the signed resources
Binding: MimeTypes (required): BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)
.... sigFormat 0..1 code The technical format of the signature
Binding: MimeTypes (required): BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)
.... data 0..1 base64Binary The actual signature content (XML DigSig. JWS, picture, etc.)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Provenance.meta.security Base extensible All Security Labels . 📍5.0.0 tx.fhir.org
Provenance.meta.tag Base example Common Tags 📍5.0.0 FHIR Std.
Provenance.language Base required All Languages 📍5.0.0 FHIR Std.
Provenance.text.status Base required NarrativeStatus 📍5.0.0 FHIR Std.
Provenance.target.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
Provenance.location.​type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
Provenance.authorization Base example PurposeOfUse 📍3.1.0 THO v7.1
Provenance.activity Base example ValueSet of sample of representative activity type codes. 📍5.0.0 FHIR Std.
Provenance.agent.type Base example Participation Role Type 📍5.0.0 FHIR Std.
Provenance.agent.role Base example Security Role Type 📍5.0.0 FHIR Std.
Provenance.agent.who.​type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
Provenance.entity.role Base required Provenance Entity Role 📍5.0.0 FHIR Std.
Provenance.entity.what.​type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
Provenance.signature.​type Base preferred Signature Type Codes 📍5.0.0 FHIR Std.
Provenance.signature.​targetFormat Base required Mime Types 📍5.0.0 FHIR Std.
Provenance.signature.​sigFormat Base required Mime Types 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Provenance If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Provenance If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Provenance If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Provenance If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Provenance A resource should have narrative for robust management text.`div`.exists()
ele-1 error Provenance.meta, Provenance.meta.extension, Provenance.meta.extension:meta, Provenance.meta.versionId, Provenance.meta.lastUpdated, Provenance.meta.source, Provenance.meta.profile, Provenance.meta.security, Provenance.meta.tag, Provenance.implicitRules, Provenance.language, Provenance.text, Provenance.text.extension, Provenance.text.extension:text, Provenance.text.status, Provenance.text.div, Provenance.extension, Provenance.modifierExtension, Provenance.target, Provenance.target.extension, Provenance.target.extension:target, Provenance.target.reference, Provenance.target.type, Provenance.target.identifier, Provenance.target.display, Provenance.occurred[x], Provenance.recorded, Provenance.policy, Provenance.location, Provenance.location.extension, Provenance.location.extension:location, Provenance.location.reference, Provenance.location.type, Provenance.location.identifier, Provenance.location.display, Provenance.authorization, Provenance.activity, Provenance.basedOn, Provenance.patient, Provenance.encounter, Provenance.agent, Provenance.agent.extension, Provenance.agent.extension:userId, Provenance.agent.extension:type, Provenance.agent.extension:target, Provenance.agent.modifierExtension, Provenance.agent.type, Provenance.agent.role, Provenance.agent.who, Provenance.agent.who.extension, Provenance.agent.who.extension:actor, Provenance.agent.who.reference, Provenance.agent.who.type, Provenance.agent.who.identifier, Provenance.agent.who.display, Provenance.agent.onBehalfOf, Provenance.entity, Provenance.entity.extension, Provenance.entity.extension:type, Provenance.entity.extension:display, Provenance.entity.modifierExtension, Provenance.entity.role, Provenance.entity.role.extension, Provenance.entity.role.extension:role, Provenance.entity.what, Provenance.entity.what.extension, Provenance.entity.what.extension:reference, Provenance.entity.what.reference, Provenance.entity.what.type, Provenance.entity.what.identifier, Provenance.entity.what.display, Provenance.entity.agent, Provenance.signature, Provenance.signature.extension, Provenance.signature.extension:signature, Provenance.signature.type, Provenance.signature.when, Provenance.signature.who, Provenance.signature.onBehalfOf, Provenance.signature.targetFormat, Provenance.signature.sigFormat, Provenance.signature.data All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Provenance.meta.extension, Provenance.meta.extension:meta, Provenance.text.extension, Provenance.text.extension:text, Provenance.extension, Provenance.modifierExtension, Provenance.target.extension, Provenance.target.extension:target, Provenance.location.extension, Provenance.location.extension:location, Provenance.agent.extension, Provenance.agent.extension:userId, Provenance.agent.extension:type, Provenance.agent.extension:target, Provenance.agent.modifierExtension, Provenance.agent.who.extension, Provenance.agent.who.extension:actor, Provenance.entity.extension, Provenance.entity.extension:type, Provenance.entity.extension:display, Provenance.entity.modifierExtension, Provenance.entity.role.extension, Provenance.entity.role.extension:role, Provenance.entity.what.extension, Provenance.entity.what.extension:reference, Provenance.signature.extension, Provenance.signature.extension:signature Must have either extensions or value[x], not both extension.exists() != value.exists()
prov-1 error Provenance.agent Who and onBehalfOf cannot be the same who.resolve().exists() and onBehalfOf.resolve().exists() implies who.resolve() != onBehalfOf.resolve()
prov-2 error Provenance.agent If who is a PractitionerRole, onBehalfOf can't reference the same Practitioner who.resolve().ofType(PractitionerRole).practitioner.resolve().exists() and onBehalfOf.resolve().ofType(Practitioner).exists() implies who.resolve().practitioner.resolve() != onBehalfOf.resolve()
prov-3 error Provenance.agent If who is an organization, onBehalfOf can't be a PractitionerRole within that organization who.resolve().ofType(Organization).exists() and onBehalfOf.resolve().ofType(PractitionerRole).organization.resolve().exists() implies who.resolve() != onBehalfOf.resolve().organization.resolve()
txt-1 error Provenance.text.div The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes htmlChecks()
txt-2 error Provenance.text.div The narrative SHALL have some non-whitespace content htmlChecks()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Provenance 0..* Provenance(5.0.0) Who, What, When for a set of resources
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:target 0..1 Reference(Resource) DSTU2: target additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
... agent ΣC 1..* BackboneElement Actor involved
Constraints: prov-1, prov-2, prov-3
.... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:userId 0..1 Identifier DSTU2: Authorization-system identifier for the agent (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.userId
Constraints: ext-1
..... extension:type 1..1 CodeableConcept DSTU2: Type of relationship between agents (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.type
Binding: R2V3RoleLinkTypeForR5 (0.1.0) (example): Type of relationship between two provenance agents.
Constraints: ext-1
..... extension:target 1..1 uri DSTU2: Reference to other agent in this resource by identifier (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.target
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... who ΣC 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) The agent that participated in the event
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:actor 0..1 Reference(Resource) DSTU2: Individual, device or organization playing role
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... onBehalfOf C 0..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient) The agent that delegated

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
dom-2 error Provenance If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Provenance If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Provenance If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Provenance If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Provenance A resource should have narrative for robust management text.`div`.exists()
ele-1 error Provenance.implicitRules, Provenance.modifierExtension, Provenance.target, Provenance.target.extension, Provenance.target.extension:target, Provenance.target.reference, Provenance.agent, Provenance.agent.extension, Provenance.agent.extension:userId, Provenance.agent.extension:type, Provenance.agent.extension:target, Provenance.agent.modifierExtension, Provenance.agent.who, Provenance.agent.who.extension, Provenance.agent.who.extension:actor, Provenance.agent.who.reference, Provenance.agent.onBehalfOf All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Provenance.modifierExtension, Provenance.target.extension, Provenance.target.extension:target, Provenance.agent.extension, Provenance.agent.extension:userId, Provenance.agent.extension:type, Provenance.agent.extension:target, Provenance.agent.modifierExtension, Provenance.agent.who.extension, Provenance.agent.who.extension:actor Must have either extensions or value[x], not both extension.exists() != value.exists()
prov-1 error Provenance.agent Who and onBehalfOf cannot be the same who.resolve().exists() and onBehalfOf.resolve().exists() implies who.resolve() != onBehalfOf.resolve()
prov-2 error Provenance.agent If who is a PractitionerRole, onBehalfOf can't reference the same Practitioner who.resolve().ofType(PractitionerRole).practitioner.resolve().exists() and onBehalfOf.resolve().ofType(Practitioner).exists() implies who.resolve().practitioner.resolve() != onBehalfOf.resolve()
prov-3 error Provenance.agent If who is an organization, onBehalfOf can't be a PractitionerRole within that organization who.resolve().ofType(Organization).exists() and onBehalfOf.resolve().ofType(PractitionerRole).organization.resolve().exists() implies who.resolve() != onBehalfOf.resolve().organization.resolve()

Differential View

This structure is derived from Provenance

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Provenance 0..* Provenance(5.0.0) Who, What, When for a set of resources
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.meta
... text
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.text
... target
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:target 0..* Reference(Resource) DSTU2: target additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:location 0..1 Reference(Resource) DSTU2: location additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... agent
.... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:userId 0..1 Identifier DSTU2: Authorization-system identifier for the agent (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.userId
..... extension:type 1..1 CodeableConcept DSTU2: Type of relationship between agents (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.type
Binding: R2V3RoleLinkTypeForR5 (0.1.0) (example): Type of relationship between two provenance agents.
..... extension:target 1..1 uri DSTU2: Reference to other agent in this resource by identifier (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.target
.... who
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:actor 0..1 Reference(Resource) DSTU2: Individual, device or organization playing role
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... entity
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:type 1..1 Coding DSTU2: The type of resource in this entity (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.type
Binding: R2ResourceTypesForR5 (0.1.0) (extensible): The type of an entity used in an activity.
..... extension:display 0..1 string DSTU2: Human description of entity (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.display
.... role
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:role 0..1 code DSTU2: derivation | revision | quotation | source additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.role
Binding: ProvenanceEntityRole (required): How an entity was used in an activity.
.... what
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:reference 0..1 uri DSTU2: reference additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.reference
... signature
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:signature 0..* Signature DSTU2: signature additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.signature

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Provenance 0..* Provenance(5.0.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
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels . (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.text
Constraints: ext-1
.... status 1..1 code generated | extensions | additional | empty
Binding: NarrativeStatus (required): The status of a resource narrative.
.... div C 1..1 xhtml Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... target Σ 1..* Reference(Resource) Target Reference(s) (usually version specific)
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:target 0..1 Reference(Resource) DSTU2: target additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... occurred[x] 0..1 When the activity occurred
.... occurredPeriod Period
.... occurredDateTime dateTime
... recorded Σ 0..1 instant When the activity was recorded / updated
... policy 0..* uri Policy or plan the activity was defined by
... location 0..1 Reference(Location) Where the activity occurred, if relevant
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:location 0..1 Reference(Resource) DSTU2: location additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... authorization 0..* CodeableReference() Authorization (purposeOfUse) related to the event
Binding: PurposeOfUse (3.1.0) (example): The authorized purposeOfUse for the activity.
... activity 0..1 CodeableConcept Activity that occurred
Binding: ProvenanceActivityType (example): The activity that took place.
... basedOn 0..* Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task) Workflow authorization within which this event occurred
... patient 0..1 Reference(Patient) The patient is the subject of the data created/updated (.target) by the activity
... encounter 0..1 Reference(Encounter) Encounter within which this event occurred or which the event is tightly associated
... agent ΣC 1..* BackboneElement Actor involved
Constraints: prov-1, prov-2, prov-3
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 2..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:userId 0..1 Identifier DSTU2: Authorization-system identifier for the agent (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.userId
Constraints: ext-1
..... extension:type 1..1 CodeableConcept DSTU2: Type of relationship between agents (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.type
Binding: R2V3RoleLinkTypeForR5 (0.1.0) (example): Type of relationship between two provenance agents.
Constraints: ext-1
..... extension:target 1..1 uri DSTU2: Reference to other agent in this resource by identifier (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.agent.relatedAgent.target
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type Σ 0..1 CodeableConcept How the agent participated
Binding: ParticipationRoleType (example): The type of participation that a provenance agent played with respect to the activity.
.... role 0..* CodeableConcept What the agents role was
Binding: SecurityRoleType (example): The role that a provenance agent played with respect to the activity.
.... who ΣC 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) The agent that participated in the event
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:actor 0..1 Reference(Resource) DSTU2: Individual, device or organization playing role
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
..... display ΣC 0..1 string Text alternative for the resource
.... onBehalfOf C 0..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient) The agent that delegated
... entity Σ 0..* BackboneElement An entity used in this activity
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:type 1..1 Coding DSTU2: The type of resource in this entity (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.type
Binding: R2ResourceTypesForR5 (0.1.0) (extensible): The type of an entity used in an activity.
Constraints: ext-1
..... extension:display 0..1 string DSTU2: Human description of entity (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.display
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... role Σ 1..1 code revision | quotation | source | instantiates | removal
Binding: ProvenanceEntityRole (required): How an entity was used in an activity.
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:role 0..1 code DSTU2: derivation | revision | quotation | source additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.role
Binding: ProvenanceEntityRole (required): How an entity was used in an activity.
Constraints: ext-1
..... value 0..1 code Primitive value for code
.... what Σ 1..1 Reference(Resource) Identity of entity
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:reference 1..1 uri DSTU2: reference additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.entity.reference
Constraints: ext-1
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
..... display ΣC 0..1 string Text alternative for the resource
.... agent 0..* See agent (Provenance) Entity is attributed to this agent
... signature 0..* Signature Signature on target
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:signature 0..* Signature DSTU2: signature additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-Provenance.signature
Constraints: ext-1
.... type Σ 0..* Coding Indication of the reason the entity signed the object(s)
Binding: SignatureTypeCodes (preferred): An indication of the reason that an entity signed the object.
.... when Σ 0..1 instant When the signature was created
.... who Σ 0..1 Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) Who signed
.... onBehalfOf Σ 0..1 Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) The party represented
.... targetFormat 0..1 code The technical format of the signed resources
Binding: MimeTypes (required): BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)
.... sigFormat 0..1 code The technical format of the signature
Binding: MimeTypes (required): BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)
.... data 0..1 base64Binary The actual signature content (XML DigSig. JWS, picture, etc.)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Provenance.meta.security Base extensible All Security Labels . 📍5.0.0 tx.fhir.org
Provenance.meta.tag Base example Common Tags 📍5.0.0 FHIR Std.
Provenance.language Base required All Languages 📍5.0.0 FHIR Std.
Provenance.text.status Base required NarrativeStatus 📍5.0.0 FHIR Std.
Provenance.target.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
Provenance.location.​type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
Provenance.authorization Base example PurposeOfUse 📍3.1.0 THO v7.1
Provenance.activity Base example ValueSet of sample of representative activity type codes. 📍5.0.0 FHIR Std.
Provenance.agent.type Base example Participation Role Type 📍5.0.0 FHIR Std.
Provenance.agent.role Base example Security Role Type 📍5.0.0 FHIR Std.
Provenance.agent.who.​type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
Provenance.entity.role Base required Provenance Entity Role 📍5.0.0 FHIR Std.
Provenance.entity.what.​type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
Provenance.signature.​type Base preferred Signature Type Codes 📍5.0.0 FHIR Std.
Provenance.signature.​targetFormat Base required Mime Types 📍5.0.0 FHIR Std.
Provenance.signature.​sigFormat Base required Mime Types 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Provenance If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Provenance If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Provenance If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Provenance If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Provenance A resource should have narrative for robust management text.`div`.exists()
ele-1 error Provenance.meta, Provenance.meta.extension, Provenance.meta.extension:meta, Provenance.meta.versionId, Provenance.meta.lastUpdated, Provenance.meta.source, Provenance.meta.profile, Provenance.meta.security, Provenance.meta.tag, Provenance.implicitRules, Provenance.language, Provenance.text, Provenance.text.extension, Provenance.text.extension:text, Provenance.text.status, Provenance.text.div, Provenance.extension, Provenance.modifierExtension, Provenance.target, Provenance.target.extension, Provenance.target.extension:target, Provenance.target.reference, Provenance.target.type, Provenance.target.identifier, Provenance.target.display, Provenance.occurred[x], Provenance.recorded, Provenance.policy, Provenance.location, Provenance.location.extension, Provenance.location.extension:location, Provenance.location.reference, Provenance.location.type, Provenance.location.identifier, Provenance.location.display, Provenance.authorization, Provenance.activity, Provenance.basedOn, Provenance.patient, Provenance.encounter, Provenance.agent, Provenance.agent.extension, Provenance.agent.extension:userId, Provenance.agent.extension:type, Provenance.agent.extension:target, Provenance.agent.modifierExtension, Provenance.agent.type, Provenance.agent.role, Provenance.agent.who, Provenance.agent.who.extension, Provenance.agent.who.extension:actor, Provenance.agent.who.reference, Provenance.agent.who.type, Provenance.agent.who.identifier, Provenance.agent.who.display, Provenance.agent.onBehalfOf, Provenance.entity, Provenance.entity.extension, Provenance.entity.extension:type, Provenance.entity.extension:display, Provenance.entity.modifierExtension, Provenance.entity.role, Provenance.entity.role.extension, Provenance.entity.role.extension:role, Provenance.entity.what, Provenance.entity.what.extension, Provenance.entity.what.extension:reference, Provenance.entity.what.reference, Provenance.entity.what.type, Provenance.entity.what.identifier, Provenance.entity.what.display, Provenance.entity.agent, Provenance.signature, Provenance.signature.extension, Provenance.signature.extension:signature, Provenance.signature.type, Provenance.signature.when, Provenance.signature.who, Provenance.signature.onBehalfOf, Provenance.signature.targetFormat, Provenance.signature.sigFormat, Provenance.signature.data All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Provenance.meta.extension, Provenance.meta.extension:meta, Provenance.text.extension, Provenance.text.extension:text, Provenance.extension, Provenance.modifierExtension, Provenance.target.extension, Provenance.target.extension:target, Provenance.location.extension, Provenance.location.extension:location, Provenance.agent.extension, Provenance.agent.extension:userId, Provenance.agent.extension:type, Provenance.agent.extension:target, Provenance.agent.modifierExtension, Provenance.agent.who.extension, Provenance.agent.who.extension:actor, Provenance.entity.extension, Provenance.entity.extension:type, Provenance.entity.extension:display, Provenance.entity.modifierExtension, Provenance.entity.role.extension, Provenance.entity.role.extension:role, Provenance.entity.what.extension, Provenance.entity.what.extension:reference, Provenance.signature.extension, Provenance.signature.extension:signature Must have either extensions or value[x], not both extension.exists() != value.exists()
prov-1 error Provenance.agent Who and onBehalfOf cannot be the same who.resolve().exists() and onBehalfOf.resolve().exists() implies who.resolve() != onBehalfOf.resolve()
prov-2 error Provenance.agent If who is a PractitionerRole, onBehalfOf can't reference the same Practitioner who.resolve().ofType(PractitionerRole).practitioner.resolve().exists() and onBehalfOf.resolve().ofType(Practitioner).exists() implies who.resolve().practitioner.resolve() != onBehalfOf.resolve()
prov-3 error Provenance.agent If who is an organization, onBehalfOf can't be a PractitionerRole within that organization who.resolve().ofType(Organization).exists() and onBehalfOf.resolve().ofType(PractitionerRole).organization.resolve().exists() implies who.resolve() != onBehalfOf.resolve().organization.resolve()
txt-1 error Provenance.text.div The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes htmlChecks()
txt-2 error Provenance.text.div The narrative SHALL have some non-whitespace content htmlChecks()

 

Other representations of profile: CSV, Excel, Schematron