Examples
Example: Link a ConditionHealthIssueSe to the QuestionnaireResponseSe
The following is an example of a POST request where a ConditionHealthIssueSe is linked to a QuestionnaireResponse. The literal ID of the QuestionnaireResponseSe is sent in the path, and the literal ID of the ConditionHealthIssueSe is sent in the body.
Request URL
POST [baseURL]/QuestionnaireResponse/123/$linkToHealthIssue
Request Body
Parameters |
meta |
profile : https://fhir.cambio.se/StructureDefinition/ParametersHealthIssueReferenceSe/v1 |
parameter |
name : HealthIssueReference |
value |
reference : Condition/hi-1 |
Reponse
The following is returned with the 200 OK code in a success scenario:
{"resourceType": "OperationOutcome"}