RiskAssessment
Semantical type
The “code” field of the resource is used to determine the semantical type of the resource. It is mandantory. Look at the List of registered codes for a complete list of codes registered in MIDATA. Include the required codes into your applications access filter if you need to use this resource.
Resource owner
If the resource contains a subject which is a Patient or Practitioner that user is the owner of the resource. Otherwise the creator of the resource is the owner.
Default value for “subject”
If a resource with no subject field is send to MIDATA, the backend will set the subject to the current user.
Read
Read a single RiskAssessment by id.
Request:
[GET] /fhir/RiskAssessment/<id>
Read specific version
Read a specific version of a single RiskAssessment by id.
Request:
[GET] /fhir/RiskAssessment/<id>/_history/<version>
Retrieve history
Retrieve all versions of a single resource.
Request:
[GET] /fhir/RiskAssessment/<id>/_history
Search
Search for resources of type RiskAssessment
Request:
[GET] /fhir/RiskAssessment?searchParams
List of supported search parameters:
Supported query parameters:
Name | Type | Description |
---|---|---|
_id | string | The resource identity |
_lastUpdated | date | Only return resources which were last updated as specified by the given range |
_page | string | |
condition | reference | Condition assessed |
date | date | When was assessment made? |
encounter | reference | Where was assessment performed? |
identifier | token | Unique identifier for the assessment |
method | token | Evaluation mechanism |
patient | reference | Who/what does assessment apply to? |
performer | reference | Who did assessment? |
probability | number | Likelihood of specified outcome |
risk | token | Likelihood of specified outcome as a qualitative value |
subject | reference | Who/what does assessment apply to? |
Create
Create a new resource of type RiskAssessment.
Request:
[POST] /fhir/RiskAssessment
Update
Updates a resource of type RiskAssessment.
Request:
[PUT] /fhir/RiskAssessment/<id>