Package | hl7.fhir.us.davinci-pct |
Type | CapabilityStatement |
Id | davinci-pct-coordination-platform |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/davinci-pct/https://build.fhir.org/ig/HL7/davinci-pct/CapabilityStatement-davinci-pct-coordination-platform.html |
URL | http://hl7.org/fhir/us/davinci-pct/CapabilityStatement/davinci-pct-coordination-platform |
Version | 2.0.0-draft |
Status | active |
Date | 2024-03-23T14:21:32-05:00 |
Name | CoordinationPlatformPatientCostTransparencyCapabilityStatement |
Title | Patient Cost Transparency Implementation Guide Coordination Platform Capability Statement |
Realm | us |
Authority | hl7 |
Description | Coordination Platform 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 |
No resources found
CapabilityStatement | |
us-core-server | US Core Server CapabilityStatement |
OperationDefinition | |
GFE-retrieve | Retrieve GFE Packet |
SearchParameter | |
task-requested-period | TaskRequestedPeriod |
StructureDefinition | |
hrex-practitionerrole | HRex PractitionerRole Profile |
davinci-pct-gfe-bundle | PCT GFE Bundle |
davinci-pct-gfe-contributor-task | PCT GFE Contributor Task |
davinci-pct-gfe-coordination-bundle | PCT GFE Coordination Bundle |
davinci-pct-gfe-information-bundle | PCT GFE Information Bundle |
davinci-pct-gfe-missing-bundle | PCT GFE Missing Bundle |
davinci-pct-gfe-packet | PCT GFE Packet |
davinci-pct-organization | PCT Organization |
davinci-pct-practitioner | PCT Practitioner |
Note: links and images are rebased to the (stated) source
Used by permission of HL7 International, all rights reserved Creative Commons License
Coordination Platform Capability Statement for the Da Vinci Patient Cost Transparency Implementation Guide
Jump to:
♦ = SHALL expectation; ⋄ = SHOULD expectation; ▿ = MAY expectation;
Resource Type | Supported Interactions | Supported Profiles | Supported Searches | Supported _includes |
Supported _revincludes |
Supported Operations |
---|---|---|---|---|---|---|
Task | create♦, search-type♦, read♦, vread▿, update♦, patch▿, delete▿, history-instance▿, history-type▿, | PCT GFE Contributor Task♦, | _id♦, code♦, part-of♦, owner♦, requester♦, task-requested-period⋄, status♦, identifier⋄, _lastUpdated⋄, code+status+♦, code+status+owner+♦, code+status+requester+♦, part-of+owner+♦, | |||
Bundle | create♦, search-type♦, read♦, vread▿, update♦, patch▿, delete▿, history-instance▿, history-type▿, | PCT GFE Coordination Bundle, PCT GFE Packet, PCT GFE Information Bundle, PCT GFE Bundle, PCT GFE Missing Bundle, | _id♦, | |||
Organization | create▿, search-type♦, read♦, vread▿, update▿, patch▿, delete▿, history-instance▿, history-type▿, | PCT Organization♦, | _id♦, active♦, identifier♦, name♦, address⋄, active+name+♦, | |||
Practitioner | create▿, search-type♦, read♦, vread▿, update▿, patch▿, delete▿, history-instance▿, history-type▿, | PCT Practitioner♦, | _id♦, identifier♦, name♦, address⋄, telecom⋄, active+name+♦, | |||
PractitionerRole | create▿, search-type♦, read♦, vread▿, update▿, patch▿, delete▿, history-instance▿, history-type▿, | HRex PractitionerRole Profile♦, | _id♦, specialty♦, role♦, organization⋄, practitioner⋄, telecom⋄, active+name+⋄, active+specialty+⋄, active+role+⋄, | $gfe-retrieve♦ |
Conformance Expectation:
Supported Profiles:
Modify Criteria:
create
interaction creating a Task resource using:
POST [base]/Task/[id]{?_format=[mime-type]}
PUT [base]/Task/[id]{?_format=[mime-type]}
PATCH [base]/Task/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning Task resources matching a search query using:
GET [base]/Task/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a Task resource using:
GET [base]/Task/[id]
vread
interaction returning a Task resource using:
GET [base]/Task/[id]/_history/vid
history-instance
interaction returning a history of a Task using:
GET [base]/Task/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of Task resources using:
GET [base]/Task/_history{?[parameters]&_format=[mime-type]}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | Token |
GET [base]/Task?_id=[id]
|
SHALL | code | Token |
GET [base]/Task?code=[system]|[code]
|
SHALL | part-of | Reference |
GET [base]/Task?part-of=[type]/[id]
|
SHALL | owner | Reference |
GET [base]/Task?owner=[type]/[id]
|
SHALL | requester | Reference |
GET [base]/Task?requester=[type]/[id]
|
SHOULD | task-requested-period | Date/DateTime |
GET [base]/Task?task-requested-period=[dateTime]
|
SHALL | status | Token |
GET [base]/Task?status=[system]|[code]
|
SHOULD | identifier | Token |
GET [base]/Task?identifier=[system]|[code]
|
SHOULD | _lastUpdated | Date/DateTime |
GET [base]/Task?_lastUpdated=[dateTime]
|
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | code+status+ | Token+Token+ |
GET [base]/Task?code=[system]|[code]&status=[system]|[code]&
|
SHALL | code+status+owner+ | Token+Token+Reference+ |
GET [base]/Task?code=[system]|[code]&status=[system]|[code]&owner=[type]/[id]&
|
SHALL | code+status+requester+ | Token+Token+Reference+ |
GET [base]/Task?code=[system]|[code]&status=[system]|[code]&requester=[type]/[id]&
|
SHALL | part-of+owner+ | Reference+Reference+ |
GET [base]/Task?part-of=[type]/[id]&owner=[type]/[id]&
|
Search Parameter Requirements (When Used Alone or in Combination):
Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary
Search by task type. For Patient Cost Transparency, this is the either the Coordination Task (gfe-coordination-task) or the GFE Contributor Task (gfe-contributor-task)
Search by task this task is part of. For Patient Cost Transparency, this is used for searching for Contributor Tasks that are part of a Coordination Task
Search by task owner. For Patient Cost Transparency, this is the provider assigned to the Task. Usually a GFE Contributor
Search by task requester. For Patient Cost Transparency, this is the provider that is the GFE Coordination requester
Search for a task by when the task should be performed. For Patient Cost Transparency, this is when the GFE Bundle should be provided by
Search by task status
Search for a task instance by its business identifier
Allows filtering for only records that have changed since last query
Conformance Expectation:
Supported Profiles:
Modify Criteria:
create
interaction creating a Bundle resource using:
POST [base]/Bundle/[id]{?_format=[mime-type]}
PUT [base]/Bundle/[id]{?_format=[mime-type]}
PATCH [base]/Bundle/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning Bundle resources matching a search query using:
GET [base]/Bundle/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a Bundle resource using:
GET [base]/Bundle/[id]
vread
interaction returning a Bundle resource using:
GET [base]/Bundle/[id]/_history/vid
history-instance
interaction returning a history of a Bundle using:
GET [base]/Bundle/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of Bundle resources using:
GET [base]/Bundle/_history{?[parameters]&_format=[mime-type]}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | Token |
GET [base]/Bundle?_id=[id]
|
Search Parameter Requirements (When Used Alone or in Combination):
Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary
Conformance Expectation:
Supported Profiles:
Modify Criteria:
create
interaction creating a Organization resource using:
POST [base]/Organization/[id]{?_format=[mime-type]}
PUT [base]/Organization/[id]{?_format=[mime-type]}
PATCH [base]/Organization/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning Organization resources matching a search query using:
GET [base]/Organization/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a Organization resource using:
GET [base]/Organization/[id]
vread
interaction returning a Organization resource using:
GET [base]/Organization/[id]/_history/vid
history-instance
interaction returning a history of a Organization using:
GET [base]/Organization/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of Organization resources using:
GET [base]/Organization/_history{?[parameters]&_format=[mime-type]}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | Token |
GET [base]/Organization?_id=[id]
|
SHALL | active | Token |
GET [base]/Organization?active=[system]|[code]
|
SHALL | identifier | Token |
GET [base]/Organization?identifier=[system]|[code]
|
SHALL | name | String |
GET [base]/Organization?name=[name]
|
SHOULD | address | String |
GET [base]/Organization?address=[address]
|
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | active+name+ | Token+String+ |
GET [base]/Organization?active=[system]|[code]&name=[name]&
|
Search Parameter Requirements (When Used Alone or in Combination):
Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary
Any identifier for the organization (not the accreditation issuer's identifier)
Any identifier for the organization (not the accreditation issuer's identifier)
A portion of the organization's name or alias
A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
Conformance Expectation:
Supported Profiles:
Modify Criteria:
create
interaction creating a Practitioner resource using:
POST [base]/Practitioner/[id]{?_format=[mime-type]}
PUT [base]/Practitioner/[id]{?_format=[mime-type]}
PATCH [base]/Practitioner/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning Practitioner resources matching a search query using:
GET [base]/Practitioner/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a Practitioner resource using:
GET [base]/Practitioner/[id]
vread
interaction returning a Practitioner resource using:
GET [base]/Practitioner/[id]/_history/vid
history-instance
interaction returning a history of a Practitioner using:
GET [base]/Practitioner/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of Practitioner resources using:
GET [base]/Practitioner/_history{?[parameters]&_format=[mime-type]}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | Token |
GET [base]/Practitioner?_id=[id]
|
SHALL | identifier | Token |
GET [base]/Practitioner?identifier=[system]|[code]
|
SHALL | name | String |
GET [base]/Practitioner?name=[name]
|
SHOULD | address | String |
GET [base]/Practitioner?address=[address]
|
SHOULD | telecom | Token |
GET [base]/Practitioner?telecom=[system]|[code]
|
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHALL | name+ | String+ |
GET [base]/Practitioner?name=[name]&
|
Search Parameter Requirements (When Used Alone or in Combination):
Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary
A practitioner's Identifier
A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
The value in any kind of contact.
Conformance Expectation:
Supported Profiles:
PractitionerRole Interaction Summary:
Modify Criteria:
create
interaction creating a PractitionerRole resource using:
POST [base]/PractitionerRole/[id]{?_format=[mime-type]}
PUT [base]/PractitionerRole/[id]{?_format=[mime-type]}
PATCH [base]/PractitionerRole/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning PractitionerRole resources matching a search query using:
GET [base]/PractitionerRole/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a PractitionerRole resource using:
GET [base]/PractitionerRole/[id]
vread
interaction returning a PractitionerRole resource using:
GET [base]/PractitionerRole/[id]/_history/vid
history-instance
interaction returning a history of a PractitionerRole using:
GET [base]/PractitionerRole/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of PractitionerRole resources using:
GET [base]/PractitionerRole/_history{?[parameters]&_format=[mime-type]}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | Token |
GET [base]/PractitionerRole?_id=[id]
|
SHALL | specialty | Token |
GET [base]/PractitionerRole?specialty=[system]|[code]
|
SHALL | role | Token |
GET [base]/PractitionerRole?role=[system]|[code]
|
SHOULD | organization | Reference |
GET [base]/PractitionerRole?organization=[type]/[id]
|
SHOULD | practitioner | Reference |
GET [base]/PractitionerRole?practitioner=[type]/[id]
|
SHOULD | telecom | Token |
GET [base]/PractitionerRole?telecom=[system]|[code]
|
Search Parameter Combination Summary:
Conformance | Parameter Combination | Types | Example |
---|---|---|---|
SHOULD |
GET [base]/PractitionerRole?
|
||
SHOULD | specialty+ | Token+ |
GET [base]/PractitionerRole?specialty=[system]|[code]&
|
SHOULD | role+ | Token+ |
GET [base]/PractitionerRole?role=[system]|[code]&
|
Search Parameter Requirements (When Used Alone or in Combination):
Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary
Practitioner that is able to provide the defined services for the organization
The practitioner can perform this role at for the organization
The identity of the organization the practitioner represents / acts on behalf of
Practitioner that is able to provide the defined services for the organization.
The value in any kind of contact.
{ "resourceType": "CapabilityStatement", "id": "davinci-pct-coordination-platform", "meta": { "versionId": "1", "lastUpdated": "2024-03-23T19:21:32.176+00:00" }, "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "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-platform", "version": "2.0.0-draft", "name": "CoordinationPlatformPatientCostTransparencyCapabilityStatement", "title": "Patient Cost Transparency Implementation Guide Coordination Platform 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 Platform 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": "server", "resource": [ { "extension": [ { "extension": [ { "url": "required", "valueString": "code" }, { "url": "required", "valueString": "status" }, { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" }, { "extension": [ { "url": "required", "valueString": "code" }, { "url": "required", "valueString": "status" }, { "url": "required", "valueString": "owner" }, { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" }, { "extension": [ { "url": "required", "valueString": "code" }, { "url": "required", "valueString": "status" }, { "url": "required", "valueString": "requester" }, { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" }, { "extension": [ { "url": "required", "valueString": "part-of" }, { "url": "required", "valueString": "owner" }, { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" } ], "type": "Task", "_type": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ] }, "supportedProfile": [ "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-contributor-task" ], "_supportedProfile": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ] } ], "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": "SHALL" } ], "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" } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", "type": "token", "documentation": "Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", "type": "token", "documentation": "Search by task type. For Patient Cost Transparency, this is the either the Coordination Task (gfe-coordination-task) or the GFE Contributor Task (gfe-contributor-task)" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "part-of", "definition": "http://hl7.org/fhir/SearchParameter/Task-part-of", "type": "reference", "documentation": "Search by task this task is part of. For Patient Cost Transparency, this is used for searching for Contributor Tasks that are part of a Coordination Task" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "owner", "definition": "http://hl7.org/fhir/SearchParameter/Task-owner", "type": "reference", "documentation": "Search by task owner. For Patient Cost Transparency, this is the provider assigned to the Task. Usually a GFE Contributor" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/Task-requester", "type": "reference", "documentation": "Search by task requester. For Patient Cost Transparency, this is the provider that is the GFE Coordination requester" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "task-requested-period", "definition": "http://hl7.org/fhir/us/davinci-pct/SearchParameter/task-requested-period", "type": "date", "documentation": "Search for a task by when the task should be performed. For Patient Cost Transparency, this is when the GFE Bundle should be provided by" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Task-status", "type": "token", "documentation": "Search by task status" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Search for a task instance by its business identifier" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "_lastUpdated", "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated", "type": "date", "documentation": "Allows filtering for only records that have changed since last query" } ] }, { "type": "Bundle", "_type": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ] }, "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-packet", "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": "SHOULD" } ] }, { "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": "SHALL" } ] } ], "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": "SHALL" } ], "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" } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", "type": "token", "documentation": "Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary" } ] }, { "extension": [ { "extension": [ { "url": "required", "valueString": "active" }, { "url": "required", "valueString": "name" }, { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" } ], "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" } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", "type": "token", "documentation": "Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/Organization-identifier", "type": "token", "documentation": "Any identifier for the organization (not the accreditation issuer's identifier)" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Organization-identifier", "type": "token", "documentation": "Any identifier for the organization (not the accreditation issuer's identifier)" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/Organization-name", "type": "string", "documentation": "A portion of the organization's name or alias" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/Organization-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" } ] }, { "extension": [ { "extension": [ { "url": "required", "valueString": "active" }, { "url": "required", "valueString": "name" }, { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" } ], "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" } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", "type": "token", "documentation": "Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", "type": "token", "documentation": "A practitioner's Identifier" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-name", "type": "string", "documentation": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/individual-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", "type": "token", "documentation": "The value in any kind of contact." } ] }, { "extension": [ { "extension": [ { "url": "required", "valueString": "active" }, { "url": "required", "valueString": "name" }, { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" }, { "extension": [ { "url": "required", "valueString": "active" }, { "url": "required", "valueString": "specialty" }, { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" }, { "extension": [ { "url": "required", "valueString": "active" }, { "url": "required", "valueString": "role" }, { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" } ], "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" } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "_id", "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", "type": "token", "documentation": "Searching by Logical id of this artifact. Allows retrieval of resources with special search result parameters, such as _summary" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "specialty", "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty", "type": "token", "documentation": "Practitioner that is able to provide the defined services for the organization" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "role", "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-role", "type": "token", "documentation": "The practitioner can perform this role at for the organization" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization", "type": "reference", "documentation": "The identity of the organization the practitioner represents / acts on behalf of" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "practitioner", "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner", "type": "reference", "documentation": "Practitioner that is able to provide the defined services for the organization." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", "type": "token", "documentation": "The value in any kind of contact." } ], "operation": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "gfe-retrieve", "definition": "http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-retrieve", "documentation": "This operation is used by an entity to retrieve a GFE Packet 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 Packet. If the task reference is to a Coordination Task, this will return the GFE Packet. 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 Packet if the referenced task was a Coordination Task.)" } ] } ] } ] }