Package | hl7.fhir.us.insurance-card |
Resource Type | CapabilityStatement |
Id | c4dic |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/insurance-card/https://build.fhir.org/ig/HL7/carin-digital-insurance-card/CapabilityStatement-c4dic.html |
URL | http://hl7.org/fhir/us/insurance-card/CapabilityStatement/c4dic |
Version | 1.1.0 |
Status | active |
Date | 2022-04-20 |
Name | InsuranceCardCapabilityStatement |
Title | C4DIC CapabilityStatement |
Realm | us |
Authority | hl7 |
Description | 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. |
Kind | requirements |
No resources found
ImplementationGuide | |
hl7.fhir.us.insurance-card | CARIN Digital Insurance Card |
StructureDefinition | |
C4DIC-Coverage | C4DIC Coverage |
C4DIC-Organization | C4DIC Organization |
C4DIC-Patient | C4DIC Patient |
Note: links and images are rebased to the (stated) source
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] |
{ "resourceType": "CapabilityStatement", "id": "c4dic", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "claims" } ], "url": "http://hl7.org/fhir/us/insurance-card/CapabilityStatement/c4dic", "version": "1.1.0", "name": "InsuranceCardCapabilityStatement", "title": "C4DIC CapabilityStatement", "status": "active", "experimental": false, "date": "2022-04-20", "publisher": "HL7 International / Payer/Provider Information Exchange Work Group", "contact": [ { "name": "HL7 International / Payer/Provider Information Exchange Work Group", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/claims" }, { "system": "email", "value": "pie@lists.HL7.org" } ] } ], "description": "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.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json", "xml" ], "_format": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ] } ], "patchFormat": [ "application/json-patch+json" ], "implementationGuide": [ "http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card" ], "rest": [ { "mode": "server", "documentation": "The C4DIC Server **SHALL**:\n\n1.\tSupport all profiles defined in this Implementation Guide.\n2.\tImplement the RESTful behavior according to the FHIR specification.\n3.\tFor all the supported search interactions in this guide, support the GET based search.\n4.\tReturn the following response classes:\n•\t(Status 400): invalid parameter\n•\t(Status 401/4xx): unauthorized request\n•\t(Status 403): insufficient scopes\n•\t(Status 404): unknown resource\n•\t(Status 410): deleted resource\n5.\tSupport json source formats for all profiles C4DIC interactions.\n6.\tIdentify the C4DIC profiles supported as part of the FHIR meta.profile attribute for each instance.\n7.\tSupport the searchParameters on each profile individually and in combination.\n\nThe C4DIC Server **SHOULD**:\n\n1.\tSupport xml source formats for all C4DIC interactions.", "security": { "description": "1. See the [General Security Considerations](Authorization_Authentication_and_Registration.html) section for requirements and recommendations.\n1. A server **SHALL** reject any unauthorized requests by returning an `HTTP 401` unauthorized response code." }, "resource": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Coverage", "supportedProfile": [ "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "code": "vread" } ], "referencePolicy": [ "resolves" ], "searchInclude": [ "Coverage:beneficiary", "Coverage:payor" ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "type": "token" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_profile", "type": "token" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_lastUpdated", "type": "reference" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "beneficiary", "type": "date" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "subscriber", "type": "token" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "patient", "type": "token" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "type": "date" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "period", "type": "date" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "status", "type": "token" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Organization", "supportedProfile": [ "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "code": "vread" } ], "referencePolicy": [ "resolves" ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "type": "reference" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "type": "Patient", "supportedProfile": [ "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Patient" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "code": "vread" } ], "referencePolicy": [ "resolves" ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "type": "reference" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_lastUpdated", "type": "reference" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "type": "reference" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "name", "type": "reference" } ] } ] } ] }