This page is part of the CARIN Digital Insurance Card (v1.1.0: STU1) based on FHIR (HL7® FHIR® Standard) 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/insurance-card/CapabilityStatement/c4dic | Version: 1.1.0 | |||
Active as of 2022-04-20 | Computable Name: InsuranceCardCapabilityStatement |
This Section describes the expected capabilities of the C4DIC Server actor which is responsible for providing responses to the queries submitted by the C4DIC Requestors.
Raw OpenAPI-Swagger Definition file | Download
http://hl7.org/fhir/us/insurance-card/CapabilityStatement/c4dic
This Section describes the expected capabilities of the C4DIC Server actor which is responsible for providing responses to the queries submitted by the C4DIC Requestors.
The C4DIC Server SHALL:
The C4DIC Server SHOULD:
Security:
HTTP 401
unauthorized response code.Summary
Resource Type | Supported Interactions | Supported Profiles | Supported Searches | Supported _includes | Supported _revincludes | Supported Operations |
---|---|---|---|---|---|---|
Coverage | search-type, read, vread | C4DIC-Coverage | _id, _profile, _lastUpdated, beneficiary, subscriber, patient, identifier, period, status | Coverage:beneficiary, Coverage:payor | ||
Organization | search-type, read, vread | C4DIC-Organization | _id | |||
Patient | search-type, read, vread | C4DIC-Patient | _id, _lastUpdated, identifier, name |
Conformance Expectation: SHALL
Resource Specific Documentation:
Example query to search for Coverages which contain insurance card information: {baseurl}/Coverage?_profile=http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage
Supported Profiles:
Reference Policy: resolves
Profile Interaction Summary:
search-type
,
read
.vread
.Fetch and Search Criteria:
GET [base]/Coverage/[id]
GET [base]/Coverage/[id]/_history/vid
GET [base]/Coverage/[id]{?[parameters]{&_format=[mime-type]}}
GET [base]/Coverage?[parameter=value]&_include=Coverage:beneficiary
GET [base]/Coverage?[parameter=value]&_include=Coverage:payor
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Coverage?_id=[id] |
SHALL | _profile | token | GET [base]/Coverage?_profile=http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage |
SHALL | _lastUpdated | reference | GET [base]/Coverage?_lastUpdated=[dateTime] |
SHALL | beneficiary | date | GET [base]/Coverage?beneficiary=[beneficiary] |
SHALL | subscriber | token | GET [base]/Coverage?subscriber=[system]|[code] |
SHALL | patient | token | GET [base]/Coverage?patient=[system]|[code] |
SHALL | identifier | date | GET [base]/Coverage?identifier=[identifier] |
SHALL | period | date | GET [base]/Coverage?period=[period] |
SHALL | status | token | GET [base]/Coverage?status=[system]|[code] |
Conformance Expectation: SHALL
Supported Profiles:
Reference Policy: resolves
Profile Interaction Summary:
search-type
,
read
.vread
.Fetch and Search Criteria:
GET [base]/Organization/[id]
GET [base]/Organization/[id]/_history/vid
GET [base]/Organization/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | reference | GET [base]/Organization?_id=[id] |
Conformance Expectation: SHALL
Supported Profiles:
Reference Policy: resolves
Profile Interaction Summary:
search-type
,
read
.vread
.Fetch and Search Criteria:
GET [base]/Patient/[id]
GET [base]/Patient/[id]/_history/vid
GET [base]/Patient/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | reference | GET [base]/Patient?_id=[id] |
SHALL | _lastUpdated | reference | GET [base]/Patient?_lastUpdated=[dateTime] |
SHALL | identifier | reference | GET [base]/Patient?identifier=[type]/[id] |
SHALL | name | reference | GET [base]/Patient?name=[type]/[id] |