Get a list of medical procedures associated with the user

Returns a list of medical procedures
GET https://api.humanapi.co/v1/human/medical/procedures

Returns a single procedure
GET https://api.humanapi.co/v1/human/medical/procedures/{id}

# Returns a json array of procedures:
[
    {
        "id": "55e692d20c7deefb7cfe90f8",
        "createdAt": "2014-09-01T21:42:09.969Z",
        "updatedAt": "2014-09-01T21:42:10.072Z",
        "dateTime": "2014-02-11T09:30:00.000Z",
        "source": "emr-1-320",
        "device": null,
        "deviceCodes": [],
        "name": "HCHG CYSTOURETHROSCOPY",
        "organization": {
            "href": "/medical/organizations/53c050ac51c69003200aa998",
            "id": "53c050ac51c69003200aa998",
            "name": "Cleveland Clinic"
        },
        "performer": {
            "address": null,
            "organizationName": null,
            "phone": null
        },
        "specimen": null,
        "specimenCodes": [],
        "codes": [
            {
                "code": "52000",
                "codeSystem": "2.16.840.1.113883.6.12",
                "codeSystemName": "CPT-4",
                "name": "HCHG CYSTOURETHROSCOPY"
            }
        ]
    }
]
# Get all procedures associated with the user
curl -H "Authorization: Bearer demo" "https://api.humanapi.co/v1/human/medical/procedures"

Response Properties

PropertyTypeDescription
idStringThe id of the resource
sourceStringThe name of the originating service
updatedAtDateThe time the record was updated on the Human API server
createdAtDateThe time the record was created on the Human API server
dateTimeDate(optional) The date of the procedure
sourceStringThe name of the originating service
deviceString(optional) Device Note: presence of this value is rare
deviceCodesArray[Object](optional) Device codes Note: presence of this value is rare
nameString(optional) Name of the procedure
performerObject(optional) See performer information)
specimenString(optional) Specimen related to the procedure (if applicable) Note: presence of this value is rare
specimenCodesArray[Object](optional) Specimen codes Note: presence of this value is rare
organizationObject(optional) See organizations object
codesArray[Object](optional) See codes

Performer Object

PropertyTypeDescription
addressString(optional) Address of the performer
organizationNameString(optional) Name of the performer’s organization
phoneString(optional) Phone number of the performer