Building on the Platform
...
Solutions
Access to Clinical Data
Retrieve Procedure
4min
retrieve information on medical procedures performed on a patient access details on surgical interventions, diagnostic procedures, and therapeutic treatments essential for understanding a patient's medical interventions and healthcare procedures to access this clinical data you'll need the patient identifier, obtainable through the retrieve patient docid 8opknnbmtaz47rk5hkdd3 interaction interaction retrieving the list of procedures can be done by sending a get request the request is sent to the procedure endpoint https //api \<region> founda com/1/organizations/\<org x>/fhir/4/procedure?\<parameters> where \<region> should be defined according to the different founda sandbox testing docid\ ncff15xnu1wglst2wnm p and \<org x> should be replaced with the healthcare provider's organization id that you are integrated with the response contains a bundle with 0, 1 or n matching procedures the full procedure resource can be retrieved with the identifier of the selected procedure from the result set profile founda adheres to recognized standards (ihe, hl7 fhir) to ensure compatibility and harmonization among diverse systems if there is a profile available for an interaction, it is recommended and preferred to follow the prescribed transactions the retrieve procedure interaction with the founda platform is based on the ihe qedm profile to indicate that the request and response should comply with pcc 44, the profile parameter should be included to the search set /procedure? profile=https //profiles ihe net/iti/qedm parameters in order to comply with the pcc 44 transaction, the interaction should at least support the parameter in the table below additional search parameters, as defined in the fhir procedure resource, can be used as well parameters combination type required description patient reference the patient to search data for patient + date reference + date the patient to search data for + the date of creation of the resource at least one of the combinations has to be supported example api call curl location 'https //api eu founda com/1/health/organizations/org 4c5739ba994d4ce9b5255d3f84a2d367/fhir/4/procedure?patient=2078& profile=https%3a%2f%2fprofiles ihe net%2fiti%2fqedm%2f' \\ \ header 'authorization bearer ory at t sx5ceqgi37wtaptekgav9ggsg4uczrzoc4xe29sto jfqrulkteevvwumpd6djkd2lawdh5vrmfif0pkpnqsu'{ "resourcetype" "bundle", "id" "e8e8acc9 4b97 4602 a8fc 029dded1fdcb", "meta" { "lastupdated" "2023 10 17t09 34 02 885+00 00" }, "type" "searchset", "total" 1, "link" \[ { "relation" "self", "url" "https //api eu founda com/1/health/organizations/org 4c5739ba994d4ce9b5255d3f84a2d367/fhir/4/procedure?patient=2078& profile=https //profiles ihe net/iti/qedm/" } ], "entry" \[ { "fullurl" "https //api eu founda com/1/health/organizations/org 4c5739ba994d4ce9b5255d3f84a2d367/fhir/4/procedure/2137", "resource" { "resourcetype" "procedure", "id" "2137", "meta" { "versionid" "1", "lastupdated" "2023 10 05t14 29 18 487+00 00", "source" "#eob37a1o2st3gd95", "tag" \[ { "system" "http //terminology hl7 org/codesystem/v3 actreason", "code" "htest", "display" "test health data" } ] }, "text" { "status" "generated", "div" "\<div xmlns=\\"http //www w3 org/1999/xhtml\\">routine appendectomy\</div>" }, "status" "completed", "code" { "coding" \[ { "system" "http //snomed info/sct", "code" "80146002", "display" "appendectomy (procedure)" } ], "text" "appendectomy" }, "subject" { "reference" "patient/2078" }, "performeddatetime" "2013 04 05", "recorder" { "reference" "practitioner/2079", "display" "dr cecil surgeon" }, "asserter" { "reference" "practitioner/2079", "display" "dr cecil surgeon" }, "performer" \[ { "actor" { "reference" "practitioner/2079", "display" "dr cecil surgeon" } } ], "reasoncode" \[ { "text" "generalized abdominal pain 24 hours localized in rif with rebound and guarding" } ], "followup" \[ { "text" "ros 5 days 2013 04 10" } ], "note" \[ { "text" "routine appendectomy appendix was inflamed and in retro caecal position" } ] }, "search" { "mode" "match" } } ] }