Trial Use 2
Clinical — Care Provision
A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.
Endpoints
devhttps://api.sandbox.ovok.com/fhir/R5/GuidanceResponse
| Interaction | Method | Path |
|---|
| Read | GET | /fhir/R5/GuidanceResponse/[id] |
| Vread | GET | /fhir/R5/GuidanceResponse/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/GuidanceResponse/[id] |
| Patch | PATCH | /fhir/R5/GuidanceResponse/[id] |
| Delete | DELETE | /fhir/R5/GuidanceResponse/[id] |
| Create | POST | /fhir/R5/GuidanceResponse |
| Search | GET | /fhir/R5/GuidanceResponse?... |
| History | GET | /fhir/R5/GuidanceResponse/[id]/_history |
| Type-history | GET | /fhir/R5/GuidanceResponse/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|
requestIdentifier | Identifier | 0..1 | The identifier of the request associated with this response, if any |
identifier | Identifier | 0..* | Business identifier |
module[x] | uri / canonical / CodeableConcept | 1..1 | What guidance was requested |
status | code | 1..1 | success |
subject | Reference | 0..1 | Patient the request was performed for |
encounter | Reference | 0..1 | Encounter during which the response was returned |
occurrenceDateTime | dateTime | 0..1 | When the guidance response was processed |
performer | Reference | 0..1 | Device returning the guidance |
reason | CodeableReference | 0..* | Why guidance is needed |
note | Annotation | 0..* | Additional notes about the response |
evaluationMessage | Reference | 0..1 | Messages resulting from the evaluation of the artifact or artifacts |
outputParameters | Reference | 0..1 | The output parameters of the evaluation, if any |
result | Reference | 0..* | Proposed actions, if any |
dataRequirement | DataRequirement | 0..* | Additional required data |
Resource-specific search parameters
| Parameter | Type | Description |
|---|
identifier | token | Account number |
| | |
patient | reference | The entity that caused the expenses |
| | |
request | token | The identifier of the request associated with the response |
status | token | The status of the guidance response |
subject | reference | The subject that the guidance response is about |
Reference