To define
Code | Description |
---|---|
401 | Unauthorized |
500 | Server crashed for some <%= reason %> |
GET /DiagnosticReport?patient=1&code=24357-6&category=LP29708-2&date=ge2015-06-21T00%3A00%3A00%2B00%3A00&access_token=6b5h9crwD1EP2zzNDifB5GNZi1rgmU3vmjsdJE9G9BfhQUL3Pm7stAUvJCgwSbAb 200 { "resourceType": "Bundle", "id": "4be79819f43c559ecf48b0785f687105", "type": "search set", "entry": [ { "full_url": "/DiagnosticReport/", "resource": { "resourceType": "DiagnosticReport", "meta": { "versionId": "1", "lastUpdated": "2021-03-23T19:36:17.299+00:00", "source": "#E1VolYkq84D3M96u", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note" ] }, "category": [ { "coding": [ { "system": "http://loinc.org", "code": null, "display": null } ], "text": null } ], "encounter": { "reference": "Encounter/" }, "presentedForm": [ { "contentType": "application/html", "url": "/DocumentReference/" } ], "status": "unknown", "code": { "coding": [ { "system": "http://loinc.org", "code": null, "display": null } ] }, "subject": { "reference": "Patient/1", "display": "Alice Newman" }, "effectiveDateTime": { "valueQuantity": { "extension": { "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode": "unknown" } }, "dataAbsentReason": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", "code": "unknown", "display": "Unknown" } ], "text": "Unknown" } }, "issued": { "valueQuantity": { "extension": { "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode": "unknown" } }, "dataAbsentReason": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", "code": "unknown", "display": "Unknown" } ], "text": "Unknown" } }, "performer": [ { "reference": "Practitioner/", "display": "Albert Davis" } ] } } ], "total": 1 }
Param name | Description |
---|---|
access_token required |
CarePaths User OAuth Token Validations:
|
code optional |
LOINC code of requested Diagnostic Report i.e. 24323-8 or loinc.org|24323-8 Validations:
|
category optional |
Category of Diagnostic Report i.e. lab Validations:
|
date optional |
Date of Diagnostic Report with optional prefix in the form of two letters i.e. lt/gt/le/ge Validations:
|
patient optional |
ID of the requested patient Validations:
|
start_date optional |
Start date for dataset; Format YYYY-MM-DD Validations:
|
end_date optional |
End date for dataset; Format YYYY-MM-DD Validations:
|
List of resources
Param name | Description |
---|---|
resource_type required |
Bundle Validations:
|
type required |
Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
500 | Server crashed for some <%= reason %> |
GET /DiagnosticReport/1001?access_token=6b5h9crwD1EP2zzNDifB5GNZi1rgmU3vmjsdJE9G9BfhQUL3Pm7stAUvJCgwSbAb 200 { "resourceType": "DiagnosticReport", "id": "1001", "meta": { "versionId": "1", "lastUpdated": "2021-03-23T19:36:17.299+00:00", "source": "#E1VolYkq84D3M96u", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note" ] }, "category": [ { "coding": [ { "system": "http://loinc.org", "code": null, "display": null } ], "text": null } ], "encounter": { "reference": "Encounter/" }, "presentedForm": [ { "contentType": "application/html", "url": "/DocumentReference/" } ], "status": "unknown", "code": { "coding": [ { "system": "http://loinc.org", "code": "24357-6", "display": "Urinalysis macro (dipstick) panel - Urine" } ] }, "subject": { "reference": "Patient/1", "display": "Alice Newman" }, "effectiveDateTime": "2015-06-22", "issued": { "valueQuantity": { "extension": { "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode": "unknown" } }, "dataAbsentReason": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", "code": "unknown", "display": "Unknown" } ], "text": "Unknown" } }, "performer": [ { "reference": "Practitioner/", "display": "Albert Davis" } ] }
Param name | Description |
---|---|
access_token required |
CarePaths User OAuth Token Validations:
|
id optional |
ID of requested Diagnostic Report Validations:
|
List of resources
Param name | Description |
---|---|
resource_type required |
DiagnosticReport Validations:
|
status required |
Validations:
|
code required |
Validations:
|
subject required |
Validations:
|
effective_date_time required |
Validations:
|
issued required |
Validations:
|
performer required |
Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
500 | Server crashed for some <%= reason %> |
Param name | Description |
---|---|
access_token required |
CarePaths User OAuth Token Validations:
|
code optional |
LOINC code of requested Diagnostic Report i.e. 24323-8 or loinc.org|24323-8 Validations:
|
category optional |
Category of Diagnostic Report i.e. lab Validations:
|
date optional |
Date of Diagnostic Report with optional prefix in the form of two letters i.e. lt/gt/le/ge Validations:
|
patient optional |
ID of the requested patient Validations:
|
start_date optional |
Start date for dataset; Format YYYY-MM-DD Validations:
|
end_date optional |
End date for dataset; Format YYYY-MM-DD Validations:
|