HAPI FHIR Server

/DiagnosticReport/{id}/$hl7

get
http://localhost:8080/fhir/R4/DiagnosticReport/{id}/$hl7

Path Parameters

idstringrequired

The resource ID

>= 1

Example:123

Response

200

Success

FHIR-JSON-RESOURCE

FHIR-JSON-RESOURCEobject

A FHIR resource

get/DiagnosticReport/{id}/$hl7
 
curl --request GET \
  --url 'http://localhost:8080/fhir/R4/DiagnosticReport/123/$hl7' \
  --header 'Accept: application/fhir+json, application/fhir+xml' \
  --header 'Authorization: Bearer ' \
  --header 'Content-Type: application/fhir+json'
200
{}