Retrieve Procedures for a Patient Identifier

get

/HSDataService-web/api/3.2.0/patientapi/patients/{id}/procedures

This endpoint supports the retrieval of Procedures for a single Patient Identifier passed. It returns all the Procedure related information like Code, Name, Type, Value, Anatomical Site, Procedure Outcome, Encounter, Facility, Service Provider and Specialty.

Request

Supported Media Types
  • application/json
  • application/xml
Path Parameters
id
Type: integer (int64)
Required: true
Patient Row ID
Query Parameters
limit
Type: integer (int32)
Pagination query params: ?limit=2&offset=0
offset
Type: integer (int32)
Pagination query params: ?limit=2&offset=0

Response

Supported Media Types
  • application/json
  • application/xml
200 Response
successful operation
Body
Model for paginated collections of data.
Root Schema : PageableCollectionProcedure
Type: object
Model for paginated collections of data.
Nested Schema : items
Type: array
A collection of paged items.
Nested Schema : Procedure
Type: object
Model for a Patient procedure object in CDM.
Nested Schema : CodeableConcept
Type: object
Model that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Nested Schema : Encounter
Type: object
Nested Schema : Identifier
Type: object
Identifier assigned by a given system
Nested Schema : LinkedReference
Type: object
Nested Schema : DateRange
Type: object
Nested Schema : Practitioner
Type: object
Model for a Practitioner, i.e. a person who is directly or indirectly involved in the provisioning of healthcare with a formal responsibility.
Nested Schema : coding
Type: array
Read Only: true
Code(s) defined by a terminology system.
Nested Schema : Coding
Type: object
Model for a reference to a code defined by a terminology system.
Nested Schema : CdmIdentifier
Type: object
Identifier assigned by a given system
Nested Schema : Location
Type: object
Nested Schema : Number
Type: object
Nested Schema : Address
Type: object
Model for a postal address.
Nested Schema : HumanName
Type: object
Model for a name of a human with text and parts information.
Nested Schema : Telecom
Type: object
Nested Schema : line
Type: array
Street name, number, direction & P.O. Box etc.
Nested Schema : given
Type: array
Given names (not always 'first'). Includes middle names.
400 Response
Invalid parameters supplied
404 Response
Procedure(s) not found

Examples

The following example submits a GET request.

API URL

http://localhost:7001/HSDataService-web/api/3.2.0/patientapi/patients/1/procedures?limit=2&offset=0

Example of Response Body

The following example shows the response returned in JSON format.

{
"resourceType": "Procedure",
  "items": [
    {
      "identifier": {
        "system": "CDM",
        "value": "1"
      },
      "patient": {
        "reference": "/HSDataService-web/api/3.2.0/patientapi/patients/1"
      },
      "category": {
        "coding": [
          {
            "code": "PROC_CD1",
            "display": "Procedure Code1",
            "description": "Code for the procedure"
          }
        ]
      },
      "code": {
        "coding": [
          {
            "code": "PROC_CD_CODE_1",
            "display": "PROC_CD_CODE_NM_1",
            "description": "PROC_CD Code description 1",
            "sysId": "EHA_CUSTOM_CD_SYS",
            "sysName": "EHA Custom Code System",
            "sysVersion": "1"
          }
        ]
      },
      "bodySite": {
        "coding": [
          {
            "code": "ANA_SITE_CD_CODE1",
            "display": "ANA_SITE_CD_CODE1name",
            "description": "ANA_SITE_CD_CODE1Desc",
            "sysId": "EHA_CUSTOM_CD_SYS",
            "sysName": "EHA Custom Code System",
            "sysVersion": "1"
          }
        ]
      },
      "performer": {
        "identifier": {
          "system": "CDM",
          "value": "SVCPRV1"
        },
        "type": {
          "coding": [
            {
              "code": "SVCPRV_TYP_CD_VALUE",
              "display": "SVCPRV_TYP_CD_NAME",
              "description": "SVCPRV_TYP_CD_DESC",
              "sysId": "SVCPRV_TYP_CD_SYS",
              "sysName": "Service Provider System",
              "sysVersion": "2"
            }
          ]
        },
        "speciality": {
          "coding": [
            {
              "code": "Speciality_1",
              "display": "SP_LTY_NAME",
              "description": "SP_LTY_DESC",
              "sysId": "EHA_CUSTOM_CD_SYS",
              "sysName": "EHA Custom Code System",
              "sysVersion": "1"
            }
          ]
        },
        "specimenAliasIssuerFlag": "Y"
      },
      "performedPeriod": {
        "start": "11/14/1998",
        "end": "12/31/1998"
      },
      "encounter": {
        "identifier": {
          "system": "CDM",
          "value": "ENC1"
        },
        "type": {
          "coding": [
            {
              "code": "1",
              "display": "ENC_TYPE1",
              "description": "ENC_TYPE_DESC1",
              "sysId": "EHA_CUSTOM_CD_SYS",
              "sysName": "EHA Custom Code System",
              "sysVersion": "1"
            }
          ]
        },
        "location": {
          "identifier": {
            "system": "CDM",
            "value": "1"
          },
          "name": "FAC1",
          "type": {
            "coding": [
              {
                "code": "FAC_SUBTYP_RM",
                "display": "Room",
                "description": "A space allocated for a function within a building or a floor",
                "sysId": "EHA_CUSTOM_CD_SYS",
                "sysName": "EHA Custom Code System",
                "sysVersion": "1"
              }
            ]
          }
        },
        "sequence": 1
      },
      "outcome": {
        "coding": [
          {
            "code": "OUTCM_CD_VIN1",
            "display": "OUTCM_CD_VIN_NM_1",
            "description": "OUTCM_CD_VIN_DESC1",
            "sysId": "EHA_CUSTOM_CD_SYS",
            "sysName": "EHA Custom Code System",
            "sysVersion": "1"
          }
        ]
      }
    },
    {
      "identifier": {
        "system": "CDM",
        "value": "1"
      },
      "patient": {
        "reference": "/HSDataService-web/api/3.2.0/patientapi/patients/1"
      },
      "category": {
        "coding": [
          {
            "code": "PROC_CD1",
            "display": "Procedure Code1",
            "description": "Code for the procedure"
          }
        ]
      },
      "code": {
        "coding": [
          {
            "code": "PROC_CD_CODE_1",
            "display": "PROC_CD_CODE_NM_1",
            "description": "PROC_CD Code description 1",
            "sysId": "EHA_CUSTOM_CD_SYS",
            "sysName": "EHA Custom Code System",
            "sysVersion": "1"
          }
        ]
      },
      "bodySite": {
        "coding": [
          {
            "code": "ANA_SITE_CD_CODE1",
            "display": "ANA_SITE_CD_CODE1name",
            "description": "ANA_SITE_CD_CODE1Desc",
            "sysId": "EHA_CUSTOM_CD_SYS",
            "sysName": "EHA Custom Code System",
            "sysVersion": "1"
          }
        ]
      },
      "performer": {
        "identifier": {
          "system": "CDM",
          "value": "SVCPRV1"
        },
        "type": {
          "coding": [
            {
              "code": "SVCPRV_TYP_CD_VALUE",
              "display": "SVCPRV_TYP_CD_NAME",
              "description": "SVCPRV_TYP_CD_DESC",
              "sysId": "SVCPRV_TYP_CD_SYS",
              "sysName": "Service Provider System",
              "sysVersion": "2"
            }
          ]
        },
        "speciality": {
          "coding": [
            {
              "code": "Speciality_1",
              "display": "SP_LTY_NAME",
              "description": "SP_LTY_DESC",
              "sysId": "EHA_CUSTOM_CD_SYS",
              "sysName": "EHA Custom Code System",
              "sysVersion": "1"
            }
          ]
        },
        "specimenAliasIssuerFlag": "Y"
      },
      "performedPeriod": {
        "start": "11/14/1998",
        "end": "12/31/1998"
      },
      "encounter": {
        "identifier": {
          "system": "CDM",
          "value": "ENC1"
        },
        "type": {
          "coding": [
            {
              "code": "1",
              "display": "ENC_TYPE1",
              "description": "ENC_TYPE_DESC1",
              "sysId": "EHA_CUSTOM_CD_SYS",
              "sysName": "EHA Custom Code System",
              "sysVersion": "1"
            }
          ]
        },
        "location": {
          "identifier": {
            "system": "CDM",
            "value": "1"
          },
          "name": "FAC1",
          "type": {
            "coding": [
              {
                "code": "FAC_SUBTYP_RM",
                "display": "Room",
                "description": "A space allocated for a function within a building or a floor",
                "sysId": "EHA_CUSTOM_CD_SYS",
                "sysName": "EHA Custom Code System",
                "sysVersion": "1"
              }
            ]
          }
        },
        "sequence": 1
      },
      "outcome": {
        "coding": [
          {
            "code": "OUTCM_CD_VIN1",
            "display": "OUTCM_CD_VIN_NM_1",
            "description": "OUTCM_CD_VIN_DESC1",
            "sysId": "EHA_CUSTOM_CD_SYS",
            "sysName": "EHA Custom Code System",
            "sysVersion": "1"
          }
        ]
      }
    }
  ],
  "count": 2,
  "hasMore": true,
  "links": [
    {
      "rel": "self",
      "href": "http://localhost:7001/HSDataService-web/api/3.2.0/patientapi/patients/1/procedures?limit=2&offset=0"
    },
    {
      "rel": "next",
      "href": "http://localhost:7001/HSDataService-web/api/3.2.0/patientapi/patients/1/procedures?offset=2&limit=2"
    }
  ]
}