This page is part of the CodeX™ Radiation Therapy (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/codex-radiation-therapy/CapabilityStatement/CodexRTServerCapabilityStatement | Version: 1.0.0 | |||
Draft as of 2020-11-23 | Computable Name: CodeXRTServerCapabilityStatement |
CodeX RT Server CapabilityStatement
Raw OpenAPI-Swagger Definition file | Download
http://hl7.org/fhir/us/codex-radiation-therapy/CapabilityStatement/CodexRTServerCapabilityStatement
CodeX RT Server CapabilityStatement
A CodeX RT Server SHALL:
meta.profile
attribute for each instance.Security:
HTTP 401
unauthorized response code.Summary
Resource Type | Supported Interactions | Supported Profiles | Supported Searches | Supported _includes | Supported _revincludes | Supported Operations |
---|---|---|---|---|---|---|
Patient | read, search-type | Cancer Patient Profile | identifier, family, given, birthdate, gender, family+given+birthdate+gender | |||
Procedure | read, search-type | Radiotherapy Course Summary, Radiotherapy Treated Phase, Radiotherapy Treated Plan | identifier, subject, category, code, identifier+code, subject+code, identifier+category, identifier+category+code, subject+category+code, subject+category | |||
ServiceRequest | read, search-type | Radiotherapy Course Prescription, Radiotherapy Phase Prescription, Radiotherapy Plan Prescription, Radiotherapy Planned Course, Radiotherapy Planned Phase, Radiotherapy Treatment Plan | identifier, subject, category, code, identifier+code, subject+code, identifier+category, identifier+category+code, subject+category+code, subject+category | |||
Device | read | Radiotherapy Seed Device, Radiotherapy Treatment Device | ||||
BodyStructure | read, search-type | Radiotherapy Volume | identifier, patient | |||
Location | read | US Core Location Profile | ||||
Observation | read | Radiotherapy Disease Status |
Conformance Expectation: SHALL
Supported Profiles:
Profile Interaction Summary:
read
, search-type
.Fetch and Search Criteria:
GET [base]/Patient/[id]
GET [base]/Patient/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | identifier | token | GET [base]/Patient?identifier=[system]|[code] |
SHOULD | family | string | GET [base]/Patient?family=[family] |
SHOULD | given | string | GET [base]/Patient?given=[given] |
SHOULD | birthdate | date | GET [base]/Patient?birthdate=[birthdate] |
SHOULD | gender | token | GET [base]/Patient?gender=[system]|[code] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | family+ given+ birthdate+ gender | string+string+date+token | GET [base]/Patient? family=[family]& given=[given]& birthdate=[birthdate]& gender=[system]|[code] |
Conformance Expectation: SHALL
Supported Profiles:
Profile Interaction Summary:
read
, search-type
.Fetch and Search Criteria:
GET [base]/Procedure/[id]
GET [base]/Procedure/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | identifier | token | GET [base]/Procedure?identifier=[system]|[code] |
SHOULD | subject | reference | GET [base]/Procedure?subject=[type]/[id] |
SHOULD | category | token | GET [base]/Procedure?category=[system]|[code] |
SHOULD | code | token | GET [base]/Procedure?code=[system]|[code] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | identifier+ code | token+token | GET [base]/Procedure? identifier=[system]|[code]& code=[system]|[code] |
SHALL | subject+ code | reference+token | GET [base]/Procedure? subject=[type]/[id]& code=[system]|[code] |
SHALL | identifier+ category | token+token | GET [base]/Procedure? identifier=[system]|[code]& category=[system]|[code] |
SHALL | identifier+ category+ code | token+token+token | GET [base]/Procedure? identifier=[system]|[code]& category=[system]|[code]& code=[system]|[code] |
SHALL | subject+ category+ code | reference+token+token | GET [base]/Procedure? subject=[type]/[id]& category=[system]|[code]& code=[system]|[code] |
SHALL | subject+ category | reference+token | GET [base]/Procedure? subject=[type]/[id]& category=[system]|[code] |
Conformance Expectation: SHALL
Supported Profiles:
Profile Interaction Summary:
read
, search-type
.Fetch and Search Criteria:
GET [base]/ServiceRequest/[id]
GET [base]/ServiceRequest/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | identifier | token | GET [base]/ServiceRequest?identifier=[system]|[code] |
SHOULD | subject | reference | GET [base]/ServiceRequest?subject=[type]/[id] |
SHOULD | category | token | GET [base]/ServiceRequest?category=[system]|[code] |
SHOULD | code | token | GET [base]/ServiceRequest?code=[system]|[code] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | identifier+ code | token+token | GET [base]/ServiceRequest? identifier=[system]|[code]& code=[system]|[code] |
SHALL | subject+ code | reference+token | GET [base]/ServiceRequest? subject=[type]/[id]& code=[system]|[code] |
SHALL | identifier+ category | token+token | GET [base]/ServiceRequest? identifier=[system]|[code]& category=[system]|[code] |
SHALL | identifier+ category+ code | token+token+token | GET [base]/ServiceRequest? identifier=[system]|[code]& category=[system]|[code]& code=[system]|[code] |
SHALL | subject+ category+ code | reference+token+token | GET [base]/ServiceRequest? subject=[type]/[id]& category=[system]|[code]& code=[system]|[code] |
SHALL | subject+ category | reference+token | GET [base]/ServiceRequest? subject=[type]/[id]& category=[system]|[code] |
Conformance Expectation: SHOULD
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/Device/[id]
Conformance Expectation: SHALL
Supported Profiles:
Profile Interaction Summary:
read
, search-type
.Fetch and Search Criteria:
GET [base]/BodyStructure/[id]
GET [base]/BodyStructure/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | identifier | token | GET [base]/BodyStructure?identifier=[system]|[code] |
SHALL | patient | reference | GET [base]/BodyStructure?patient=[type]/[id] |
Conformance Expectation: SHOULD
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/Location/[id]
Conformance Expectation: SHOULD
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/Observation/[id]