This page is part of the US Core (v3.0.0: STU3) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions
Downloads: CapabilityStatement: (XML, JSON),OpenAPI-Swagger Definition file
Client CapabilityStatement
- FHIR Version: 4.0.0
- Supported formats: xml, json
- Published: 2019-05-28
- Published by: HL7 International - US Realm Steering Committee
The Section describes the expected capabilities of the US Core Client which is responsible for creating and initiating the queries for information about an individual patient. The complete list of FHIR profiles, RESTful operations, and search parameters supported by US Core Servers are defined in the Conformance Requirements for Server. US Core Clients have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.
FHIR RESTful Capabilities
The US Core Client SHALL:
- Support fetching and querying of one or more US Core profile(s), using the supported RESTful interactions and search parameters declared in the US Core Server CapabilityStatement.
Security:
- See the [General Security Considerations] section for requirements and recommendations.
RESTful Capabilities by Resource/Profile:
Summary of Search Criteria
Resource Type | Supported Profiles | Supported Searches | Supported Includes | Supported Operations |
---|---|---|---|---|
AllergyIntolerance | US Core AllergyIntolerance Profile | patient, patient+clinical-status | ||
CarePlan | US Core CarePlan Profile | , patient+category+status+date, patient+category+status, patient+category+date, patient+category | ||
CareTeam | US Core CareTeam Profile | , patient+status | ||
Condition | US Core Condition Profile | patient, patient+code, patient+category, patient+clinical-status, patient+onset-date | ||
Device | US Core Device Profile | patient, patient+type | ||
DiagnosticReport | US Core DiagnosticReport Profile for Report and Note exchange, US Core DiagnosticReport Profile for Laboratory Results Reporting | , patient+code, patient+category, patient+code+date, patient+category+date, patient+category+date, patient+category, patient+status | ||
DocumentReference | US Core DocumentReference Profile | _id, patient, patient+type, patient+category+date, patient+type+period, patient+category, patient+status | $docref | |
Encounter | US Core Encounter Profile | _id, identifier, patient, class+patient, patient+type, date+patient, patient+status | ||
Goal | US Core Goal Profile | patient, patient+target-date, patient+lifecycle-status | ||
Immunization | US Core Immunization Profile | patient, patient+status, patient+date | ||
Location | US Core Location Profile | name, address, address-city, address-state, address-postalcode | ||
Medication | US Core Medication Profile | |||
MedicationRequest | US Core MedicationRequest Profile | patient, patient+status, patient+authoredon | MedicationRequest:medication | |
MedicationStatement | US Core MedicationStatement Profile | patient, patient+status, patient+effective | MedicationStatement:medication | |
Observation | US Core Smoking Status Observation Profile, US Core Pediatric Weight for Height Observation Profile, US Core Laboratory Result Observation Profile, US Core Pediatric BMI for Age Observation Profile | , patient+code, patient+category+status, patient+code+date, patient+category+date, patient+category | ||
Organization | US Core Organization Profile | name, address | ||
Patient | US Core Patient Profile | _id, identifier, name, birthdate+name, gender+name, birthdate+family, family+gender | ||
Practitioner | US Core Practitioner Profile | name, identifier | ||
PractitionerRole | US Core PractitionerRole Profile | specialty, practitioner | PractitionerRole:endpoint, PractitionerRole:practitioner | |
Procedure | US Core Procedure Profile | patient, patient+status, patient+date, patient+code+date |
AllergyIntolerance
Supported Profiles: US Core AllergyIntolerance Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a AllergyIntolerance resource using:
GET [base]/AllergyIntolerance/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | clinical-status | token | GET [base]/AllergyIntolerance?clinical-status=[system]|[code] |
SHALL | patient | reference | GET [base]/AllergyIntolerance?patient=[patient] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD | patient+clinical-status | reference+token | GET [base]/AllergyIntolerance?patient=[patient]&clinical-status=[system]|[code] |
CarePlan
Supported Profiles: US Core CarePlan Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a CarePlan resource using:
GET [base]/CarePlan/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | category | token | GET [base]/CarePlan?category=[system]|[code] |
MAY | date | date | GET [base]/CarePlan?date=[date] |
MAY | patient | reference | GET [base]/CarePlan?patient=[patient] |
MAY | status | token | GET [base]/CarePlan?status=[status] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD | patient+category+status+date | reference+token+token+date | GET [base]/CarePlan?patient=[patient]&category=[system]|[code]&status=[status]&date=[date] |
SHOULD | patient+category+status | reference+token+token | GET [base]/CarePlan?patient=[patient]&category=[system]|[code]&status=[status] |
SHOULD | patient+category+date | reference+token+date | GET [base]/CarePlan?patient=[patient]&category=[system]|[code]&date=[date] |
SHALL | patient+category | reference+token | GET [base]/CarePlan?patient=[patient]&category=[system]|[code] |
CareTeam
Supported Profiles: US Core CareTeam Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a CareTeam resource using:
GET [base]/CareTeam/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | patient | reference | GET [base]/CareTeam?patient=[patient] |
MAY | status | token | GET [base]/CareTeam?status=[status] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | patient+status | reference+token | GET [base]/CareTeam?patient=[patient]&status=[status] |
Condition
Supported Profiles: US Core Condition Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Condition resource using:
GET [base]/Condition/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | category | token | GET [base]/Condition?category=[system]|[code] |
MAY | clinical-status | token | GET [base]/Condition?clinical-status=[system]|[code] |
SHALL | patient | reference | GET [base]/Condition?patient=[patient] |
MAY | onset-date | date | GET [base]/Condition?onset-date=[onset-date] |
MAY | code | token | GET [base]/Condition?code=[system]|[code] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD | patient+code | reference+token | GET [base]/Condition?patient=[patient]&code=[system]|[code] |
SHOULD | patient+category | reference+token | GET [base]/Condition?patient=[patient]&category=[system]|[code] |
SHOULD | patient+clinical-status | reference+token | GET [base]/Condition?patient=[patient]&clinical-status=[system]|[code] |
SHOULD | patient+onset-date | reference+date | GET [base]/Condition?patient=[patient]&onset-date=[onset-date] |
Device
Supported Profiles: US Core Device Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Device resource using:
GET [base]/Device/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | patient | reference | GET [base]/Device?patient=[patient] |
MAY | type | token | GET [base]/Device?type=[system]|[code] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD | patient+type | reference+token | GET [base]/Device?patient=[patient]&type=[system]|[code] |
DiagnosticReport
Supported Profiles: US Core DiagnosticReport Profile for Report and Note exchange, US Core DiagnosticReport Profile for Laboratory Results Reporting
Profile Interaction Summary:
- SHALL support
create
†,search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
update
,patch
,delete
,history-type
.
create†This conformance expectation applies only to the US Core DiagnosticReport Profile for Report and Note exchange profile. The conformance expectation for the US Core DiagnosticReport Profile for Laboratory Results Reporting is MAY.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a DiagnosticReport resource using:
GET [base]/DiagnosticReport/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | status | token | GET [base]/DiagnosticReport?status=[status] |
MAY | patient | reference | GET [base]/DiagnosticReport?patient=[patient] |
MAY | category | token | GET [base]/DiagnosticReport?category=[system]|[code] |
MAY | code | token | GET [base]/DiagnosticReport?code=[system]|[code] |
MAY | date | date | GET [base]/DiagnosticReport?date=[date] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | patient+code | reference+token | GET [base]/DiagnosticReport?patient=[patient]&code=[system]|[code] |
SHOULD | patient+category | reference+token | GET [base]/DiagnosticReport?patient=[patient]&category=[system]|[code] |
SHOULD | patient+code+date | reference+token+date | GET [base]/DiagnosticReport?patient=[patient]&code=[system]|[code]&date=[date] |
SHALL | patient+category+date | reference+token+date | GET [base]/DiagnosticReport?patient=[patient]&category=[system]|[code]&date=[date] |
SHOULD | patient+category+date | reference+token+date | GET [base]/DiagnosticReport?patient=[patient]&category=[system]|[code]&date=[date] |
SHALL | patient+category | reference+token | GET [base]/DiagnosticReport?patient=[patient]&category=[system]|[code] |
SHOULD | patient+status | reference+token | GET [base]/DiagnosticReport?patient=[patient]&status=[status] |
DocumentReference
Supported Profiles: US Core DocumentReference Profile
Resource Specific Documentation:
The DocumentReference.type binding SHALL support at a minimum the 5 Common Clinical Notes and may extend to the full US Core DocumentReference Type Value Set
Profile Interaction Summary:
- SHALL support
create
,search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
update
,patch
,delete
,history-type
.
Operation Summary:
- SHOULD support the
$docref operation
A client SHOULD be capable of transacting a $docref operation and capable of receiving at least a reference to a generated CCD document, and MAY be able to receive other document types, if available. SHOULD be capable of receiving documents as included resources in response to the operation.
GET [base]/DocumentReference/$docref?patient=[id]
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a DocumentReference resource using:
GET [base]/DocumentReference/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/DocumentReference?_id=[id] |
MAY | status | token | GET [base]/DocumentReference?status=[status] |
SHALL | patient | reference | GET [base]/DocumentReference?patient=[patient] |
MAY | category | token | GET [base]/DocumentReference?category=[system]|[code] |
MAY | type | token | GET [base]/DocumentReference?type=[system]|[code] |
MAY | date | date | GET [base]/DocumentReference?date=[date] |
MAY | period | date | GET [base]/DocumentReference?period=[period] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | patient+type | reference+token | GET [base]/DocumentReference?patient=[patient]&type=[system]|[code] |
SHALL | patient+category+date | reference+token+date | GET [base]/DocumentReference?patient=[patient]&category=[system]|[code]&date=[date] |
SHOULD | patient+type+period | reference+token+date | GET [base]/DocumentReference?patient=[patient]&type=[system]|[code]&period=[period] |
SHALL | patient+category | reference+token | GET [base]/DocumentReference?patient=[patient]&category=[system]|[code] |
SHOULD | patient+status | reference+token | GET [base]/DocumentReference?patient=[patient]&status=[status] |
Encounter
Supported Profiles: US Core Encounter Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Encounter resource using:
GET [base]/Encounter/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Encounter?_id=[id] |
MAY | class | token | GET [base]/Encounter?class=[system]|[code] |
MAY | date | date | GET [base]/Encounter?date=[date] |
SHOULD | identifier | token | GET [base]/Encounter?identifier=[system]|[code] |
SHALL | patient | reference | GET [base]/Encounter?patient=[patient] |
MAY | status | token | GET [base]/Encounter?status=[status] |
MAY | type | token | GET [base]/Encounter?type=[system]|[code] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD | class+patient | token+reference | GET [base]/Encounter?class=[system]|[code]&patient=[patient] |
SHOULD | patient+type | reference+token | GET [base]/Encounter?patient=[patient]&type=[system]|[code] |
SHALL | date+patient | date+reference | GET [base]/Encounter?date=[date]&patient=[patient] |
SHOULD | patient+status | reference+token | GET [base]/Encounter?patient=[patient]&status=[status] |
Goal
Supported Profiles: US Core Goal Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Goal resource using:
GET [base]/Goal/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | lifecycle-status | token | GET [base]/Goal?lifecycle-status=[system]|[code] |
SHALL | patient | reference | GET [base]/Goal?patient=[patient] |
MAY | target-date | date | GET [base]/Goal?target-date=[target-date] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD | patient+target-date | reference+date | GET [base]/Goal?patient=[patient]&target-date=[target-date] |
SHOULD | patient+lifecycle-status | reference+token | GET [base]/Goal?patient=[patient]&lifecycle-status=[system]|[code] |
Immunization
Supported Profiles: US Core Immunization Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Immunization resource using:
GET [base]/Immunization/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | patient | reference | GET [base]/Immunization?patient=[patient] |
MAY | status | token | GET [base]/Immunization?status=[status] |
MAY | date | date | GET [base]/Immunization?date=[date] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD | patient+status | reference+token | GET [base]/Immunization?patient=[patient]&status=[status] |
SHOULD | patient+date | reference+date | GET [base]/Immunization?patient=[patient]&date=[date] |
Location
Supported Profiles: US Core Location Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Location resource using:
GET [base]/Location/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | name | string | GET [base]/Location?name=[name] |
SHALL | address | string | GET [base]/Location?address=[address] |
SHOULD | address-city | string | GET [base]/Location?address-city=[address-city] |
SHOULD | address-state | string | GET [base]/Location?address-state=[address-state] |
SHOULD | address-postalcode | string | GET [base]/Location?address-postalcode=[address-postalcode] |
Medication
Supported Profiles: US Core Medication Profile
Resource Specific Documentation:
The MedicationStatement and MedicationRequest resources can represent a medication, using an external reference to a Medication resource. If an external Medication Resource is used in a MedicationStatement or a MedicationRequest, then the READ and SEARCH Criteria SHALL be supported.
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Medication resource using:
GET [base]/Medication/[id]
MedicationRequest
Supported Profiles: US Core MedicationRequest Profile
Resource Specific Documentation:
The MedicationStatement resources can represent a medication using either a code or refer to the Medication resource. When referencing Medication, the resource may be contained or an external resource. The server application MAY choose any one way or more than one method, but if an external reference to Medication is used, the server SHALL support the _include` parameter for searching this element. The client application must support all methods.
For example, A server SHALL be capable of returning all medications for a patient using one of or both:
GET /MedicationStatement?patient=[id]
GET /MedicationStatement?patient=[id]&_include=MedicationStatement:medication
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a MedicationRequest resource using:
GET [base]/MedicationRequest/[id]
-
A Client SHOULD be capable of supporting the following _includes:
MedicationRequest:medication -GET [base]/MedicationRequest?[parameter=value]&_include=MedicationRequest:medication
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | status | token | GET [base]/MedicationRequest?status=[status] |
SHALL | patient | reference | GET [base]/MedicationRequest?patient=[patient] |
MAY | authoredon | date | GET [base]/MedicationRequest?authoredon=[authoredon] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | patient+status | reference+token | GET [base]/MedicationRequest?patient=[patient]&status=[status] |
SHOULD | patient+authoredon | reference+date | GET [base]/MedicationRequest?patient=[patient]&authoredon=[authoredon] |
MedicationStatement
Supported Profiles: US Core MedicationStatement Profile
Resource Specific Documentation:
The MedicationStatement resources can represent a medication using either a code or refer to the Medication resource. When referencing Medication, the resource may be contained or an external resource. The server application MAY choose any one way or more than one method, but if an external reference to Medication is used, the server SHALL support the _include` parameter for searching this element. The client application must support all methods.
For example, A server SHALL be capable of returning all medications for a patient using one of or both:
GET /MedicationStatement?patient=[id]
GET /MedicationStatement?patient=[id]&_include=MedicationStatement:medication
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a MedicationStatement resource using:
GET [base]/MedicationStatement/[id]
-
A Client SHOULD be capable of supporting the following _includes:
MedicationStatement:medication -GET [base]/MedicationStatement?[parameter=value]&_include=MedicationStatement:medication
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | status | token | GET [base]/MedicationStatement?status=[status] |
SHALL | patient | reference | GET [base]/MedicationStatement?patient=[patient] |
MAY | effective | date | GET [base]/MedicationStatement?effective=[effective] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD | patient+status | reference+token | GET [base]/MedicationStatement?patient=[patient]&status=[status] |
SHOULD | patient+effective | reference+date | GET [base]/MedicationStatement?patient=[patient]&effective=[effective] |
Observation
Supported Profiles: US Core Smoking Status Observation Profile, US Core Pediatric Weight for Height Observation Profile, US Core Laboratory Result Observation Profile, US Core Pediatric BMI for Age Observation Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Observation resource using:
GET [base]/Observation/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | status | token | GET [base]/Observation?status=[status] |
MAY | category | token | GET [base]/Observation?category=[system]|[code] |
MAY | code | token | GET [base]/Observation?code=[system]|[code] |
MAY | date | date | GET [base]/Observation?date=[date] |
MAY | patient | reference | GET [base]/Observation?patient=[patient] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | patient+code | reference+token | GET [base]/Observation?patient=[patient]&code=[system]|[code] |
SHOULD | patient+category+status | reference+token+token | GET [base]/Observation?patient=[patient]&category=[system]|[code]&status=[status] |
SHOULD | patient+code+date | reference+token+date | GET [base]/Observation?patient=[patient]&code=[system]|[code]&date=[date] |
SHALL | patient+category+date | reference+token+date | GET [base]/Observation?patient=[patient]&category=[system]|[code]&date=[date] |
SHALL | patient+category | reference+token | GET [base]/Observation?patient=[patient]&category=[system]|[code] |
Organization
Supported Profiles: US Core Organization Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Organization resource using:
GET [base]/Organization/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | name | string | GET [base]/Organization?name=[name] |
SHALL | address | string | GET [base]/Organization?address=[address] |
Patient
Supported Profiles: US Core Patient Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Patient resource using:
GET [base]/Patient/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Patient?_id=[id] |
MAY | birthdate | date | GET [base]/Patient?birthdate=[birthdate] |
MAY | family | string | GET [base]/Patient?family=[family] |
MAY | gender | token | GET [base]/Patient?gender=[system]|[code] |
MAY | given | string | GET [base]/Patient?given=[given] |
SHALL | identifier | token | GET [base]/Patient?identifier=[system]|[code] |
SHALL | name | string | GET [base]/Patient?name=[name] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | birthdate+name | date+string | GET [base]/Patient?birthdate=[birthdate]&name=[name] |
SHALL | gender+name | token+string | GET [base]/Patient?gender=[system]|[code]&name=[name] |
SHOULD | birthdate+family | date+string | GET [base]/Patient?birthdate=[birthdate]&family=[family] |
SHOULD | family+gender | string+token | GET [base]/Patient?family=[family]&gender=[system]|[code] |
Practitioner
Supported Profiles: US Core Practitioner Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Practitioner resource using:
GET [base]/Practitioner/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | name | string | GET [base]/Practitioner?name=[name] |
SHALL | identifier | token | GET [base]/Practitioner?identifier=[system]|[code] |
PractitionerRole
Supported Profiles: US Core PractitionerRole Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a PractitionerRole resource using:
GET [base]/PractitionerRole/[id]
-
A Client SHOULD be capable of supporting the following _includes:
PractitionerRole:endpoint -GET [base]/PractitionerRole?[parameter=value]&_include=PractitionerRole:endpoint
PractitionerRole:practitioner -GET [base]/PractitionerRole?[parameter=value]&_include=PractitionerRole:practitioner
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | specialty | token | GET [base]/PractitionerRole?specialty=[system]|[code] |
SHALL | practitioner | reference | GET [base]/PractitionerRole?practitioner=[practitioner] |
Procedure
Supported Profiles: US Core Procedure Profile
Profile Interaction Summary:
- SHALL support
search-type
,read
. - SHOULD support
vread
,history-instance
. - MAY support
create
,update
,patch
,delete
,history-type
.
Fetch and Search Criteria:
-
A Client SHALL be capable of fetching a Procedure resource using:
GET [base]/Procedure/[id]
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
MAY | status | token | GET [base]/Procedure?status=[status] |
SHALL | patient | reference | GET [base]/Procedure?patient=[patient] |
MAY | date | date | GET [base]/Procedure?date=[date] |
MAY | code | token | GET [base]/Procedure?code=[system]|[code] |
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD | patient+status | reference+token | GET [base]/Procedure?patient=[patient]&status=[status] |
SHALL | patient+date | reference+date | GET [base]/Procedure?patient=[patient]&date=[date] |
SHOULD | patient+code+date | reference+token+date | GET [base]/Procedure?patient=[patient]&code=[system]|[code]&date=[date] |