{ "opencollection": "1.0.0", "info": { "name": "Coverage Practitioner API", "version": "1.0.0" }, "items": [ { "info": { "name": "Practitioner", "type": "folder" }, "items": [ { "info": { "name": "Search for Practitioner resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/", "params": [ { "name": "name", "value": "", "type": "query", "description": "A server defined search that may match any of the string fields\nin the `HumanName`, including `family`, `give`, `prefix`, `suffix`, and/or\n`text` (Select Practitioners with the specified name (matches against any\nof the elements in the HumanName data type)). \nSupported profiles - [http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Practitioner]\n" }, { "name": "given", "value": "", "type": "query", "description": "A portion of the given name (Select Practitioners with the specified given name). Supported profiles - [http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Practitioner]" }, { "name": "family", "value": "", "type": "query", "description": "A portion of the family name (Select Practitioners with the specified family name). Supported profiles - [http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Practitioner]" }, { "name": "_offset", "value": "", "type": "query", "description": "Pagination offset (Default: 0)" }, { "name": "_count", "value": "", "type": "query", "description": "Resource count (total) per bundle (Default: 10)" }, { "name": "_profile", "value": "", "type": "query", "description": "Select resources based on a given HL7 profile.\ndefault value: `http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Practitioner`\n" }, { "name": "_id", "value": "", "type": "query", "description": "Select resource based on the logical `id`." }, { "name": "_lastUpdated", "value": "", "type": "query", "description": "Select resources based on the last time they were changed.\n\n- Only date is supported in `yyyy-mm-dd` format.\n- Prefixes supported are `eq`, `ne`, `gt`, `lt`, `ge` and `le`. Refer to their definitions at http://hl7.org/fhir/search.html#prefix.\n\neg: `_lastUpdated=eq2021-01-14`\n" } ] }, "docs": "Search for Practitioner resources. Since this API supports multiple HL7 profiles, if you do not provide a value for `_profile` a default value of `http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Practitioner` will be used." }, { "info": { "name": "Read a Practitioner resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Fetch a resource using its logical `id`." } ] }, "docs": "Read a Practitioner resource" } ] } ], "bundled": true }