FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package hl7.fhir.us.davinci-pct#current (94 ms)

Package hl7.fhir.us.davinci-pct
Type CapabilityStatement
Id Id
FHIR Version R4
Source http://hl7.org/fhir/us/davinci-pct/https://build.fhir.org/ig/HL7/davinci-pct/CapabilityStatement-davinci-pct-coordination-requester.html
Url http://hl7.org/fhir/us/davinci-pct/CapabilityStatement/davinci-pct-coordination-requester
Version 2.0.0-ballot
Status active
Date 2024-03-23T14:21:32-05:00
Name CoordinationRequesterPatientCostTransparencyCapabilityStatement
Title Patient Cost Transparency Implementation Guide Coordination Requester Capability Statement
Experimental False
Realm us
Authority hl7
Description Coordination Requester Capability Statement for the Da Vinci Patient Cost Transparency Implementation Guide
Copyright Used by permission of HL7 International, all rights reserved Creative Commons License
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

CapabilityStatement
http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server US Core Server CapabilityStatement
http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-retrieve Retrieve GFE Collection Bundle
http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole HRex PractitionerRole Profile
http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-bundle PCT GFE Bundle
http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-collection-bundle PCT GFE Collection Bundle
http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-bundle PCT GFE Coordination Bundle
http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-information-bundle PCT GFE Information Bundle
http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-missing-bundle PCT GFE Missing Bundle
http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-organization PCT Organization
http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-practitioner PCT Practitioner


Narrative

Note: links and images are rebased to the (stated) source

Patient Cost Transparency Implementation Guide Coordination Requester Capability Statement

  • Title:Patient Cost Transparency Implementation Guide Coordination Requester Capability Statement
  • Implementation Guide Version: 2.0.0-ballot
  • FHIR Version: 4.0.1
  • Intended Use: Requirements
  • Supported Formats: SHALL support json; SHOULD support xml;
  • Published: 2024-03-23 14:21:32-0500
  • Published by: HL7 International / Financial Management
  • Status: Active
  • Copyright:

    Used by permission of HL7 International, all rights reserved Creative Commons License


Description:

Coordination Requester Capability Statement for the Da Vinci Patient Cost Transparency Implementation Guide


Support and Requirements for Other Artifacts

Imports other capabilities:

Jump to:


FHIR Client RESTful Capabilities

System-wide Client Capabilities

Summary of Resource/Profile Capabilities

♦ = SHALL expectation; ⋄ = SHOULD expectation; ▿ = MAY expectation;

Resource Type Supported Interactions Supported Profiles Supported Searches Supported _includes Supported _revincludes Supported Operations
Bundle create, search-type, read, vread, update, patch, delete, history-instance, history-type, PCT GFE Coordination Bundle, PCT GFE Collection Bundle, PCT GFE Information Bundle, PCT GFE Bundle, PCT GFE Missing Bundle,
Organization create, search-type, read, vread, update, patch, delete, history-instance, history-type, PCT Organization,
Practitioner create, search-type, read, vread, update, patch, delete, history-instance, history-type, PCT Practitioner,
PractitionerRole create, search-type, read, vread, update, patch, delete, history-instance, history-type, HRex PractitionerRole Profile, $GFERetrieve

RESTful Client Capabilities by Resource/Profile:

Bundle

Conformance Expectation:

Supported Profiles:


Modify Criteria:

  • A Client SHALL be capable of a create interaction posting a Bundle resource using: POST [base]/Bundle/[id]{?_format=[mime-type]}
  • A Client MAY be capable of putting a existing Bundle resource using: PUT [base]/Bundle/[id]{?_format=[mime-type]}
  • A Client MAY be capable of patching an existing Bundle resource using: PATCH [base]/Bundle/[id]{?_format=[mime-type]}
  • A Client MAY be capable of deleting a Bundle resource using: DELETE [base]//[id]

Fetch and Search Criteria:

  • A Client SHALL be capable of a search-type interaction fetching Bundle resources matching a search query using: GET [base]/Bundle/[id]{?[parameters]{&_format=[mime-type]}}
  • A Client SHALL be capable of a read interaction fetching a Bundle resource using: GET [base]/Bundle/[id]
  • A Client MAY be capable of a vread interaction fetching a Bundle resource using: GET [base]/Bundle/[id]/_history/vid
  • A Client MAY be capable of a history-instance interaction fetching a history of a Bundle using: GET [base]/Bundle/[id]/_history{?[parameters]&_format=[mime-type]}
  • A Client MAY be capable of a history-type interaction fetching the history of Bundle resources using: GET [base]/Bundle/_history{?[parameters]&_format=[mime-type]}

Organization

Conformance Expectation:

Supported Profiles:


Modify Criteria:

  • A Client MAY be capable of a create interaction posting a Organization resource using: POST [base]/Organization/[id]{?_format=[mime-type]}
  • A Client MAY be capable of putting a existing Organization resource using: PUT [base]/Organization/[id]{?_format=[mime-type]}
  • A Client MAY be capable of patching an existing Organization resource using: PATCH [base]/Organization/[id]{?_format=[mime-type]}
  • A Client MAY be capable of deleting a Organization resource using: DELETE [base]//[id]

Fetch and Search Criteria:

  • A Client SHALL be capable of a search-type interaction fetching Organization resources matching a search query using: GET [base]/Organization/[id]{?[parameters]{&_format=[mime-type]}}
  • A Client SHALL be capable of a read interaction fetching a Organization resource using: GET [base]/Organization/[id]
  • A Client MAY be capable of a vread interaction fetching a Organization resource using: GET [base]/Organization/[id]/_history/vid
  • A Client MAY be capable of a history-instance interaction fetching a history of a Organization using: GET [base]/Organization/[id]/_history{?[parameters]&_format=[mime-type]}
  • A Client MAY be capable of a history-type interaction fetching the history of Organization resources using: GET [base]/Organization/_history{?[parameters]&_format=[mime-type]}

Practitioner

Conformance Expectation:

Supported Profiles:


Modify Criteria:

  • A Client MAY be capable of a create interaction posting a Practitioner resource using: POST [base]/Practitioner/[id]{?_format=[mime-type]}
  • A Client MAY be capable of putting a existing Practitioner resource using: PUT [base]/Practitioner/[id]{?_format=[mime-type]}
  • A Client MAY be capable of patching an existing Practitioner resource using: PATCH [base]/Practitioner/[id]{?_format=[mime-type]}
  • A Client MAY be capable of deleting a Practitioner resource using: DELETE [base]//[id]

Fetch and Search Criteria:

  • A Client SHALL be capable of a search-type interaction fetching Practitioner resources matching a search query using: GET [base]/Practitioner/[id]{?[parameters]{&_format=[mime-type]}}
  • A Client SHALL be capable of a read interaction fetching a Practitioner resource using: GET [base]/Practitioner/[id]
  • A Client MAY be capable of a vread interaction fetching a Practitioner resource using: GET [base]/Practitioner/[id]/_history/vid
  • A Client MAY be capable of a history-instance interaction fetching a history of a Practitioner using: GET [base]/Practitioner/[id]/_history{?[parameters]&_format=[mime-type]}
  • A Client MAY be capable of a history-type interaction fetching the history of Practitioner resources using: GET [base]/Practitioner/_history{?[parameters]&_format=[mime-type]}

PractitionerRole

Conformance Expectation:

Supported Profiles:

PractitionerRole Interaction Summary:

  • SHALL support search-type, read,
  • MAY support create, vread, update, patch, delete, history-instance, history-type,

Modify Criteria:

  • A Client MAY be capable of a create interaction posting a PractitionerRole resource using: POST [base]/PractitionerRole/[id]{?_format=[mime-type]}
  • A Client MAY be capable of putting a existing PractitionerRole resource using: PUT [base]/PractitionerRole/[id]{?_format=[mime-type]}
  • A Client MAY be capable of patching an existing PractitionerRole resource using: PATCH [base]/PractitionerRole/[id]{?_format=[mime-type]}
  • A Client MAY be capable of deleting a PractitionerRole resource using: DELETE [base]//[id]

Fetch and Search Criteria:

  • A Client SHALL be capable of a search-type interaction fetching PractitionerRole resources matching a search query using: GET [base]/PractitionerRole/[id]{?[parameters]{&_format=[mime-type]}}
  • A Client SHALL be capable of a read interaction fetching a PractitionerRole resource using: GET [base]/PractitionerRole/[id]
  • A Client MAY be capable of a vread interaction fetching a PractitionerRole resource using: GET [base]/PractitionerRole/[id]/_history/vid
  • A Client MAY be capable of a history-instance interaction fetching a history of a PractitionerRole using: GET [base]/PractitionerRole/[id]/_history{?[parameters]&_format=[mime-type]}
  • A Client MAY be capable of a history-type interaction fetching the history of PractitionerRole resources using: GET [base]/PractitionerRole/_history{?[parameters]&_format=[mime-type]}

Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "davinci-pct-coordination-requester",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-03-23T19:21:32.176+00:00"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <!-- TODO \n Jurisdiction \n Prohibited extension - http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited -->\n <!-- set include_symbols = false to turn off confonrmance symbols and legen, true to turn on -->\n \n \n <h2 id=\"title\">Patient Cost Transparency Implementation Guide Coordination Requester Capability Statement</h2>\n <ul>\n <li><b>Title:</b>Patient Cost Transparency Implementation Guide Coordination Requester Capability Statement</li>\n <li><b>Implementation Guide Version:</b> 2.0.0-ballot</li>\n <li><b>FHIR Version:</b> 4.0.1</li>\n <li><b>Intended Use:</b> Requirements</li>\n <li><b>Supported Formats: </b> \n\n \n \n \n <strong>SHALL</strong> support \n \n json;\n \n \n \n <strong>SHOULD</strong> support \n \n xml;\n \n\n </li>\n \n <li><b>Published:</b> 2024-03-23 14:21:32-0500</li>\n \n <li><b>Published by:</b> HL7 International / Financial Management</li>\n <li><b>Status:</b> Active</li>\n <li><b>Copyright:</b> <div><p>Used by permission of HL7 International, all rights reserved Creative Commons License</p>\n</div></li>\n </ul>\n <br/>\n\n\n\n \n <strong>Description:</strong> <div><div><p>Coordination Requester Capability Statement for the Da Vinci Patient Cost Transparency Implementation Guide</p>\n</div></div>\n \n <br/>\n \n \n\n\n \n <h3>Support and Requirements for Other Artifacts</h3>\n \n \n <tr>\n <th>Imports other capabilities:</th>\n <td>\n <ul>\n \n <li>\n \n <a href=\"http://hl7.org/fhir/us/core/STU3.1.1/CapabilityStatement-us-core-server.html\">US Core Server CapabilityStatement</a>\n </li>\n \n </ul>\n </td>\n </tr>\n \n \n \n\n <br/>\n <!-- TODO - Make this a summary of capabilities, including system wide and each paradigm -->\n <p>\n <b>Jump to:</b>\n </p>\n <ul>\n \n <li><a href=\"#Client\">REST Client</a></li>\n \n \n \n </ul>\n\n\n\n <!-- REST Capabilities -->\n \n <br/>\n <a name=\"Client\"> </a>\n <h3 id=\"behavior\">FHIR Client RESTful Capabilities</h3>\n \n\n <!-- REST Security -->\n \n\n <!-- REST System wide Capabilities -->\n \n <h3>System-wide Client Capabilities</h3>\n \n <!-- REST System wide interactions -->\n \n\n <!-- REST System wide operations -->\n \n\n\n <!-- REST System wide search parameters -->\n \n \n\n\n\n <!-- Resource Capabilities -->\n \n\n <h4>Summary of Resource/Profile Capabilities</h4>\n <!-- TODO need include conformance verb legend -->\n <p><i>♦ = <b>SHALL</b> expectation</i>; <i>â‹„ = <b>SHOULD</b> expectation</i>; <i>â–¿ = <b>MAY</b> expectation</i>;</p>\n <table class=\"grid\">\n <thead>\n <tr>\n <th>Resource Type</th>\n <th>Supported Interactions</th>\n <th>Supported Profiles</th>\n <th>Supported Searches</th>\n <th>Supported <code>_includes</code></th>\n <th>Supported <code>_revincludes</code></th>\n <th>Supported Operations</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <a href=\"#Client_Bundle\"><span style=\"white-space: nowrap;\">Bundle<span title=\"null\"><sup/></span></span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">create<span title=\"SHALL\"><sup>♦</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">search-type<span title=\"SHALL\"><sup>♦</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">read<span title=\"SHALL\"><sup>♦</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">vread<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">update<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">patch<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">delete<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">history-instance<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">history-type<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <a href=\"StructureDefinition-davinci-pct-gfe-coordination-bundle.html\">PCT GFE Coordination Bundle</a><span title=\"SHOULD, SHALL, SHALL, SHOULD, SHOULD\"><sup/></span>,\n \n \n <a href=\"StructureDefinition-davinci-pct-gfe-collection-bundle.html\">PCT GFE Collection Bundle</a><span title=\"SHOULD, SHALL, SHALL, SHOULD, SHOULD\"><sup/></span>,\n \n \n <a href=\"StructureDefinition-davinci-pct-gfe-information-bundle.html\">PCT GFE Information Bundle</a><span title=\"SHOULD, SHALL, SHALL, SHOULD, SHOULD\"><sup/></span>,\n \n \n <a href=\"StructureDefinition-davinci-pct-gfe-bundle.html\">PCT GFE Bundle</a><span title=\"SHOULD, SHALL, SHALL, SHOULD, SHOULD\"><sup/></span>,\n \n \n <a href=\"StructureDefinition-davinci-pct-gfe-missing-bundle.html\">PCT GFE Missing Bundle</a><span title=\"SHOULD, SHALL, SHALL, SHOULD, SHOULD\"><sup/></span>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <a href=\"#Client_Organization\"><span style=\"white-space: nowrap;\">Organization<span title=\"null\"><sup/></span></span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">create<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">search-type<span title=\"SHALL\"><sup>♦</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">read<span title=\"SHALL\"><sup>♦</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">vread<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">update<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">patch<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">delete<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">history-instance<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">history-type<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <a href=\"StructureDefinition-davinci-pct-organization.html\">PCT Organization</a><span title=\"SHALL\"><sup>♦</sup></span>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <a href=\"#Client_Practitioner\"><span style=\"white-space: nowrap;\">Practitioner<span title=\"null\"><sup/></span></span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">create<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">search-type<span title=\"SHALL\"><sup>♦</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">read<span title=\"SHALL\"><sup>♦</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">vread<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">update<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">patch<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">delete<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">history-instance<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">history-type<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <a href=\"StructureDefinition-davinci-pct-practitioner.html\">PCT Practitioner</a><span title=\"SHALL\"><sup>♦</sup></span>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <a href=\"#Client_PractitionerRole\"><span style=\"white-space: nowrap;\">PractitionerRole<span title=\"null\"><sup/></span></span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">create<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">search-type<span title=\"SHALL\"><sup>♦</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">read<span title=\"SHALL\"><sup>♦</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">vread<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">update<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">patch<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">delete<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">history-instance<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n <span style=\"white-space: nowrap;\">history-type<span title=\"MAY\"><sup>â–¿</sup></span></span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <a href=\"http://hl7.org/fhir/us/davinci-hrex/STU1/StructureDefinition-hrex-practitionerrole.html\">HRex PractitionerRole Profile</a><span title=\"SHALL\"><sup>♦</sup></span>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">$GFERetrieve<span title=\"SHALL\"><sup>♦</sup></span></span>\n \n \n \n </td>\n </tr>\n \n </tbody>\n </table>\n <br/>\n\n <h3 id=\"resource-details\" class=\"no_toc\">RESTful Client Capabilities by Resource/Profile:</h3>\n <!-- Each REST Resource Detail -->\n \n <h4 id=\"Client_Bundle\" class=\"no_toc\">Bundle</h4>\n\n <p>Conformance Expectation:\t<strong/></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li><strong>SHOULD</strong> support \n <a href=\"StructureDefinition-davinci-pct-gfe-coordination-bundle.html\">PCT GFE Coordination Bundle</a>\n </li>\n \n <li><strong>SHALL</strong> support \n <a href=\"StructureDefinition-davinci-pct-gfe-collection-bundle.html\">PCT GFE Collection Bundle</a>\n </li>\n \n <li><strong>SHALL</strong> support \n <a href=\"StructureDefinition-davinci-pct-gfe-information-bundle.html\">PCT GFE Information Bundle</a>\n </li>\n \n <li><strong>SHOULD</strong> support \n <a href=\"StructureDefinition-davinci-pct-gfe-bundle.html\">PCT GFE Bundle</a>\n </li>\n \n <li><strong>SHOULD</strong> support \n <a href=\"StructureDefinition-davinci-pct-gfe-missing-bundle.html\">PCT GFE Missing Bundle</a>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n <br/>\n <p>Modify Criteria:</p> \n <ul>\n \n \n <li>\n A Client <strong>SHALL</strong> be capable of a <code>create</code> interaction posting a Bundle resource using:\n <code class=\"highlighter-rouge\">POST [base]/Bundle/[id]{?_format=[mime-type]}</code>\n \n </li>\n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n <li>\n <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n A Client <strong>MAY</strong> be capable of putting a existing Bundle resource using:\n <code class=\"highlighter-rouge\">PUT [base]/Bundle/[id]{?_format=[mime-type]}</code>\n \n </li>\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n <li>\n A Client <strong>MAY</strong> be capable of patching an existing Bundle resource using:\n <code class=\"highlighter-rouge\">PATCH [base]/Bundle/[id]{?_format=[mime-type]}</code>\n </li>\n \n\n \n \n\n \n\n \n <li>\n A Client <strong>MAY</strong> be capable of deleting a Bundle resource using:\n <code class=\"highlighter-rouge\">DELETE [base]//[id]</code>\n \n </li>\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n </ul>\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n \n \n \n \n \n \n \n \n <li>\n A Client <strong>SHALL</strong> be capable of a <code>search-type</code> interaction fetching Bundle resources matching a search query using:\n <code class=\"highlighter-rouge\">GET [base]/Bundle/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n </li>\n \n \n \n \n \n <li>\n A Client <strong>SHALL</strong> be capable of a <code>read</code> interaction fetching a Bundle resource using:\n <code class=\"highlighter-rouge\">GET [base]/Bundle/[id]</code>\n \n </li>\n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>vread</code> interaction fetching a Bundle resource using:\n <code class=\"highlighter-rouge\">GET [base]/Bundle/[id]/_history/vid</code>\n </li>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>history-instance</code> interaction fetching a history of a Bundle using:\n <code class=\"highlighter-rouge\">GET [base]/Bundle/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n </li>\n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>history-type</code> interaction fetching the history of Bundle resources using:\n <code class=\"highlighter-rouge\">GET [base]/Bundle/_history{?[parameters]&amp;_format=[mime-type]}</code>\n </li>\n \n \n\n \n\n \n\n </ul>\n \n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n <h4 id=\"Client_Organization\" class=\"no_toc\">Organization</h4>\n\n <p>Conformance Expectation:\t<strong/></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li><strong>SHALL</strong> support \n <a href=\"StructureDefinition-davinci-pct-organization.html\">PCT Organization</a>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n <br/>\n <p>Modify Criteria:</p> \n <ul>\n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>create</code> interaction posting a Organization resource using:\n <code class=\"highlighter-rouge\">POST [base]/Organization/[id]{?_format=[mime-type]}</code>\n \n </li>\n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n <li>\n <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n A Client <strong>MAY</strong> be capable of putting a existing Organization resource using:\n <code class=\"highlighter-rouge\">PUT [base]/Organization/[id]{?_format=[mime-type]}</code>\n \n </li>\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n <li>\n A Client <strong>MAY</strong> be capable of patching an existing Organization resource using:\n <code class=\"highlighter-rouge\">PATCH [base]/Organization/[id]{?_format=[mime-type]}</code>\n </li>\n \n\n \n \n\n \n\n \n <li>\n A Client <strong>MAY</strong> be capable of deleting a Organization resource using:\n <code class=\"highlighter-rouge\">DELETE [base]//[id]</code>\n \n </li>\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n </ul>\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n \n \n \n \n \n \n \n \n <li>\n A Client <strong>SHALL</strong> be capable of a <code>search-type</code> interaction fetching Organization resources matching a search query using:\n <code class=\"highlighter-rouge\">GET [base]/Organization/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n </li>\n \n \n \n \n \n <li>\n A Client <strong>SHALL</strong> be capable of a <code>read</code> interaction fetching a Organization resource using:\n <code class=\"highlighter-rouge\">GET [base]/Organization/[id]</code>\n \n </li>\n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>vread</code> interaction fetching a Organization resource using:\n <code class=\"highlighter-rouge\">GET [base]/Organization/[id]/_history/vid</code>\n </li>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>history-instance</code> interaction fetching a history of a Organization using:\n <code class=\"highlighter-rouge\">GET [base]/Organization/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n </li>\n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>history-type</code> interaction fetching the history of Organization resources using:\n <code class=\"highlighter-rouge\">GET [base]/Organization/_history{?[parameters]&amp;_format=[mime-type]}</code>\n </li>\n \n \n\n \n\n \n\n </ul>\n \n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n <h4 id=\"Client_Practitioner\" class=\"no_toc\">Practitioner</h4>\n\n <p>Conformance Expectation:\t<strong/></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li><strong>SHALL</strong> support \n <a href=\"StructureDefinition-davinci-pct-practitioner.html\">PCT Practitioner</a>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n <br/>\n <p>Modify Criteria:</p> \n <ul>\n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>create</code> interaction posting a Practitioner resource using:\n <code class=\"highlighter-rouge\">POST [base]/Practitioner/[id]{?_format=[mime-type]}</code>\n \n </li>\n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n <li>\n <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n A Client <strong>MAY</strong> be capable of putting a existing Practitioner resource using:\n <code class=\"highlighter-rouge\">PUT [base]/Practitioner/[id]{?_format=[mime-type]}</code>\n \n </li>\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n <li>\n A Client <strong>MAY</strong> be capable of patching an existing Practitioner resource using:\n <code class=\"highlighter-rouge\">PATCH [base]/Practitioner/[id]{?_format=[mime-type]}</code>\n </li>\n \n\n \n \n\n \n\n \n <li>\n A Client <strong>MAY</strong> be capable of deleting a Practitioner resource using:\n <code class=\"highlighter-rouge\">DELETE [base]//[id]</code>\n \n </li>\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n </ul>\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n \n \n \n \n \n \n \n \n <li>\n A Client <strong>SHALL</strong> be capable of a <code>search-type</code> interaction fetching Practitioner resources matching a search query using:\n <code class=\"highlighter-rouge\">GET [base]/Practitioner/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n </li>\n \n \n \n \n \n <li>\n A Client <strong>SHALL</strong> be capable of a <code>read</code> interaction fetching a Practitioner resource using:\n <code class=\"highlighter-rouge\">GET [base]/Practitioner/[id]</code>\n \n </li>\n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>vread</code> interaction fetching a Practitioner resource using:\n <code class=\"highlighter-rouge\">GET [base]/Practitioner/[id]/_history/vid</code>\n </li>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>history-instance</code> interaction fetching a history of a Practitioner using:\n <code class=\"highlighter-rouge\">GET [base]/Practitioner/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n </li>\n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>history-type</code> interaction fetching the history of Practitioner resources using:\n <code class=\"highlighter-rouge\">GET [base]/Practitioner/_history{?[parameters]&amp;_format=[mime-type]}</code>\n </li>\n \n \n\n \n\n \n\n </ul>\n \n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n <h4 id=\"Client_PractitionerRole\" class=\"no_toc\">PractitionerRole</h4>\n\n <p>Conformance Expectation:\t<strong/></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li><strong>SHALL</strong> support \n <a href=\"http://hl7.org/fhir/us/davinci-hrex/STU1/StructureDefinition-hrex-practitionerrole.html\">HRex PractitionerRole Profile</a>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n <p>PractitionerRole Interaction Summary:</p>\n <ul>\n \n <li><strong>SHALL</strong> support search-type, read, </li>\n \n \n \n \n <li><strong>MAY</strong> support create, vread, update, patch, delete, history-instance, history-type, </li>\n \n \n </ul>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n <br/>\n <p>Modify Criteria:</p> \n <ul>\n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>create</code> interaction posting a PractitionerRole resource using:\n <code class=\"highlighter-rouge\">POST [base]/PractitionerRole/[id]{?_format=[mime-type]}</code>\n \n </li>\n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n <li>\n <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n A Client <strong>MAY</strong> be capable of putting a existing PractitionerRole resource using:\n <code class=\"highlighter-rouge\">PUT [base]/PractitionerRole/[id]{?_format=[mime-type]}</code>\n \n </li>\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n <li>\n A Client <strong>MAY</strong> be capable of patching an existing PractitionerRole resource using:\n <code class=\"highlighter-rouge\">PATCH [base]/PractitionerRole/[id]{?_format=[mime-type]}</code>\n </li>\n \n\n \n \n\n \n\n \n <li>\n A Client <strong>MAY</strong> be capable of deleting a PractitionerRole resource using:\n <code class=\"highlighter-rouge\">DELETE [base]//[id]</code>\n \n </li>\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n \n\n \n\n \n\n\n \n\n \n </ul>\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n \n \n \n \n \n \n \n \n <li>\n A Client <strong>SHALL</strong> be capable of a <code>search-type</code> interaction fetching PractitionerRole resources matching a search query using:\n <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n </li>\n \n \n \n \n \n <li>\n A Client <strong>SHALL</strong> be capable of a <code>read</code> interaction fetching a PractitionerRole resource using:\n <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/[id]</code>\n \n </li>\n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>vread</code> interaction fetching a PractitionerRole resource using:\n <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/[id]/_history/vid</code>\n </li>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>history-instance</code> interaction fetching a history of a PractitionerRole using:\n <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n </li>\n \n \n \n \n \n \n \n \n <li>\n A Client <strong>MAY</strong> be capable of a <code>history-type</code> interaction fetching the history of PractitionerRole resources using:\n <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/_history{?[parameters]&amp;_format=[mime-type]}</code>\n </li>\n \n \n\n \n\n \n\n </ul>\n \n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n \n\n\n\n \n\n\n\n\n\n\n\n\n\n <!-- Messaging Capabilities -->\n \n\n <!-- Document Capabilities -->\n \n\n</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/davinci-pct/ImplementationGuide/hl7.fhir.us.davinci-pct"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/davinci-pct/CapabilityStatement/davinci-pct-coordination-requester",
  "version" : "2.0.0-ballot",
  "name" : "CoordinationRequesterPatientCostTransparencyCapabilityStatement",
  "title" : "Patient Cost Transparency Implementation Guide Coordination Requester Capability Statement",
  "status" : "active",
  "date" : "2024-03-23T14:21:32-05:00",
  "publisher" : "HL7 International / Financial Management",
  "contact" : [
    {
      "name" : "HL7 International / Financial Management",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        },
        {
          "system" : "email",
          "value" : "fmlists@lists.hl7.org"
        }
      ]
    }
  ],
  "description" : "Coordination Requester Capability Statement for the Da Vinci Patient Cost Transparency Implementation Guide",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "kind" : "requirements",
  "imports" : [
    "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"
  ],
  "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"
        }
      ]
    }
  ],
  "rest" : [
    {
      "mode" : "client",
      "resource" : [
        {
          "type" : "Bundle",
          "_type" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "supportedProfile" : [
            "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-bundle",
            "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-collection-bundle",
            "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-information-bundle",
            "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-bundle",
            "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-missing-bundle"
          ],
          "_supportedProfile" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ]
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ]
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ]
            }
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "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" : "MAY"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "patch"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "history-instance"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "history-type"
            }
          ]
        },
        {
          "type" : "Organization",
          "_type" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "supportedProfile" : [
            "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-organization"
          ],
          "_supportedProfile" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            }
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "create"
            },
            {
              "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" : "MAY"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "patch"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "history-instance"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "history-type"
            }
          ]
        },
        {
          "type" : "Practitioner",
          "_type" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "supportedProfile" : [
            "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-practitioner"
          ],
          "_supportedProfile" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            }
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "create"
            },
            {
              "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" : "MAY"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "patch"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "history-instance"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "history-type"
            }
          ]
        },
        {
          "type" : "PractitionerRole",
          "_type" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "supportedProfile" : [
            "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole"
          ],
          "_supportedProfile" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            }
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "create"
            },
            {
              "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" : "MAY"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "patch"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "history-instance"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "history-type"
            }
          ],
          "operation" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "GFERetrieve",
              "definition" : "http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-retrieve",
              "documentation" : "This operation is used by an entity to retrieve a GFE Collection Bundle containing the GFE Bundle(s) and other referenced resources based on a GFE Coordination Task. The only input parameter is the single reference to the GFE Coordination Task resource. The only output is a GFE Collection Bundle. If the task reference is to a Coordination Task, this will return the GFE Collection Bundle. If this task reference is for a GFE Contributor Task, it returns the GFE Bundle, if present. If the Task reference points to a Task resource that is neither a Coordination Task or a GFE Contributor Task, the response is an HTTP error `400 - Bad Request`. If a Task is not found, the response is an HTTP error `400 - Bad Request`. If a GFE Bundle does not exist for an associated GFE Contributor Task, in place of a GFE Bundle, a GFE Missing Bundle is provided in its place (either directly ina response if the referenced task was a GFE Contributor Task or inside the GFE Collection Bundle if the referenced task was a Coordination Task.)"
            }
          ]
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.