Device
POST {{host}}/fhir/Device
Request Body
{"resourceType"=>"Device", "id"=>"{{fhir_device_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>: 345675</p></div>"}, "identifier"=>[{"system"=>"http://goodcare.org/devices/id", "value"=>"{{fhir_device_id}}"}], "patient"=>{"reference"=>"Patient/{{fhir_patient_id}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
content-type | string | ||
prefer | string |