[%settitle Operation Request Example%] [%file newheader%] [%file newnavbar%]
Operation Request Example
| Responsible Owner: [[%wgt fhir%]]([%wg fhir%]) Work Group | Standards Status:Informative |
|---|
POST [base]/ValueSet/$expand HTTP/1.1 Content-Type: application/fhir+xml
<Parameters xmlns="http://hl7.org/fhir">
<parameter>
<name value="filter"/>
<valueString name="abdo"/>
</parameter>
<parameter>
<name value="valueset"/>
<resource>
<ValueSet>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"></div>
</text>
<identifier value="http://hl7.org/fhir/ValueSet/body-site"/>
<name value="SNOMED CT Body Structures"/>
<publisher value="FHIR Project team"/>
<telecom>
<system value="url"/>
<value value="http://hl7.org/fhir"/>
</telecom>
[%file newfooter%]