IPS Device

POST {{host}}/fhir/Device

Request Body

{"resourceType"=>"Device", "id"=>"{{ips_device_id}}", "meta"=>{"profile"=>["http://hl7.org/fhir/uv/ips/StructureDefinition/Device-uv-ips"]}, "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">No known devices in use</div>"}, "type"=>{"coding"=>[{"system"=>"http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips", "code"=>"no-known-devices", "display"=>"No known devices in use"}]}, "patient"=>{"reference"=>"Patient/{{ips_patient_id}}", "display"=>"Annelise Black (inject 70-275)"}}