Trial Use 3
Foundation
Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.
Endpoints
devhttps://api.sandbox.ovok.com/fhir/R5/Basic
| Interaction | Method | Path |
|---|
| Read | GET | /fhir/R5/Basic/[id] |
| Vread | GET | /fhir/R5/Basic/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/Basic/[id] |
| Patch | PATCH | /fhir/R5/Basic/[id] |
| Delete | DELETE | /fhir/R5/Basic/[id] |
| Create | POST | /fhir/R5/Basic |
| Search | GET | /fhir/R5/Basic?... |
| History | GET | /fhir/R5/Basic/[id]/_history |
| Type-history | GET | /fhir/R5/Basic/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|
identifier | Identifier | 0..* | Business identifier |
code | CodeableConcept | 1..1 | Kind of Resource modifier |
subject | Reference | 0..1 | Identifies the focus of this resource |
created | dateTime | 0..1 | When created |
author | Reference | 0..1 | Who created |
Resource-specific search parameters
| Parameter | Type | Description |
|---|
author | reference | Who created |
code | token | Event or incident that occurred or was averted |
| | |
created | date | When created |
identifier | token | Account number |
| | |
patient | reference | The entity that caused the expenses |
| | |
subject | reference | Identifies the focus of this resource |
Reference
- Official FHIR R5 spec:
Basic
- Maturity: Trial Use 3 (FMM 3).