Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

R4 Goal: Enhance provenance to support R4 Goal resource #781

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/millennium/r4/foundation/security/provenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Search for Provenances that meet supplied query parameters:
Name | Required? | Type | Description
--------------|-----------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------
`_id` | This or `target` | [`token`] | The logical resource id associated with the resource. Example: `doc-7845`
`target` | This or `_id` | [`reference`] | Target Reference(s) (usually version specific). The AllergyIntolerance, Condition, DocumentReference, Encounter, Immunization, MedicationRequest, Observation and Procedure resources are supported. Example: `DocumentReference/66547`
`target` | This or `_id` | [`reference`] | Target Reference(s) (usually version specific). The AllergyIntolerance, Condition, DocumentReference, Encounter, Immunization, MedicationRequest, Goal, Observation and Procedure resources are supported. Example: `DocumentReference/66547`

### Headers

Expand Down
2 changes: 1 addition & 1 deletion lib/resources/r4/provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fields:
<ul>
<li> Only one target may be provided.</li>
<li> The AllergyIntolerance, Condition, DocumentReference, Encounter, Immunization, MedicationRequest,
Observation, Patient and Procedure resources are supported.</li>
Observation, Goal, Patient and Procedure resources are supported.</li>
</ul>
url: https://hl7.org/fhir/R4/provenance-definitions.html#Provenance.target

Expand Down