{ "opencollection": "1.0.0", "info": { "name": "AmeriHealth Caritas AllergyIntolerance API", "version": "1.0.0" }, "items": [ { "info": { "name": "AllergyIntolerance", "type": "folder" }, "items": [ { "info": { "name": "read-instance: Read AllergyIntolerance instance", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ] }, "docs": "read-instance: Read AllergyIntolerance instance" }, { "info": { "name": "update-instance: Update an existing AllergyIntolerance instance, or create using a client-assigned ID", "type": "http" }, "http": { "method": "PUT", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "update-instance: Update an existing AllergyIntolerance instance, or create using a client-assigned ID" }, { "info": { "name": "instance-patch: Patch a resource instance of type AllergyIntolerance by ID", "type": "http" }, "http": { "method": "PATCH", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "instance-patch: Patch a resource instance of type AllergyIntolerance by ID" }, { "info": { "name": "instance-delete: Perform a logical delete on a resource instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ] }, "docs": "instance-delete: Perform a logical delete on a resource instance" }, { "info": { "name": "vread-instance: Read AllergyIntolerance instance with specific version", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/_history/:version_id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" }, { "name": "version_id", "value": "1", "type": "path", "description": "The resource version ID" } ] }, "docs": "vread-instance: Read AllergyIntolerance instance with specific version" }, { "info": { "name": "search-type: Search for AllergyIntolerance instances", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance", "params": [ { "name": "date", "value": "", "type": "query", "description": "Date first version of the resource instance was recorded" }, { "name": "code", "value": "", "type": "query", "description": "Code that identifies the allergy or intolerance" }, { "name": "resource-placeholder", "value": "", "type": "query", "description": "Search for resources of type [AllergyIntolerance] populated with the resource-placeholder extension" }, { "name": "verification-status", "value": "", "type": "query", "description": "unconfirmed | confirmed | refuted | entered-in-error" }, { "name": "_lastUpdated", "value": "", "type": "query", "description": "Only return resources which were last updated as specified by the given range" }, { "name": "criticality", "value": "", "type": "query", "description": "low | high | unable-to-assess" }, { "name": "clinical-status", "value": "", "type": "query", "description": "active | inactive | resolved" }, { "name": "type", "value": "", "type": "query", "description": "allergy | intolerance - Underlying mechanism (if known)" }, { "name": "patient", "value": "", "type": "query", "description": "Who the sensitivity is for" }, { "name": "severity", "value": "", "type": "query", "description": "mild | moderate | severe (of event as a whole)" }, { "name": "identifier", "value": "", "type": "query", "description": "External ids for this item" }, { "name": "manifestation", "value": "", "type": "query", "description": "Clinical symptoms/signs associated with the Event" }, { "name": "recorder", "value": "", "type": "query", "description": "Who recorded the sensitivity" }, { "name": "_security", "value": "", "type": "query", "description": "Search for resources which have the given security labels" }, { "name": "onset", "value": "", "type": "query", "description": "Date(/time) when manifestations showed" }, { "name": "route", "value": "", "type": "query", "description": "How the subject was exposed to the substance" }, { "name": "asserter", "value": "", "type": "query", "description": "Source of the information about the allergy" }, { "name": "_profile", "value": "", "type": "query", "description": "Search for resources which have the given profile" }, { "name": "_has", "value": "", "type": "query", "description": "Return resources linked to by the given target" }, { "name": "_tag", "value": "", "type": "query", "description": "Search for resources which have the given tag" }, { "name": "_source", "value": "", "type": "query", "description": "Search for resources which have the given source value (Resource.meta.source)" }, { "name": "_id", "value": "", "type": "query", "description": "The ID of the resource" }, { "name": "category", "value": "", "type": "query", "description": "food | medication | environment | biologic" }, { "name": "_content", "value": "", "type": "query", "description": "Search the contents of the resource's data using a fulltext search" }, { "name": "_text", "value": "", "type": "query", "description": "Search the contents of the resource's narrative using a fulltext search" }, { "name": "last-date", "value": "", "type": "query", "description": "Date(/time) of last known occurrence of a reaction" } ] }, "docs": "This is a search type" }, { "info": { "name": "create-type: Create a new AllergyIntolerance instance", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance", "body": { "type": "json", "data": "{}" } }, "docs": "create-type: Create a new AllergyIntolerance instance" }, { "info": { "name": "type-history: Fetch the resource change history for all resources of type AllergyIntolerance", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/_history" }, "docs": "type-history: Fetch the resource change history for all resources of type AllergyIntolerance" }, { "info": { "name": "instance-history: Fetch the resource change history for all resources of type AllergyIntolerance", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/_history", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ] }, "docs": "instance-history: Fetch the resource change history for all resources of type AllergyIntolerance" }, { "info": { "name": "GET /AllergyIntolerance/$validate", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/$validate", "params": [ { "name": "resource", "value": "", "type": "query" }, { "name": "mode", "value": "", "type": "query" }, { "name": "profile", "value": "", "type": "query" } ] } }, { "info": { "name": "GET /AllergyIntolerance/{id}/$validate", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/$validate", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" }, { "name": "resource", "value": "", "type": "query" }, { "name": "mode", "value": "", "type": "query" }, { "name": "profile", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /AllergyIntolerance/{id}/$meta-delete", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/$meta-delete", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete tags, profiles, and/or security labels from a resource" }, { "info": { "name": "POST /AllergyIntolerance/{id}/$meta-add", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/$meta-add", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add tags, profiles, and/or security labels to a resource" }, { "info": { "name": "GET /AllergyIntolerance/$meta", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/$meta", "params": [ { "name": "return", "value": "", "type": "query" } ] }, "docs": "Request a list of tags, profiles, and security labels for a specfic resource instance" }, { "info": { "name": "GET /AllergyIntolerance/{id}/$meta", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/$meta", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" }, { "name": "return", "value": "", "type": "query" } ] }, "docs": "Request a list of tags, profiles, and security labels for a specfic resource instance" }, { "info": { "name": "POST /AllergyIntolerance/$expunge", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/$expunge", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /AllergyIntolerance/{id}/$expunge", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/$expunge", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /AllergyIntolerance/{id}/$graphql", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/$graphql", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ] }, "docs": "This operation invokes a GraphQL expression for fetching an joining a graph of resources, returning them in a custom format." }, { "info": { "name": "POST /AllergyIntolerance/{id}/$binary-access-write", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/$binary-access-write", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /AllergyIntolerance/{id}/$binary-access-read", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/$binary-access-read", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" }, { "name": "path", "value": "", "type": "query" } ] } }, { "info": { "name": "Comparte two resources or two versions of a single resource", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/AllergyIntolerance/:id/$diff", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" }, { "name": "from", "value": "Patient/example/version/1", "type": "query", "description": "The resource ID and version to diff from" }, { "name": "to", "value": "Patient/example/version/2", "type": "query", "description": "The resource ID and version to diff to" }, { "name": "includeMeta", "value": "false", "type": "query", "description": "Should differences in the Resource.meta element be included in the diff" }, { "name": "fromVersion", "value": "Patient/example/version/1", "type": "query", "description": "The resource ID and version to diff from" } ] }, "docs": "This operation examines two resource versions (can be two versions of the same resource, or two different resources) and generates a FHIR Patch document showing the differences." } ] } ], "bundled": true }