CARIN Digital Insurance Card, published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/carin-digital-insurance-card/ and changes regularly. See the Directory of published versions
Conformance | Resource | Parameter | Type | Example |
---|---|---|---|---|
SHALL | Coverage | _id | token |
GET [base]/Coverage?_id=[id]
|
SHALL | Coverage | _profile | reference |
GET [base]/Coverage?_profile=http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage
|
SHALL | Coverage | _lastUpdated | date |
GET [base]/Coverage?_lastUpdated=[dateTime]
|
SHALL | Coverage | beneficiary | reference |
GET [base]/Coverage?beneficiary=[beneficiary]
|
SHALL | Coverage | subscriber | reference |
GET [base]/Coverage?subscriber=[system]|[code]
|
SHALL | Coverage | patient | reference |
GET [base]/Coverage?patient=[system]|[code]
|
SHALL | Coverage | identifier | token |
GET [base]/Coverage?identifier=[identifier]
|
SHALL | Coverage | period | date |
GET [base]/Coverage?period=[date]
|
SHALL | Coverage | status | token |
GET [base]/Coverage?status=[status]
|
SHALL | Organization | _id | token |
GET [base]/Organization?_id=[id]
|
SHALL | Patient | _id | token |
GET [base]/Patient?_id=[id]
|
SHALL | Patient | _lastUpdated | date |
GET [base]/Patient?_lastUpdated=[dateTime]
|
SHALL | Patient | identifier | token |
GET [base]/Patient?identifier=[type]/[id]
|
SHALL | Patient | name | string |
GET [base]/Patient?name=[type]/[id]
|