Retrieve Procedures for a Subject Identifier
get
/HSDataService-web/api/3.2.0/subjectapi/subjects/{id}/procedures
This endpoint supports the retrieval of Procedures for a single Subject 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:trueSubject 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:
objectModel for paginated collections of data.
- count
-
Type:
integer(int64)Number of objects in the 'items' collection. - hasMore
-
Type:
booleanDefault Value:falseA boolean indicating if more pages are available. - items
-
Type:
arrayitemsA collection of paged items. - links
-
Type:
arraylinksA collection of links containing hrefs to the current, next, and previous pages as applicable. - resourceType
-
Type:
stringIdentify the resource type
Nested Schema : items
Nested Schema : links
Nested Schema : Procedure
Type:
objectModel for a Patient procedure object in CDM.
- bodySite
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - category
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - code
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - encounter
-
Type:
objectEncounter - identifier
-
Type:
objectIdentifierIdentifier assigned by a given system - outcome
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - patient
-
Type:
objectLinkedReference - performedPeriod
-
Type:
objectDateRange - performer
-
Type:
objectPractitionerModel for a Practitioner, i.e. a person who is directly or indirectly involved in the provisioning of healthcare with a formal responsibility. - subject
-
Type:
objectLinkedReference
Nested Schema : CodeableConcept
Type:
objectModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
- coding
-
Type:
arraycodingRead Only:trueCode(s) defined by a terminology system. - text
-
Type:
stringPlain text representation of the concept.
Nested Schema : Encounter
Type:
object- identifier
-
Type:
objectCdmIdentifierIdentifier assigned by a given system - location
-
Type:
objectLocation - sequence
-
Type:
objectNumber - type
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Nested Schema : Identifier
Type:
objectIdentifier assigned by a given system
- system
-
Type:
stringSystem which assigned this identifier - value
-
Type:
stringIdentifier value
Nested Schema : LinkedReference
Type:
object- display
-
Type:
string - reference
-
Type:
string
Nested Schema : DateRange
Type:
object- end
-
Type:
string(date-time) - start
-
Type:
string(date-time)
Nested Schema : Practitioner
Type:
objectModel for a Practitioner, i.e. a person who is directly or indirectly involved in the provisioning of healthcare with a formal responsibility.
- address
-
Type:
objectAddressModel for a postal address. - identifier
-
Type:
objectCdmIdentifierIdentifier assigned by a given system - name
-
Type:
objectHumanNameModel for a name of a human with text and parts information. - speciality
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - specimenAliasIssuerFlag
-
Type:
stringThe flag that indicates that this Service Provider has issued Specimen Alias(es). - telecom
-
Type:
objectTelecom - type
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Nested Schema : coding
Nested Schema : Coding
Type:
objectModel for a reference to a code defined by a terminology system.
- code
-
Type:
stringSymbol in syntax defined by the system. - description
-
Type:
stringDescription defined by the system. - display
-
Type:
stringRepresentation defined by the system. - sysId
-
Type:
stringIdentity of the terminology system. - sysName
-
Type:
stringName of the terminology system. - sysVersion
-
Type:
stringVersion of the system - if relevant.
Nested Schema : CdmIdentifier
Type:
objectIdentifier assigned by a given system
- system
-
Type:
stringSystem which assigned this identifier - value
-
Type:
stringIdentifier value
Nested Schema : Location
Type:
object- identifier
-
Type:
objectCdmIdentifierIdentifier assigned by a given system - name
-
Type:
stringName of the facility. - type
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Nested Schema : Number
Type:
objectNested Schema : Address
Type:
objectModel for a postal address.
- city
-
Type:
stringName of city, town etc. - country
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - district
-
Type:
stringDistrict name (aka county). - line
-
Type:
arraylineStreet name, number, direction & P.O. Box etc. - postalCode
-
Type:
stringPostal code for area. - state
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Nested Schema : HumanName
Type:
objectModel for a name of a human with text and parts information.
- family
-
Type:
stringFamily name (often called 'Surname'). - given
-
Type:
arraygivenGiven names (not always 'first'). Includes middle names. - text
-
Type:
stringText representation of the full name.
Nested Schema : Telecom
Type:
object- use
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - value
-
Type:
stringTelecom Value
Nested Schema : line
Nested Schema : given
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/subjectapi/subjects/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/subjectapi/subjects/1/patients"
},
"subject": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/subjects/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/subjectapi/subjects/1/patients"
},
"subject": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/subjects/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/subjectapi/subjects/1/procedures?limit=2&offset=0"
},
{
"rel": "next",
"href": "http://localhost:7001/HSDataService-web/api/3.2.0/subjectapi/subjects/1/procedures?offset=2&limit=2"
}
]
}