ServiceRequest
ServiceRequest returns information about an order.
Query
Endpoint
GET <serveraddress>/fhir/ServiceRequest
Parameter
Parameter |
Query example |
Description |
id |
<endpoint>/<id> |
the technical id of the order |
identifier |
<endpoint>?identifier=<identifier> |
the external identifier of the order |
status |
<endpoint>?status=draft|active|revoked|completed |
the status of the order |
Combinations of search parameters are not supported.
Searching identifiers with a specific system or the internal identifier are not supported.
Example
{
"id": "servicerequest-example",
{
"id": "condition-example",
{
"system": "http://www.qualitype.de/samples/fhir/CodeSystem/diagnoses",
}
]
},
"system": "http://www.acme.com/fhir/NamingSystem/patient-identifier",
"value": "patient-extern-123"
}
}
},
{
"id": "medication-example",
{
"system": "http://www.qualitype.de/samples/fhir/CodeSystem/medications",
}
]
}
}
],
{
"url": "http://www.qualitype.de/samples/fhir/StructureDefinition/notification-url",
"valueUrl": "http://www.acme.com/notifyme"
}
],
{
"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"
}
],
{
"system": "http://www.qualitype.de/samples/fhir/CodeSystem/goals",
}
]
},
"system": "http://www.acme.com/fhir/NamingSystem/patient-identifier",
"value": "patient-extern-123"
}
},
},
{
{
"system": "http://www.qualitype.de/samples/fhir/CodeSystem/indications",
}
]
}
],
],
{
"system": "http://www.acme.com/fhir/NamingSystem/specimen-identifier",
"value": "sample-extern-123"
}
}
]
}