Draft
Foundation
Identifies two or more records (resource instances) that refer to the same real-world "occurrence".
Endpoints
devhttps://api.sandbox.ovok.com/fhir/R5/Linkage
| Interaction | Method | Path |
|---|
| Read | GET | /fhir/R5/Linkage/[id] |
| Vread | GET | /fhir/R5/Linkage/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/Linkage/[id] |
| Patch | PATCH | /fhir/R5/Linkage/[id] |
| Delete | DELETE | /fhir/R5/Linkage/[id] |
| Create | POST | /fhir/R5/Linkage |
| Search | GET | /fhir/R5/Linkage?... |
| History | GET | /fhir/R5/Linkage/[id]/_history |
| Type-history | GET | /fhir/R5/Linkage/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|
active | boolean | 0..1 | Whether this linkage assertion is active or not |
author | Reference | 0..1 | Who is responsible for linkages |
item | BackboneElement | 1..* | Item to be linked |
Resource-specific search parameters
| Parameter | Type | Description |
|---|
author | reference | Author of the Linkage |
item | reference | Matches on any item in the Linkage |
source | reference | Matches on any item in the Linkage with a type of 'source' |
Reference
- Official FHIR R5 spec:
Linkage
- Maturity: Draft (FMM 0).