View raw Markdown
type: docsource: source/op-example-request.html

[%settitle Operation Request Example%] [%file newheader%] [%file newnavbar%]

Operation Request Example

Responsible Owner: [[%wgt fhir%]]([%wg fhir%]) Work GroupStandards 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> <status value="draft"/> <compose> <include> <system value="http://snomed.info/sct"/> <filter> <property value="concept"/> <op value="is-a"/> <value value="91723000"/> </filter> </include> </compose> </ValueSet> </resource> </parameter> </Parameters>

[%file newfooter%]