{
"opencollection": "1.0.0",
"info": {
"name": "Untitled CodeSystem Organization API",
"version": "unspecified"
},
"items": [
{
"info": {
"name": "Organization",
"type": "folder"
},
"items": [
{
"info": {
"name": "read-instance: Read Organization instance",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization/:id",
"params": [
{
"name": "id",
"value": "123",
"type": "path",
"description": "The resource ID"
}
]
},
"docs": "read-instance: Read Organization instance"
},
{
"info": {
"name": "update-instance: Update an existing Organization instance, or create using a client-assigned ID",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/Organization/:id",
"params": [
{
"name": "id",
"value": "123",
"type": "path",
"description": "The resource ID"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "update-instance: Update an existing Organization instance, or create using a client-assigned ID"
},
{
"info": {
"name": "instance-patch: Patch a resource instance of type Organization by ID",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/Organization/: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 Organization by ID"
},
{
"info": {
"name": "instance-delete: Perform a logical delete on a resource instance",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/Organization/: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 Organization instance with specific version",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization/: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 Organization instance with specific version"
},
{
"info": {
"name": "search-type: Search for Organization instances",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization",
"params": [
{
"name": "identifier",
"value": "",
"type": "query",
"description": "Any identifier for the organization (not the accreditation issuer's identifier)"
},
{
"name": "partof",
"value": "",
"type": "query",
"description": "An organization of which this organization forms a part"
},
{
"name": "address",
"value": "",
"type": "query",
"description": "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
\nNOTE: This US Core SearchParameter definition extends the usage context of\ncapabilitystatement-expectation\n extension to formally express implementer expectations for these elements:
\n - multipleAnd
\n - multipleOr
\n - modifier
\n - comparator
\n - chain
"
},
{
"name": "address-state",
"value": "",
"type": "query",
"description": "A state specified in an address"
},
{
"name": "_lastUpdated",
"value": "",
"type": "query",
"description": "When the resource version last changed"
},
{
"name": "_security",
"value": "",
"type": "query",
"description": "Security Labels applied to this resource"
},
{
"name": "active",
"value": "",
"type": "query",
"description": "Is the Organization record active"
},
{
"name": "type",
"value": "",
"type": "query",
"description": "A code for the type of organization"
},
{
"name": "address-postalcode",
"value": "",
"type": "query",
"description": "A postal code specified in an address"
},
{
"name": "address-country",
"value": "",
"type": "query",
"description": "A country specified in an address"
},
{
"name": "_filter",
"value": "",
"type": "query",
"description": "Search the contents of the resource's data using a filter"
},
{
"name": "endpoint",
"value": "",
"type": "query",
"description": "Technical endpoints providing access to services operated for the organization"
},
{
"name": "phonetic",
"value": "",
"type": "query",
"description": "A portion of the organization's name using some kind of phonetic matching algorithm"
},
{
"name": "_profile",
"value": "",
"type": "query",
"description": "Profiles this resource claims to conform to"
},
{
"name": "_tag",
"value": "",
"type": "query",
"description": "Tags applied to this resource"
},
{
"name": "_has",
"value": "",
"type": "query",
"description": "Return resources linked to by the given target"
},
{
"name": "address-use",
"value": "",
"type": "query",
"description": "A use code specified in an address"
},
{
"name": "name",
"value": "",
"type": "query",
"description": "A portion of the organization's name or alias
\nNOTE: This US Core SearchParameter definition extends the usage context of\ncapabilitystatement-expectation\n extension to formally express implementer expectations for these elements:
\n - multipleAnd
\n - multipleOr
\n - modifier
\n - comparator
\n - chain
"
},
{
"name": "_source",
"value": "",
"type": "query",
"description": "Identifies where the resource comes from"
},
{
"name": "_id",
"value": "",
"type": "query",
"description": "Logical id of this artifact"
},
{
"name": "_text",
"value": "",
"type": "query",
"description": "Search on the narrative of the resource"
},
{
"name": "_content",
"value": "",
"type": "query",
"description": "Search on the entire content of the resource"
},
{
"name": "address-city",
"value": "",
"type": "query",
"description": "A city specified in an address"
}
]
},
"docs": "This is a search type"
},
{
"info": {
"name": "create-type: Create a new Organization instance",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/Organization",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "create-type: Create a new Organization instance"
},
{
"info": {
"name": "type-history: Fetch the resource change history for all resources of type Organization",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization/_history"
},
"docs": "type-history: Fetch the resource change history for all resources of type Organization"
},
{
"info": {
"name": "instance-history: Fetch the resource change history for all resources of type Organization",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization/: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 Organization"
},
{
"info": {
"name": "search-type: Search for Organization instances",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization/_search",
"params": [
{
"name": "identifier",
"value": "",
"type": "query",
"description": "Any identifier for the organization (not the accreditation issuer's identifier)"
},
{
"name": "partof",
"value": "",
"type": "query",
"description": "An organization of which this organization forms a part"
},
{
"name": "address",
"value": "",
"type": "query",
"description": "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
\nNOTE: This US Core SearchParameter definition extends the usage context of\ncapabilitystatement-expectation\n extension to formally express implementer expectations for these elements:
\n - multipleAnd
\n - multipleOr
\n - modifier
\n - comparator
\n - chain
"
},
{
"name": "address-state",
"value": "",
"type": "query",
"description": "A state specified in an address"
},
{
"name": "_lastUpdated",
"value": "",
"type": "query",
"description": "When the resource version last changed"
},
{
"name": "_security",
"value": "",
"type": "query",
"description": "Security Labels applied to this resource"
},
{
"name": "active",
"value": "",
"type": "query",
"description": "Is the Organization record active"
},
{
"name": "type",
"value": "",
"type": "query",
"description": "A code for the type of organization"
},
{
"name": "address-postalcode",
"value": "",
"type": "query",
"description": "A postal code specified in an address"
},
{
"name": "address-country",
"value": "",
"type": "query",
"description": "A country specified in an address"
},
{
"name": "_filter",
"value": "",
"type": "query",
"description": "Search the contents of the resource's data using a filter"
},
{
"name": "endpoint",
"value": "",
"type": "query",
"description": "Technical endpoints providing access to services operated for the organization"
},
{
"name": "phonetic",
"value": "",
"type": "query",
"description": "A portion of the organization's name using some kind of phonetic matching algorithm"
},
{
"name": "_profile",
"value": "",
"type": "query",
"description": "Profiles this resource claims to conform to"
},
{
"name": "_tag",
"value": "",
"type": "query",
"description": "Tags applied to this resource"
},
{
"name": "_has",
"value": "",
"type": "query",
"description": "Return resources linked to by the given target"
},
{
"name": "address-use",
"value": "",
"type": "query",
"description": "A use code specified in an address"
},
{
"name": "name",
"value": "",
"type": "query",
"description": "A portion of the organization's name or alias
\nNOTE: This US Core SearchParameter definition extends the usage context of\ncapabilitystatement-expectation\n extension to formally express implementer expectations for these elements:
\n - multipleAnd
\n - multipleOr
\n - modifier
\n - comparator
\n - chain
"
},
{
"name": "_source",
"value": "",
"type": "query",
"description": "Identifies where the resource comes from"
},
{
"name": "_id",
"value": "",
"type": "query",
"description": "Logical id of this artifact"
},
{
"name": "_text",
"value": "",
"type": "query",
"description": "Search on the narrative of the resource"
},
{
"name": "_content",
"value": "",
"type": "query",
"description": "Search on the entire content of the resource"
},
{
"name": "address-city",
"value": "",
"type": "query",
"description": "A city specified in an address"
}
]
},
"docs": "This is a search type"
},
{
"info": {
"name": "GET /Organization/$validate",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization/$validate",
"params": [
{
"name": "mode",
"value": "",
"type": "query"
}
]
}
},
{
"info": {
"name": "POST /Organization/$validate",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/Organization/$validate",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "GET /Organization/{id}/$validate",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization/:id/$validate",
"params": [
{
"name": "id",
"value": "123",
"type": "path",
"description": "The resource ID"
},
{
"name": "mode",
"value": "",
"type": "query"
}
]
}
},
{
"info": {
"name": "POST /Organization/{id}/$validate",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/Organization/:id/$validate",
"params": [
{
"name": "id",
"value": "123",
"type": "path",
"description": "The resource ID"
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "POST /Organization/{id}/$meta-delete",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/Organization/: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 /Organization/{id}/$meta-add",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/Organization/: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 /Organization/$meta",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization/$meta"
},
"docs": "Request a list of tags, profiles, and security labels for a specfic resource instance"
},
{
"info": {
"name": "POST /Organization/$meta",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/Organization/$meta",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Request a list of tags, profiles, and security labels for a specfic resource instance"
},
{
"info": {
"name": "GET /Organization/{id}/$meta",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/Organization/:id/$meta",
"params": [
{
"name": "id",
"value": "123",
"type": "path",
"description": "The resource ID"
}
]
},
"docs": "Request a list of tags, profiles, and security labels for a specfic resource instance"
},
{
"info": {
"name": "POST /Organization/{id}/$meta",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/Organization/:id/$meta",
"params": [
{
"name": "id",
"value": "123",
"type": "path",
"description": "The resource ID"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Request a list of tags, profiles, and security labels for a specfic resource instance"
},
{
"info": {
"name": "POST /Organization/$expunge",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/Organization/$expunge",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "POST /Organization/{id}/$expunge",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/Organization/:id/$expunge",
"params": [
{
"name": "id",
"value": "123",
"type": "path",
"description": "The resource ID"
}
],
"body": {
"type": "json",
"data": "{}"
}
}
}
]
}
],
"bundled": true
}