Linkage
POST {{host}}/fhir/Linkage
Request Body
{"resourceType"=>"Linkage", "id"=>"{{fhir_linkage_id}}", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>Source:</b> Condition/example - <i>Severe burn of left ear (Date: 24-May 2012)</i></p>\n <p><b>Alternate:</b> Condition/condition-example - <i>Severe burn of left ear (Date: 24-May 2012)</i></p>\n </div>"}, "author"=>{"reference"=>"PractitionerRole/{{fhir_practitioner_role_id}}"}, "item"=>[{"type"=>"source", "resource"=>{"reference"=>"Condition/{{fhir_condition_id}}", "display"=>"Severe burn of left ear (Date: 24-May 2012)"}}, {"type"=>"alternate", "resource"=>{"reference"=>"Condition/{{fhir_condition_id}}", "display"=>"Severe burn of left ear (Date: 24-May 2012)"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
content-type | string | ||
prefer | string |