Code | Description |
---|---|
401 | Unauthorized |
500 | Server crashed for some <%= reason %> |
GET /Encounter/1009?access_token=6b5h9crwD1EP2zzNDifB5GNZi1rgmU3vmjsdJE9G9BfhQUL3Pm7stAUvJCgwSbAb 200 { "resourceType": "Encounter", "id": "1009", "meta": { "versionId": "1", "lastUpdated": "2021-03-23T19:36:17.299+00:00", "source": "#E1VolYkq84D3M96u", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter" ] }, "identifier": [ { "type": { "coding": [ { "code": "MR", "display": "Medical record number" } ], "text": "Medical record number" }, "system": null, "value": "{\"patient_name\"=>{\"first_name\"=>\"Alice\", \"preferred_name\"=>\"Alice\", \"middle_name\"=>\"Jones\", \"suffix\"=>nil, \"last_name\"=>\"Newman\", \"birth_name\"=>\"Alicia\", \"previous_first_name\"=>\"Alicia\", \"previous_middle_name\"=>\"Jones\", \"previous_last_name\"=>\"Newman\"}, \"identifier\"=>1009, \"name\"=>\"Clinician Progress Note\", \"code\"=>\"90837\", \"code_system\"=>\"2.16.840.1.113883.6.12\", \"code_system_name\"=>\"CPT\", \"admit_date\"=>\"20210801\", \"discharge_date\"=>\"20210801\", \"location\"=>\"\", \"encounter_diagnosis\"=>{}, \"performer\"=>{\"first_name\"=>\"Albert\", \"last_name\"=>\"Davis\", \"display_name\"=>\"Albert Davis\", \"address_line_1\"=>\"2472, Rocky place\", \"city\"=>\"Beaverton\", \"state\"=>\"FL\", \"postal_code\"=>\"97006\", \"tel\"=>nil}, \"consult_note\"=>\"\", \"history_and_physical_note\"=>\"\", \"reason_for_referral\"=>\"\", \"progress_note\"=>\"\", \"author\"=>{\"current_time\"=>\"2021-08-01\"}}" } ], "status": "finished", "class": { "code": "AMB", "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "display": "ambulatory" }, "type": [ { "coding": [ { "code": "", "system": "http://www.ama-assn.org/go/cpt" } ] } ], "subject": { "reference": "Patient/1", "display": "Alice, Newman" }, "participant": [ { "type": [ { "coding": [ { "code": "PPRF", "display": "primary performer" } ], "text": "Primary Performer" } ], "period": { "start": "2021-08-01T00:00:00+00:00", "end": "2021-08-01T00:00:00+00:00" }, "individual": { "reference": "Practitioner/", "display": null } } ], "period": { "start": "2021-08-01T00:00:00+00:00", "end": "2021-08-01T00:00:00+00:00" }, "reasonCode": [ { "coding": [ { "system": "http://www.ama-assn.org/go/cpt", "code": "" } ] } ], "hospitalization": { "dischargeDisposition": { "coding": [ { "system": "http://www.ama-assn.org/go/cpt", "code": "" } ] } }, "location": [ { "location": { "reference": "Organization/" } } ], "serviceProvider": { "reference": "Organization/", "type": "Organization" } }
Param name | Description |
---|---|
access_token required |
CarePaths User OAuth Token Validations:
|
id optional |
ID of requested encounter Validations:
|
List of resources
Param name | Description |
---|---|
resource_type required |
Encounter Validations:
|
identifier required |
Validations:
|
status required |
Validations:
|
__class__ required |
Validations:
|
type required |
Validations:
|
subject required |
Validations:
|
participant required |
Validations:
|
period required |
Validations:
|
reason_code required |
Validations:
|
hospitalization required |
Validations:
|
location required |
Validations:
|
service_provider required |
Validations:
|