CodeSystem
Read
Read a single CodeSystem by id.
Request:
[GET] /fhir/CodeSystem/<id>
Read specific version
Read a specific version of a single CodeSystem by id.
Request:
[GET] /fhir/CodeSystem/<id>/_history/<version>
Retrieve history
Retrieve all versions of a single resource.
Request:
[GET] /fhir/CodeSystem/<id>/_history
Search
Search for resources of type CodeSystem
Request:
[GET] /fhir/CodeSystem?searchParams
List of supported search parameters:
Supported query parameters:
| Name | Type | Description |
|---|---|---|
| _id | string | The resource identity |
| _lastUpdated | date | Only return resources which were last updated as specified by the given range |
| _page | string | |
| code | token | A code defined in the code system |
| content-mode | token | not-present - example - fragment - complete - supplement |
| context | token | A use context assigned to the code system |
| context-quantity | quantity | A quantity- or range-valued use context assigned to the code system |
| context-type | token | A type of use context assigned to the code system |
| context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the code system |
| context-type-value | composite | A use context type and value assigned to the code system |
| date | date | The code system publication date |
| description | string | The description of the code system |
| identifier | token | External identifier for the code system |
| jurisdiction | token | Intended jurisdiction for the code system |
| language | token | A language in which a designation is provided |
| name | string | Computationally friendly name of the code system |
| publisher | string | Name of the publisher of the code system |
| status | token | The current status of the code system |
| supplements | reference | Find code system supplements for the referenced code system |
| system | uri | The system for any codes defined by this code system (same as 'url') |
| title | string | The human-friendly name of the code system |
| url | uri | The uri that identifies the code system |
| version | token | The business version of the code system |
Create
Create a new resource of type CodeSystem.
Request:
[POST] /fhir/CodeSystem
Update
Updates a resource of type CodeSystem.
Request:
[PUT] /fhir/CodeSystem/<id>