openapi: 3.0.1
info:
  contact: {}
servers:
- url: https://fhir.iehp.org/provider-directory
tags:
- name: System Level Operations
  description: Server-level operations
- name: Location
  description: The Location FHIR resource type
- name: OperationDefinition
  description: The OperationDefinition FHIR resource type
- name: Organization
  description: The Organization FHIR resource type
- name: Practitioner
  description: The Practitioner FHIR resource type
- name: PractitionerRole
  description: The PractitionerRole FHIR resource type
- name: SearchParameter
  description: The SearchParameter FHIR resource type
- name: StructureDefinition
  description: The StructureDefinition FHIR resource type
paths:
  /metadata:
    get:
      tags:
      - System Level Operations
      summary: "server-capabilities: Fetch the server FHIR CapabilityStatement"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: |-
                {
                  "resourceType": "CapabilityStatement"
                }
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: <CapabilityStatement xmlns="http://hl7.org/fhir"/>
  /:
    post:
      tags:
      - System Level Operations
      summary: "server-transaction: Execute a FHIR Transaction (or FHIR Batch) Bundle"
      requestBody:
        content:
          application/fhir+json:
            schema:
              $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
            example: null
          application/fhir+xml:
            schema:
              $ref: '#/components/schemas/FHIR-XML-RESOURCE'
            example: null
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Location/{id}:
    get:
      tags:
      - Location
      summary: "read-instance: Read Location instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Location:
    get:
      tags:
      - Location
      summary: "search-type: Search for Location instances"
      description: This is a search type
      parameters:
      - name: identifier
        in: query
        description: An identifier for the location
        style: simple
      - name: partof
        in: query
        description: A location of which this location is a part
        style: simple
      - name: address
        in: query
        description: A (part of the) address of the location
        style: simple
      - name: address-state
        in: query
        description: A state specified in an address
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: operational-status
        in: query
        description: "Searches for locations (typically bed/room) that have an operational\
          \ status (e.g. contaminated, housekeeping)"
        style: simple
      - name: type
        in: query
        description: A code for the type of location
        style: simple
      - name: address-postalcode
        in: query
        description: A postal code specified in an address
        style: simple
      - name: address-country
        in: query
        description: A country specified in an address
        style: simple
      - name: endpoint
        in: query
        description: Technical endpoints providing access to services operated for
          the location
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: organization
        in: query
        description: Searches for locations that are managed by the provided organization
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: address-use
        in: query
        description: A use code specified in an address
        style: simple
      - name: name
        in: query
        description: A portion of the location's name or alias
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: near
        in: query
        description: |-
          Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
          If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)

          Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.

          Requires the near-distance parameter to be provided also
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: address-city
        in: query
        description: A city specified in an address
        style: simple
      - name: status
        in: query
        description: Searches for locations with a specific kind of status
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Location/_search:
    get:
      tags:
      - Location
      summary: "search-type: Search for Location instances"
      description: This is a search type
      parameters:
      - name: identifier
        in: query
        description: An identifier for the location
        style: simple
      - name: partof
        in: query
        description: A location of which this location is a part
        style: simple
      - name: address
        in: query
        description: A (part of the) address of the location
        style: simple
      - name: address-state
        in: query
        description: A state specified in an address
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: operational-status
        in: query
        description: "Searches for locations (typically bed/room) that have an operational\
          \ status (e.g. contaminated, housekeeping)"
        style: simple
      - name: type
        in: query
        description: A code for the type of location
        style: simple
      - name: address-postalcode
        in: query
        description: A postal code specified in an address
        style: simple
      - name: address-country
        in: query
        description: A country specified in an address
        style: simple
      - name: endpoint
        in: query
        description: Technical endpoints providing access to services operated for
          the location
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: organization
        in: query
        description: Searches for locations that are managed by the provided organization
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: address-use
        in: query
        description: A use code specified in an address
        style: simple
      - name: name
        in: query
        description: A portion of the location's name or alias
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: near
        in: query
        description: |-
          Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
          If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)

          Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.

          Requires the near-distance parameter to be provided also
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: address-city
        in: query
        description: A city specified in an address
        style: simple
      - name: status
        in: query
        description: Searches for locations with a specific kind of status
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Location/$meta:
    get:
      tags:
      - Location
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - Location
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Location/{id}/$meta:
    get:
      tags:
      - Location
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - Location
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /OperationDefinition/{id}:
    get:
      tags:
      - OperationDefinition
      summary: "read-instance: Read OperationDefinition instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Organization/{id}:
    get:
      tags:
      - Organization
      summary: "read-instance: Read Organization instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Organization:
    get:
      tags:
      - Organization
      summary: "search-type: Search for Organization instances"
      description: This is a search type
      parameters:
      - name: identifier
        in: query
        description: Any identifier for the organization (not the accreditation issuer's
          identifier)
        style: simple
      - name: partof
        in: query
        description: An organization of which this organization forms a part
        style: simple
      - name: address
        in: 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"
        style: simple
      - name: address-state
        in: query
        description: A state specified in an address
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: active
        in: query
        description: Is the Organization record active
        style: simple
      - name: type
        in: query
        description: A code for the type of organization
        style: simple
      - name: address-postalcode
        in: query
        description: A postal code specified in an address
        style: simple
      - name: address-country
        in: query
        description: A country specified in an address
        style: simple
      - name: endpoint
        in: query
        description: Technical endpoints providing access to services operated for
          the organization
        style: simple
      - name: phonetic
        in: query
        description: A portion of the organization's name using some kind of phonetic
          matching algorithm
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: address-use
        in: query
        description: A use code specified in an address
        style: simple
      - name: name
        in: query
        description: A portion of the organization's name or alias
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: address-city
        in: query
        description: A city specified in an address
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Organization/_search:
    get:
      tags:
      - Organization
      summary: "search-type: Search for Organization instances"
      description: This is a search type
      parameters:
      - name: identifier
        in: query
        description: Any identifier for the organization (not the accreditation issuer's
          identifier)
        style: simple
      - name: partof
        in: query
        description: An organization of which this organization forms a part
        style: simple
      - name: address
        in: 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"
        style: simple
      - name: address-state
        in: query
        description: A state specified in an address
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: active
        in: query
        description: Is the Organization record active
        style: simple
      - name: type
        in: query
        description: A code for the type of organization
        style: simple
      - name: address-postalcode
        in: query
        description: A postal code specified in an address
        style: simple
      - name: address-country
        in: query
        description: A country specified in an address
        style: simple
      - name: endpoint
        in: query
        description: Technical endpoints providing access to services operated for
          the organization
        style: simple
      - name: phonetic
        in: query
        description: A portion of the organization's name using some kind of phonetic
          matching algorithm
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: address-use
        in: query
        description: A use code specified in an address
        style: simple
      - name: name
        in: query
        description: A portion of the organization's name or alias
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: address-city
        in: query
        description: A city specified in an address
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Organization/$meta:
    get:
      tags:
      - Organization
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - Organization
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Organization/{id}/$meta:
    get:
      tags:
      - Organization
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - Organization
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Practitioner/{id}:
    get:
      tags:
      - Practitioner
      summary: "read-instance: Read Practitioner instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Practitioner:
    get:
      tags:
      - Practitioner
      summary: "search-type: Search for Practitioner instances"
      description: This is a search type
      parameters:
      - name: address-state
        in: query
        description: A state specified in an address
        style: simple
      - name: gender
        in: query
        description: Gender of the practitioner
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: address-country
        in: query
        description: A country specified in an address
        style: simple
      - name: phonetic
        in: query
        description: A portion of either family or given name using some kind of phonetic
          matching algorithm
        style: simple
      - name: telecom
        in: query
        description: The value in any kind of contact
        style: simple
      - name: address-city
        in: query
        description: A city specified in an address
        style: simple
      - name: communication
        in: query
        description: One of the languages that the practitioner can communicate with
        style: simple
      - name: email
        in: query
        description: A value in an email contact
        style: simple
      - name: given
        in: query
        description: A portion of the given name
        style: simple
      - name: identifier
        in: query
        description: A practitioner's Identifier
        style: simple
      - name: address
        in: 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"
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: active
        in: query
        description: Whether the practitioner record is active
        style: simple
      - name: address-postalcode
        in: query
        description: A postalCode specified in an address
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: phone
        in: query
        description: A value in a phone contact
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: address-use
        in: query
        description: A use code specified in an address
        style: simple
      - name: name
        in: query
        description: "A server defined search that may match any of the string fields\
          \ in the HumanName, including family, give, prefix, suffix, suffix, and/or\
          \ text"
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: family
        in: query
        description: A portion of the family name
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Practitioner/_search:
    get:
      tags:
      - Practitioner
      summary: "search-type: Search for Practitioner instances"
      description: This is a search type
      parameters:
      - name: address-state
        in: query
        description: A state specified in an address
        style: simple
      - name: gender
        in: query
        description: Gender of the practitioner
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: address-country
        in: query
        description: A country specified in an address
        style: simple
      - name: phonetic
        in: query
        description: A portion of either family or given name using some kind of phonetic
          matching algorithm
        style: simple
      - name: telecom
        in: query
        description: The value in any kind of contact
        style: simple
      - name: address-city
        in: query
        description: A city specified in an address
        style: simple
      - name: communication
        in: query
        description: One of the languages that the practitioner can communicate with
        style: simple
      - name: email
        in: query
        description: A value in an email contact
        style: simple
      - name: given
        in: query
        description: A portion of the given name
        style: simple
      - name: identifier
        in: query
        description: A practitioner's Identifier
        style: simple
      - name: address
        in: 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"
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: active
        in: query
        description: Whether the practitioner record is active
        style: simple
      - name: address-postalcode
        in: query
        description: A postalCode specified in an address
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: phone
        in: query
        description: A value in a phone contact
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: address-use
        in: query
        description: A use code specified in an address
        style: simple
      - name: name
        in: query
        description: "A server defined search that may match any of the string fields\
          \ in the HumanName, including family, give, prefix, suffix, suffix, and/or\
          \ text"
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: family
        in: query
        description: A portion of the family name
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Practitioner/$meta:
    get:
      tags:
      - Practitioner
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - Practitioner
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /Practitioner/{id}/$meta:
    get:
      tags:
      - Practitioner
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - Practitioner
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /PractitionerRole/{id}:
    get:
      tags:
      - PractitionerRole
      summary: "read-instance: Read PractitionerRole instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /PractitionerRole:
    get:
      tags:
      - PractitionerRole
      summary: "search-type: Search for PractitionerRole instances"
      description: This is a search type
      parameters:
      - name: date
        in: query
        description: The period during which the practitioner is authorized to perform
          in these role(s)
        style: simple
      - name: identifier
        in: query
        description: A practitioner's Identifier
        style: simple
      - name: specialty
        in: query
        description: The practitioner has this specialty at an organization
        style: simple
      - name: role
        in: query
        description: The practitioner can perform this role at for the organization
        style: simple
      - name: practitioner
        in: query
        description: Practitioner that is able to provide the defined services for
          the organization
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: active
        in: query
        description: Whether this practitioner role record is in active use
        style: simple
      - name: endpoint
        in: query
        description: Technical endpoints providing access to services operated for
          the practitioner with this role
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: phone
        in: query
        description: A value in a phone contact
        style: simple
      - name: service
        in: query
        description: The list of healthcare services that this worker provides for
          this role's Organization/Location(s)
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: organization
        in: query
        description: The identity of the organization the practitioner represents
          / acts on behalf of
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: telecom
        in: query
        description: The value in any kind of contact
        style: simple
      - name: location
        in: query
        description: One of the locations at which this practitioner provides care
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: email
        in: query
        description: A value in an email contact
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /PractitionerRole/_search:
    get:
      tags:
      - PractitionerRole
      summary: "search-type: Search for PractitionerRole instances"
      description: This is a search type
      parameters:
      - name: date
        in: query
        description: The period during which the practitioner is authorized to perform
          in these role(s)
        style: simple
      - name: identifier
        in: query
        description: A practitioner's Identifier
        style: simple
      - name: specialty
        in: query
        description: The practitioner has this specialty at an organization
        style: simple
      - name: role
        in: query
        description: The practitioner can perform this role at for the organization
        style: simple
      - name: practitioner
        in: query
        description: Practitioner that is able to provide the defined services for
          the organization
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: active
        in: query
        description: Whether this practitioner role record is in active use
        style: simple
      - name: endpoint
        in: query
        description: Technical endpoints providing access to services operated for
          the practitioner with this role
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: phone
        in: query
        description: A value in a phone contact
        style: simple
      - name: service
        in: query
        description: The list of healthcare services that this worker provides for
          this role's Organization/Location(s)
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: organization
        in: query
        description: The identity of the organization the practitioner represents
          / acts on behalf of
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: telecom
        in: query
        description: The value in any kind of contact
        style: simple
      - name: location
        in: query
        description: One of the locations at which this practitioner provides care
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: email
        in: query
        description: A value in an email contact
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /PractitionerRole/$meta:
    get:
      tags:
      - PractitionerRole
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - PractitionerRole
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /PractitionerRole/{id}/$meta:
    get:
      tags:
      - PractitionerRole
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - PractitionerRole
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /SearchParameter/{id}:
    get:
      tags:
      - SearchParameter
      summary: "read-instance: Read SearchParameter instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /SearchParameter:
    get:
      tags:
      - SearchParameter
      summary: "search-type: Search for SearchParameter instances"
      description: This is a search type
      parameters:
      - name: date
        in: query
        description: The search parameter publication date
        style: simple
      - name: code
        in: query
        description: Code used in URL
        style: simple
      - name: context-type-value
        in: query
        description: "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html):\
          \ A use context type and value assigned to the capability statement\r\n\
          * [CodeSystem](codesystem.html): A use context type and value assigned to\
          \ the code system\r\n* [CompartmentDefinition](compartmentdefinition.html):\
          \ A use context type and value assigned to the compartment definition\r\n\
          * [ConceptMap](conceptmap.html): A use context type and value assigned to\
          \ the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context\
          \ type and value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html):\
          \ A use context type and value assigned to the implementation guide\r\n\
          * [MessageDefinition](messagedefinition.html): A use context type and value\
          \ assigned to the message definition\r\n* [NamingSystem](namingsystem.html):\
          \ A use context type and value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html):\
          \ A use context type and value assigned to the operation definition\r\n\
          * [SearchParameter](searchparameter.html): A use context type and value\
          \ assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html):\
          \ A use context type and value assigned to the structure definition\r\n\
          * [StructureMap](structuremap.html): A use context type and value assigned\
          \ to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html):\
          \ A use context type and value assigned to the terminology capabilities\r\
          \n* [ValueSet](valueset.html): A use context type and value assigned to\
          \ the value set"
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: jurisdiction
        in: query
        description: Intended jurisdiction for the search parameter
        style: simple
      - name: description
        in: query
        description: The description of the search parameter
        style: simple
      - name: derived-from
        in: query
        description: Original definition for the search parameter
        style: simple
      - name: context-type
        in: query
        description: A type of use context assigned to the search parameter
        style: simple
      - name: type
        in: query
        description: number | date | string | token | reference | composite | quantity
          | uri | special
        style: simple
      - name: context-quantity
        in: query
        description: A quantity- or range-valued use context assigned to the search
          parameter
        style: simple
      - name: context
        in: query
        description: A use context assigned to the search parameter
        style: simple
      - name: context-type-quantity
        in: query
        description: "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ capability statement\r\n* [CodeSystem](codesystem.html): A use context\
          \ type and quantity- or range-based value assigned to the code system\r\n\
          * [CompartmentDefinition](compartmentdefinition.html): A use context type\
          \ and quantity- or range-based value assigned to the compartment definition\r\
          \n* [ConceptMap](conceptmap.html): A use context type and quantity- or range-based\
          \ value assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ graph definition\r\n* [ImplementationGuide](implementationguide.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ implementation guide\r\n* [MessageDefinition](messagedefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ message definition\r\n* [NamingSystem](namingsystem.html): A use context\
          \ type and quantity- or range-based value assigned to the naming system\r\
          \n* [OperationDefinition](operationdefinition.html): A use context type\
          \ and quantity- or range-based value assigned to the operation definition\r\
          \n* [SearchParameter](searchparameter.html): A use context type and quantity-\
          \ or range-based value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ structure definition\r\n* [StructureMap](structuremap.html): A use context\
          \ type and quantity- or range-based value assigned to the structure map\r\
          \n* [TerminologyCapabilities](terminologycapabilities.html): A use context\
          \ type and quantity- or range-based value assigned to the terminology capabilities\r\
          \n* [ValueSet](valueset.html): A use context type and quantity- or range-based\
          \ value assigned to the value set"
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: version
        in: query
        description: The business version of the search parameter
        style: simple
      - name: url
        in: query
        description: The uri that identifies the search parameter
        style: simple
      - name: target
        in: query
        description: Types of resource (if a resource reference)
        style: simple
      - name: component
        in: query
        description: Defines how the part works
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: name
        in: query
        description: Computationally friendly name of the search parameter
        style: simple
      - name: publisher
        in: query
        description: Name of the publisher of the search parameter
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: status
        in: query
        description: The current status of the search parameter
        style: simple
      - name: base
        in: query
        description: The resource type(s) this search parameter applies to
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /SearchParameter/_search:
    get:
      tags:
      - SearchParameter
      summary: "search-type: Search for SearchParameter instances"
      description: This is a search type
      parameters:
      - name: date
        in: query
        description: The search parameter publication date
        style: simple
      - name: code
        in: query
        description: Code used in URL
        style: simple
      - name: context-type-value
        in: query
        description: "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html):\
          \ A use context type and value assigned to the capability statement\r\n\
          * [CodeSystem](codesystem.html): A use context type and value assigned to\
          \ the code system\r\n* [CompartmentDefinition](compartmentdefinition.html):\
          \ A use context type and value assigned to the compartment definition\r\n\
          * [ConceptMap](conceptmap.html): A use context type and value assigned to\
          \ the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context\
          \ type and value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html):\
          \ A use context type and value assigned to the implementation guide\r\n\
          * [MessageDefinition](messagedefinition.html): A use context type and value\
          \ assigned to the message definition\r\n* [NamingSystem](namingsystem.html):\
          \ A use context type and value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html):\
          \ A use context type and value assigned to the operation definition\r\n\
          * [SearchParameter](searchparameter.html): A use context type and value\
          \ assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html):\
          \ A use context type and value assigned to the structure definition\r\n\
          * [StructureMap](structuremap.html): A use context type and value assigned\
          \ to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html):\
          \ A use context type and value assigned to the terminology capabilities\r\
          \n* [ValueSet](valueset.html): A use context type and value assigned to\
          \ the value set"
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: jurisdiction
        in: query
        description: Intended jurisdiction for the search parameter
        style: simple
      - name: description
        in: query
        description: The description of the search parameter
        style: simple
      - name: derived-from
        in: query
        description: Original definition for the search parameter
        style: simple
      - name: context-type
        in: query
        description: A type of use context assigned to the search parameter
        style: simple
      - name: type
        in: query
        description: number | date | string | token | reference | composite | quantity
          | uri | special
        style: simple
      - name: context-quantity
        in: query
        description: A quantity- or range-valued use context assigned to the search
          parameter
        style: simple
      - name: context
        in: query
        description: A use context assigned to the search parameter
        style: simple
      - name: context-type-quantity
        in: query
        description: "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ capability statement\r\n* [CodeSystem](codesystem.html): A use context\
          \ type and quantity- or range-based value assigned to the code system\r\n\
          * [CompartmentDefinition](compartmentdefinition.html): A use context type\
          \ and quantity- or range-based value assigned to the compartment definition\r\
          \n* [ConceptMap](conceptmap.html): A use context type and quantity- or range-based\
          \ value assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ graph definition\r\n* [ImplementationGuide](implementationguide.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ implementation guide\r\n* [MessageDefinition](messagedefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ message definition\r\n* [NamingSystem](namingsystem.html): A use context\
          \ type and quantity- or range-based value assigned to the naming system\r\
          \n* [OperationDefinition](operationdefinition.html): A use context type\
          \ and quantity- or range-based value assigned to the operation definition\r\
          \n* [SearchParameter](searchparameter.html): A use context type and quantity-\
          \ or range-based value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ structure definition\r\n* [StructureMap](structuremap.html): A use context\
          \ type and quantity- or range-based value assigned to the structure map\r\
          \n* [TerminologyCapabilities](terminologycapabilities.html): A use context\
          \ type and quantity- or range-based value assigned to the terminology capabilities\r\
          \n* [ValueSet](valueset.html): A use context type and quantity- or range-based\
          \ value assigned to the value set"
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: version
        in: query
        description: The business version of the search parameter
        style: simple
      - name: url
        in: query
        description: The uri that identifies the search parameter
        style: simple
      - name: target
        in: query
        description: Types of resource (if a resource reference)
        style: simple
      - name: component
        in: query
        description: Defines how the part works
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: name
        in: query
        description: Computationally friendly name of the search parameter
        style: simple
      - name: publisher
        in: query
        description: Name of the publisher of the search parameter
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: status
        in: query
        description: The current status of the search parameter
        style: simple
      - name: base
        in: query
        description: The resource type(s) this search parameter applies to
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /SearchParameter/$meta:
    get:
      tags:
      - SearchParameter
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - SearchParameter
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /SearchParameter/{id}/$meta:
    get:
      tags:
      - SearchParameter
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - SearchParameter
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /StructureDefinition/{id}:
    get:
      tags:
      - StructureDefinition
      summary: "read-instance: Read StructureDefinition instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /StructureDefinition:
    get:
      tags:
      - StructureDefinition
      summary: "search-type: Search for StructureDefinition instances"
      description: This is a search type
      parameters:
      - name: date
        in: query
        description: The structure definition publication date
        style: simple
      - name: context-type-value
        in: query
        description: "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html):\
          \ A use context type and value assigned to the capability statement\r\n\
          * [CodeSystem](codesystem.html): A use context type and value assigned to\
          \ the code system\r\n* [CompartmentDefinition](compartmentdefinition.html):\
          \ A use context type and value assigned to the compartment definition\r\n\
          * [ConceptMap](conceptmap.html): A use context type and value assigned to\
          \ the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context\
          \ type and value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html):\
          \ A use context type and value assigned to the implementation guide\r\n\
          * [MessageDefinition](messagedefinition.html): A use context type and value\
          \ assigned to the message definition\r\n* [NamingSystem](namingsystem.html):\
          \ A use context type and value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html):\
          \ A use context type and value assigned to the operation definition\r\n\
          * [SearchParameter](searchparameter.html): A use context type and value\
          \ assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html):\
          \ A use context type and value assigned to the structure definition\r\n\
          * [StructureMap](structuremap.html): A use context type and value assigned\
          \ to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html):\
          \ A use context type and value assigned to the terminology capabilities\r\
          \n* [ValueSet](valueset.html): A use context type and value assigned to\
          \ the value set"
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: jurisdiction
        in: query
        description: Intended jurisdiction for the structure definition
        style: simple
      - name: description
        in: query
        description: The description of the structure definition
        style: simple
      - name: context-type
        in: query
        description: A type of use context assigned to the structure definition
        style: simple
      - name: experimental
        in: query
        description: "For testing purposes, not real usage"
        style: simple
      - name: title
        in: query
        description: The human-friendly name of the structure definition
        style: simple
      - name: type
        in: query
        description: Type defined or constrained by this structure
        style: simple
      - name: context-quantity
        in: query
        description: A quantity- or range-valued use context assigned to the structure
          definition
        style: simple
      - name: path
        in: query
        description: A path that is constrained in the StructureDefinition
        style: simple
      - name: context
        in: query
        description: A use context assigned to the structure definition
        style: simple
      - name: base-path
        in: query
        description: Path that identifies the base element
        style: simple
      - name: keyword
        in: query
        description: A code for the StructureDefinition
        style: simple
      - name: context-type-quantity
        in: query
        description: "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ capability statement\r\n* [CodeSystem](codesystem.html): A use context\
          \ type and quantity- or range-based value assigned to the code system\r\n\
          * [CompartmentDefinition](compartmentdefinition.html): A use context type\
          \ and quantity- or range-based value assigned to the compartment definition\r\
          \n* [ConceptMap](conceptmap.html): A use context type and quantity- or range-based\
          \ value assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ graph definition\r\n* [ImplementationGuide](implementationguide.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ implementation guide\r\n* [MessageDefinition](messagedefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ message definition\r\n* [NamingSystem](namingsystem.html): A use context\
          \ type and quantity- or range-based value assigned to the naming system\r\
          \n* [OperationDefinition](operationdefinition.html): A use context type\
          \ and quantity- or range-based value assigned to the operation definition\r\
          \n* [SearchParameter](searchparameter.html): A use context type and quantity-\
          \ or range-based value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ structure definition\r\n* [StructureMap](structuremap.html): A use context\
          \ type and quantity- or range-based value assigned to the structure map\r\
          \n* [TerminologyCapabilities](terminologycapabilities.html): A use context\
          \ type and quantity- or range-based value assigned to the terminology capabilities\r\
          \n* [ValueSet](valueset.html): A use context type and quantity- or range-based\
          \ value assigned to the value set"
        style: simple
      - name: identifier
        in: query
        description: External identifier for the structure definition
        style: simple
      - name: valueset
        in: query
        description: A vocabulary binding reference
        style: simple
      - name: kind
        in: query
        description: primitive-type | complex-type | resource | logical
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: abstract
        in: query
        description: Whether the structure is abstract
        style: simple
      - name: version
        in: query
        description: The business version of the structure definition
        style: simple
      - name: url
        in: query
        description: The uri that identifies the structure definition
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: ext-context
        in: query
        description: "The system is the URL for the context-type: e.g. https://hl7.org/fhir/extension-context-type#element|CodeableConcept.text"
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: name
        in: query
        description: Computationally friendly name of the structure definition
        style: simple
      - name: publisher
        in: query
        description: Name of the publisher of the structure definition
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: derivation
        in: query
        description: specialization | constraint - How relates to base definition
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: status
        in: query
        description: The current status of the structure definition
        style: simple
      - name: base
        in: query
        description: Definition that this type is constrained/specialized from
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /StructureDefinition/_search:
    get:
      tags:
      - StructureDefinition
      summary: "search-type: Search for StructureDefinition instances"
      description: This is a search type
      parameters:
      - name: date
        in: query
        description: The structure definition publication date
        style: simple
      - name: context-type-value
        in: query
        description: "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html):\
          \ A use context type and value assigned to the capability statement\r\n\
          * [CodeSystem](codesystem.html): A use context type and value assigned to\
          \ the code system\r\n* [CompartmentDefinition](compartmentdefinition.html):\
          \ A use context type and value assigned to the compartment definition\r\n\
          * [ConceptMap](conceptmap.html): A use context type and value assigned to\
          \ the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context\
          \ type and value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html):\
          \ A use context type and value assigned to the implementation guide\r\n\
          * [MessageDefinition](messagedefinition.html): A use context type and value\
          \ assigned to the message definition\r\n* [NamingSystem](namingsystem.html):\
          \ A use context type and value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html):\
          \ A use context type and value assigned to the operation definition\r\n\
          * [SearchParameter](searchparameter.html): A use context type and value\
          \ assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html):\
          \ A use context type and value assigned to the structure definition\r\n\
          * [StructureMap](structuremap.html): A use context type and value assigned\
          \ to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html):\
          \ A use context type and value assigned to the terminology capabilities\r\
          \n* [ValueSet](valueset.html): A use context type and value assigned to\
          \ the value set"
        style: simple
      - name: _lastUpdated
        in: query
        description: When the resource version last changed
        style: simple
      - name: jurisdiction
        in: query
        description: Intended jurisdiction for the structure definition
        style: simple
      - name: description
        in: query
        description: The description of the structure definition
        style: simple
      - name: context-type
        in: query
        description: A type of use context assigned to the structure definition
        style: simple
      - name: experimental
        in: query
        description: "For testing purposes, not real usage"
        style: simple
      - name: title
        in: query
        description: The human-friendly name of the structure definition
        style: simple
      - name: type
        in: query
        description: Type defined or constrained by this structure
        style: simple
      - name: context-quantity
        in: query
        description: A quantity- or range-valued use context assigned to the structure
          definition
        style: simple
      - name: path
        in: query
        description: A path that is constrained in the StructureDefinition
        style: simple
      - name: context
        in: query
        description: A use context assigned to the structure definition
        style: simple
      - name: base-path
        in: query
        description: Path that identifies the base element
        style: simple
      - name: keyword
        in: query
        description: A code for the StructureDefinition
        style: simple
      - name: context-type-quantity
        in: query
        description: "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ capability statement\r\n* [CodeSystem](codesystem.html): A use context\
          \ type and quantity- or range-based value assigned to the code system\r\n\
          * [CompartmentDefinition](compartmentdefinition.html): A use context type\
          \ and quantity- or range-based value assigned to the compartment definition\r\
          \n* [ConceptMap](conceptmap.html): A use context type and quantity- or range-based\
          \ value assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ graph definition\r\n* [ImplementationGuide](implementationguide.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ implementation guide\r\n* [MessageDefinition](messagedefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ message definition\r\n* [NamingSystem](namingsystem.html): A use context\
          \ type and quantity- or range-based value assigned to the naming system\r\
          \n* [OperationDefinition](operationdefinition.html): A use context type\
          \ and quantity- or range-based value assigned to the operation definition\r\
          \n* [SearchParameter](searchparameter.html): A use context type and quantity-\
          \ or range-based value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html):\
          \ A use context type and quantity- or range-based value assigned to the\
          \ structure definition\r\n* [StructureMap](structuremap.html): A use context\
          \ type and quantity- or range-based value assigned to the structure map\r\
          \n* [TerminologyCapabilities](terminologycapabilities.html): A use context\
          \ type and quantity- or range-based value assigned to the terminology capabilities\r\
          \n* [ValueSet](valueset.html): A use context type and quantity- or range-based\
          \ value assigned to the value set"
        style: simple
      - name: identifier
        in: query
        description: External identifier for the structure definition
        style: simple
      - name: valueset
        in: query
        description: A vocabulary binding reference
        style: simple
      - name: kind
        in: query
        description: primitive-type | complex-type | resource | logical
        style: simple
      - name: _security
        in: query
        description: Security Labels applied to this resource
        style: simple
      - name: abstract
        in: query
        description: Whether the structure is abstract
        style: simple
      - name: version
        in: query
        description: The business version of the structure definition
        style: simple
      - name: url
        in: query
        description: The uri that identifies the structure definition
        style: simple
      - name: _profile
        in: query
        description: Profiles this resource claims to conform to
        style: simple
      - name: ext-context
        in: query
        description: "The system is the URL for the context-type: e.g. https://hl7.org/fhir/extension-context-type#element|CodeableConcept.text"
        style: simple
      - name: _tag
        in: query
        description: Tags applied to this resource
        style: simple
      - name: _has
        in: query
        description: Return resources linked to by the given target
        style: simple
      - name: name
        in: query
        description: Computationally friendly name of the structure definition
        style: simple
      - name: publisher
        in: query
        description: Name of the publisher of the structure definition
        style: simple
      - name: _source
        in: query
        description: Identifies where the resource comes from
        style: simple
      - name: derivation
        in: query
        description: specialization | constraint - How relates to base definition
        style: simple
      - name: _id
        in: query
        description: Logical id of this artifact
        style: simple
      - name: _text
        in: query
        description: Search on the narrative of the resource
        style: simple
      - name: _content
        in: query
        description: Search on the entire content of the resource
        style: simple
      - name: status
        in: query
        description: The current status of the structure definition
        style: simple
      - name: base
        in: query
        description: Definition that this type is constrained/specialized from
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /StructureDefinition/$snapshot:
    get:
      tags:
      - StructureDefinition
      parameters:
      - name: url
        in: query
        required: false
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - StructureDefinition
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters",
                "parameter": [ {
                  "name": "definition"
                }, {
                  "name": "url",
                  "valueString": "example"
                } ]
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /StructureDefinition/{id}/$snapshot:
    get:
      tags:
      - StructureDefinition
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      - name: url
        in: query
        required: false
        style: simple
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - StructureDefinition
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters",
                "parameter": [ {
                  "name": "definition"
                }, {
                  "name": "url",
                  "valueString": "example"
                } ]
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /StructureDefinition/$meta:
    get:
      tags:
      - StructureDefinition
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - StructureDefinition
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
  /StructureDefinition/{id}/$meta:
    get:
      tags:
      - StructureDefinition
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
    post:
      tags:
      - StructureDefinition
      description: "Request a list of tags, profiles, and security labels for a specfic\
        \ resource instance"
      parameters:
      - name: id
        in: path
        description: The resource ID
        required: true
        style: simple
        schema:
          minimum: 1
          type: string
          example: null
        example: "123"
      requestBody:
        content:
          application/fhir+json:
            schema:
              title: FHIR Resource
              type: object
              example: null
            example: |-
              {
                "resourceType": "Parameters"
              }
      responses:
        "200":
          description: Success
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/FHIR-JSON-RESOURCE'
              example: null
            application/fhir+xml:
              schema:
                $ref: '#/components/schemas/FHIR-XML-RESOURCE'
              example: null
components:
  schemas:
    FHIR-JSON-RESOURCE:
      type: object
      description: A FHIR resource
      example: null
    FHIR-XML-RESOURCE:
      type: object
      description: A FHIR resource
      example: null
