ExampleScenario
A walkthrough of a workflow showing the interaction between systems and the instances shared, possibly including the evolution of instances over time.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/ExampleScenario| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/ExampleScenario/[id] |
| Vread | GET | /fhir/R5/ExampleScenario/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/ExampleScenario/[id] |
| Patch | PATCH | /fhir/R5/ExampleScenario/[id] |
| Delete | DELETE | /fhir/R5/ExampleScenario/[id] |
| Create | POST | /fhir/R5/ExampleScenario |
| Search | GET | /fhir/R5/ExampleScenario?... |
| History | GET | /fhir/R5/ExampleScenario/[id]/_history |
| Type-history | GET | /fhir/R5/ExampleScenario/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
url | uri | 0..1 | Canonical identifier for this example scenario, represented as a URI (globally unique) |
identifier | Identifier | 0..* | Additional identifier for the example scenario |
version | string | 0..1 | Business version of the example scenario |
versionAlgorithm[x] | string / Coding | 0..1 | How to compare versions |
name | string | 0..1 | To be removed? |
title | string | 0..1 | Name for this example scenario (human friendly) |
status | code | 1..1 | draft |
experimental | boolean | 0..1 | For testing purposes, not real usage |
date | dateTime | 0..1 | Date last changed |
publisher | string | 0..1 | Name of the publisher/steward (organization or individual) |
contact | ContactDetail | 0..* | Contact details for the publisher |
description | markdown | 0..1 | Natural language description of the ExampleScenario |
useContext | UsageContext | 0..* | The context that the content is intended to support |
jurisdiction | CodeableConcept | 0..* | Intended jurisdiction for example scenario (if applicable) |
purpose | markdown | 0..1 | The purpose of the example, e.g. to illustrate a scenario |
copyright | markdown | 0..1 | Use and/or publishing restrictions |
copyrightLabel | string | 0..1 | Copyright holder and year(s) |
actor | BackboneElement | 0..* | Individual involved in exchange |
instance | BackboneElement | 0..* | Data used in the scenario |
process | BackboneElement | 0..* | Major process within scenario |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
context | token | A use context assigned to the activity definition |
context-quantity | quantity | A quantity- or range-valued use context assigned to the activity definition |
context-type | token | A type of use context assigned to the activity definition |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the activity definition |
context-type-value | composite | A use context type and value assigned to the activity definition |
date | date | The activity definition publication date |
identifier | token | External identifier for the activity definition |
jurisdiction | token | Intended jurisdiction for the activity definition |
name | string | Computationally friendly name of the activity definition |
publisher | string | Name of the publisher of the activity definition |
status | token | The current status of the activity definition |
url | uri | The uri that identifies the activity definition |
version | token | The business version of the activity definition |
Reference
- Official FHIR R5 spec:
ExampleScenario - Maturity: Trial Use 1 (FMM 1).