DiagnosticReport
DiagnosticReport returns information about a clinical finding.
Query
Endpoint
GET <serveraddress>/fhir/DiagnosticReport
Parameter
Parameter |
Query example |
Description |
id |
<endpoint>/<id> |
the technical id of the clinical finding |
identifier |
<endpoint>?identifier=<identifier> |
the external identifier of the clinical finding |
Searching identifers with a specific system or the internal identifier are not supported.
The id and identifier of a clinical finding is identical to the corresponding order.
Example
{
"id": "diagnosticreport-example",
{
"id": "practitioner-example",
]
}
],
{
"system": "http://www.acme.com/fhir/NamingSystem/servicerequest-identifier",
"value": "order-extern-123"
},
{
"system": "http://www.qualitype.de/samples/fhir/NamingSystem/servicerequest-identifier",
"value": "order-intern-123"
}
],
{
"reference": "ServiceRequest/servicerequest-example",
"system": "http://www.acme.com/fhir/NamingSystem/servicerequest-identifier",
"value": "order-extern-123"
}
}
],
{
"system": "http://www.qualitype.de/samples/fhir/CodeSystem/goals",
}
]
},
"system": "http://www.acme.com/fhir/NamingSystem/patient-identifier",
"value": "patient-extern-123"
}
},
"issued": "2023-07-01T12:00:00+00:00",
],
{
"system": "http://www.acme.com/fhir/NamingSystem/specimen-identifier",
"value": "sample-extern-123"
}
}
],
{
"reference": "Observation/observation-example-string"
},
{
"reference": "Observation/observation-example-quantity"
},
{
"reference": "Observation/observation-example-boolean"
},
{
"reference": "Observation/observation-example-file"
},
{
"reference": "Observation/observation-example-catalog"
},
{
"reference": "Observation/observation-example-table"
}
],
{
"url": "Binary/binary-example",
}
]
}