CARIN Digital Insurance Card
1.1.0 - STU 1.1 United States of America flag

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

: C4DIC CapabilityStatement - TTL Representation

Active as of 2022-04-20

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "c4dic"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2 id=\"title\">C4DIC CapabilityStatement</h2><ul><li><b>Official URL:</b><code>http://hl7.org/fhir/us/insurance-card/CapabilityStatement/c4dic</code></li><li><b>Implementation Guide Version:</b> 0.1.0</li><li><b>FHIR Version:</b> 4.0.1</li><li><b>Intended Use:</b> Requirements</li><li><b>Supported Formats:</b>\n				\n                    <b>SHALL</b> support JSON, <b>SHOULD</b> support XML\n				\n				</li><li><b>Supported Patch Formats:</b>\n				\n                    APPLICATION/JSON-PATCH+JSON\n				\n				</li><li><b>Published:</b> 2022-04-20</li><li><b>Published by:</b> HL7 Payer/Provider Information Exchange Working Group (PIE WG)</li><li><b>Status:</b> Active</li></ul><p>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.</p>  <!-- No support expectation extension --><h3 id=\"igs\" class=\"no_toc\">Support the Following Implementation Guides:</h3><ul><li><a href=\"http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card\">http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card</a></li></ul>  <!-- REST Behavior --><h3 id=\"behavior\">FHIR Server RESTful Capabilities</h3><p>The C4DIC Server <strong>SHALL</strong>:</p><ol><li>Support all profiles defined in this Implementation Guide.</li><li>Implement the RESTful behavior according to the FHIR specification.</li><li>For all the supported search interactions in this guide, support the GET based search.</li><li>Return the following response classes:\n•	(Status 400): invalid parameter\n•	(Status 401/4xx): unauthorized request\n•	(Status 403): insufficient scopes\n•	(Status 404): unknown resource\n•	(Status 410): deleted resource</li><li>Support json source formats for all profiles C4DIC interactions.</li><li>Identify the C4DIC profiles supported as part of the FHIR meta.profile attribute for each instance.</li><li>Support the searchParameters on each profile individually and in combination.</li></ol><p>The C4DIC Server <strong>SHOULD</strong>:</p><ol><li>Support xml source formats for all C4DIC interactions.</li></ol><p id=\"security\"><strong>Security:</strong></p><ol><li>See the <a href=\"Authorization_Authentication_and_Registration.html\">General Security Considerations</a> section for requirements and recommendations.</li><li>A server <strong>SHALL</strong> reject any unauthorized requests by returning an <code>HTTP 401</code> unauthorized response code.</li></ol><h3 id=\"resource--details\" class=\"no_toc\">RESTful Capabilities by Resource/Profile:</h3><p><strong>Summary</strong></p><table class=\"grid\"><thead><tr><th>Resource Type</th><th>Supported Interactions</th><th>Supported Profiles</th><th>Supported Searches</th><th>Supported <code>_includes</code></th><th>Supported <code>_revincludes</code></th><th>Supported Operations</th></tr></thead><tbody><tr><td><a href=\"#coverage\">Coverage</a></td><td>\n										\n											search-type, \n											\n											read, \n											\n											vread\n											\n										\n									</td>  <!-- Supported Profiles --><td><a href=\"http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage\">C4DIC-Coverage</a></td>  <!-- Supported Searches --><td>\n										_id, _profile, _lastUpdated, beneficiary, subscriber, patient, identifier, period, status\n										\n										\n									</td>  <!-- Supported _includes --><td>\n										Coverage:beneficiary, Coverage:payor\n									</td>  <!-- Supported _revincludes --><td>\n										\n									</td>  <!-- Supported Operations --><td>\n										\n									</td></tr><tr><td><a href=\"#organization\">Organization</a></td><td>\n										\n											search-type, \n											\n											read, \n											\n											vread\n											\n										\n									</td>  <!-- Supported Profiles --><td><a href=\"http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization\">C4DIC-Organization</a></td>  <!-- Supported Searches --><td>\n										_id\n										\n										\n									</td>  <!-- Supported _includes --><td>\n										\n									</td>  <!-- Supported _revincludes --><td>\n										\n									</td>  <!-- Supported Operations --><td>\n										\n									</td></tr><tr><td><a href=\"#patient\">Patient</a></td><td>\n										\n											search-type, \n											\n											read, \n											\n											vread\n											\n										\n									</td>  <!-- Supported Profiles --><td><a href=\"http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Patient\">C4DIC-Patient</a></td>  <!-- Supported Searches --><td>\n										_id, _lastUpdated, identifier, name\n										\n										\n									</td>  <!-- Supported _includes --><td>\n										\n									</td>  <!-- Supported _revincludes --><td>\n										\n									</td>  <!-- Supported Operations --><td>\n										\n									</td></tr></tbody></table>  <!-- Resource Details --><h4 id=\"coverage\" class=\"no_toc\">Coverage</h4><p>Conformance Expectation:	<strong>SHALL</strong></p><p>Resource Specific Documentation:</p><p>Example query to search for Coverages which contain insurance card information: {baseurl}/Coverage?_profile=http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage</p><p>Supported Profiles:</p><ul><li><a href=\"http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage\">C4DIC-Coverage</a></li></ul><p>Reference Policy: <code>resolves</code></p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support \n											<code>search-type</code>, \n											<code>read</code>.</li><li><strong>SHOULD</strong> support \n											<code>vread</code>.</li></ul><p>Fetch and Search Criteria:</p><ul><li>\n												A Server <strong>SHALL</strong> be capable of returning a Coverage resource using:\n												<code class=\"highlighter-rouge\">GET [base]/Coverage/[id]</code>\n												\n											</li><li>\n												A Server <strong>SHOULD</strong> be capable of returning a Coverage resource using:\n												<code class=\"highlighter-rouge\">GET [base]/Coverage/[id]/_history/vid</code>\n											</li><li>\n												A Server <strong>SHALL</strong> be capable of returning resources matching a search query using:\n												<code class=\"highlighter-rouge\">GET [base]/Coverage/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n											</li><li>\n												A Server <strong>(conformance expectation undefined)</strong> be capable of supporting the following _includes:\n												<ul><li>Coverage:beneficiary - <code class=\"highlighter-rouge\">GET [base]/Coverage?[parameter=value]&amp;_include=Coverage:beneficiary</code></li><li>Coverage:payor - <code class=\"highlighter-rouge\">GET [base]/Coverage?[parameter=value]&amp;_include=Coverage:payor</code></li></ul>\n											</li></ul>  <!-- Only included search parameters that are not MAY or there is no conformance requirement included --><p>Search Parameter Summary:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/search.html#id\">\n															_id</a></td><td>\n															token\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Coverage?_id=[id]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/search.html#id\">\n															_profile</a></td><td>\n															token\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Coverage?_profile=http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/search.html#lastUpdated\">\n															_lastUpdated</a></td><td>\n															reference\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Coverage?_lastUpdated=[dateTime]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/coverage.html#search\">\n															beneficiary</a></td><td>\n															date\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Coverage?beneficiary=[beneficiary]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/coverage.html#search\">\n															subscriber</a></td><td>\n															token\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Coverage?subscriber=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/coverage.html#search\">\n															patient</a></td><td>\n															token\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Coverage?patient=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/coverage.html#search\">\n															identifier</a></td><td>\n															date\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Coverage?identifier=[identifier]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/coverage.html#search\">\n															period</a></td><td>\n															date\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Coverage?period=[period]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/coverage.html#search\">\n															status</a></td><td>\n															token\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Coverage?status=[system]|[code]</code></td></tr></tbody></table><h4 id=\"organization\" class=\"no_toc\">Organization</h4><p>Conformance Expectation:	<strong>SHALL</strong></p><p>Supported Profiles:</p><ul><li><a href=\"http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization\">C4DIC-Organization</a></li></ul><p>Reference Policy: <code>resolves</code></p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support \n											<code>search-type</code>, \n											<code>read</code>.</li><li><strong>SHOULD</strong> support \n											<code>vread</code>.</li></ul><p>Fetch and Search Criteria:</p><ul><li>\n												A Server <strong>SHALL</strong> be capable of returning an Organization resource using:\n												<code class=\"highlighter-rouge\">GET [base]/Organization/[id]</code>\n												\n											</li><li>\n												A Server <strong>SHOULD</strong> be capable of returning an Organization resource using:\n												<code class=\"highlighter-rouge\">GET [base]/Organization/[id]/_history/vid</code>\n											</li><li>\n												A Server <strong>SHALL</strong> be capable of returning resources matching a search query using:\n												<code class=\"highlighter-rouge\">GET [base]/Organization/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n											</li></ul>  <!-- Only included search parameters that are not MAY or there is no conformance requirement included --><p>Search Parameter Summary:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/search.html#id\">\n															_id</a></td><td>\n															reference\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Organization?_id=[id]</code></td></tr></tbody></table><h4 id=\"patient\" class=\"no_toc\">Patient</h4><p>Conformance Expectation:	<strong>SHALL</strong></p><p>Supported Profiles:</p><ul><li><a href=\"http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Patient\">C4DIC-Patient</a></li></ul><p>Reference Policy: <code>resolves</code></p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support \n											<code>search-type</code>, \n											<code>read</code>.</li><li><strong>SHOULD</strong> support \n											<code>vread</code>.</li></ul><p>Fetch and Search Criteria:</p><ul><li>\n												A Server <strong>SHALL</strong> be capable of returning a Patient resource using:\n												<code class=\"highlighter-rouge\">GET [base]/Patient/[id]</code>\n												\n											</li><li>\n												A Server <strong>SHOULD</strong> be capable of returning a Patient resource using:\n												<code class=\"highlighter-rouge\">GET [base]/Patient/[id]/_history/vid</code>\n											</li><li>\n												A Server <strong>SHALL</strong> be capable of returning resources matching a search query using:\n												<code class=\"highlighter-rouge\">GET [base]/Patient/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n											</li></ul>  <!-- Only included search parameters that are not MAY or there is no conformance requirement included --><p>Search Parameter Summary:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/search.html#id\">\n															_id</a></td><td>\n															reference\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?_id=[id]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/search.html#lastUpdated\">\n															_lastUpdated</a></td><td>\n															reference\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?_lastUpdated=[dateTime]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">\n															identifier</a></td><td>\n															reference\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?identifier=[type]/[id]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">\n															name</a></td><td>\n															reference\n														</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?name=[type]/[id]</code></td></tr></tbody></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "claims" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/insurance-card/CapabilityStatement/c4dic"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "InsuranceCardCapabilityStatement"] ; # 
  fhir:title [ fhir:v "C4DIC CapabilityStatement"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-04-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/claims" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pie@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [
fhir:v "json" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]     ] )
  ] [
fhir:v "xml" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]     ] )
  ] ) ; # 
  fhir:patchFormat ( [ fhir:v "application/json-patch+json"] ) ; # 
  fhir:implementationGuide ( [
fhir:v "http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card>
  ] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
fhir:documentation [ fhir:v "The C4DIC Server **SHALL**:\n\n1.	Support all profiles defined in this Implementation Guide.\n2.	Implement the RESTful behavior according to the FHIR specification.\n3.	For all the supported search interactions in this guide, support the GET based search.\n4.	Return the following response classes:\n•	(Status 400): invalid parameter\n•	(Status 401/4xx): unauthorized request\n•	(Status 403): insufficient scopes\n•	(Status 404): unknown resource\n•	(Status 410): deleted resource\n5.	Support json source formats for all profiles C4DIC interactions.\n6.	Identify the C4DIC profiles supported as part of the FHIR meta.profile attribute for each instance.\n7.	Support the searchParameters on each profile individually and in combination.\n\nThe C4DIC Server **SHOULD**:\n\n1.	Support xml source formats for all C4DIC interactions." ] ;
fhir:security [
fhir:description [ fhir:v "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." ]     ] ;
    ( fhir:resource [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]       ] ) ;
fhir:type [ fhir:v "Coverage" ] ;
      ( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage>       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchInclude [ fhir:v "Coverage:beneficiary" ] [ fhir:v "Coverage:payor" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "token" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "_profile" ] ;
fhir:type [ fhir:v "token" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:type [ fhir:v "reference" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "beneficiary" ] ;
fhir:type [ fhir:v "date" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "subscriber" ] ;
fhir:type [ fhir:v "token" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:type [ fhir:v "token" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "date" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "period" ] ;
fhir:type [ fhir:v "date" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:type [ fhir:v "token" ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]       ] ) ;
fhir:type [ fhir:v "Organization" ] ;
      ( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization>       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "reference" ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]       ] ) ;
fhir:type [ fhir:v "Patient" ] ;
      ( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Patient>       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "reference" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:type [ fhir:v "reference" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "reference" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "name" ] ;
fhir:type [ fhir:v "reference" ]       ] )     ] )
  ] ) . #