DeviceUseStatement
POST {{host}}/fhir/DeviceUseStatement
Request Body
{"resourceType"=>"DeviceUseStatement", "id"=>"{{fhir_device_use_statement_id}}", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: {{fhir_device_use_statement_id}}</p><p><b>status</b>: active</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>device</b>: <a>Device/example</a></p><p><b>reasonReference</b>: <a>Appendectomy (surgery)</a></p></div>"}, "identifier"=>[{"system"=>"http:goodhealth.org/identifiers", "value"=>"{{fhir_device_use_statement_id}}"}], "status"=>"active", "subject"=>{"reference"=>"Group/{{fhir_group_id}}"}, "device"=>{"reference"=>"Device/{{fhir_device_id}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
content-type | string | ||
prefer | string |