Test-abi: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „<h5><span style='font-size:9.0pt;font-family:"Segoe UI","sans-serif"'><span style='color:black;text-decoration:none'>Response</span> <span style='color:black;t…“)
 
 
Zeile 120: Zeile 120:
 
margin-left:36.0pt;margin-bottom:.0001pt'><span style='font-size:9.0pt;
 
margin-left:36.0pt;margin-bottom:.0001pt'><span style='font-size:9.0pt;
 
line-height:115%;font-family:"Segoe UI","sans-serif"'>FHIR expansion according
 
line-height:115%;font-family:"Segoe UI","sans-serif"'>FHIR expansion according
to <a href="http://hl7.org/implement/standards/FHIR-Develop/valueset.html">FHIR</a>,
+
to <a href="http://hl7.org/fhir/2015Jan/valueset.html">FHIR</a>, or an error
or an error XML</span></p>
+
XML</span></p>

Aktuelle Version vom 4. Juni 2015, 14:38 Uhr

Response webCts2Le.rest.FhirValueSets.resolveValueSet(@Context HttpServletRequest request, @QueryParam(value="_query") String query, @QueryParam(value="identifier") String identifier, @QueryParam(value="codeSystemUri") String codeSystemUri, @QueryParam(value="code") String code, @QueryParam(value="stylesheet") String stylesheet)

 

@GET
@Produces(value={"application/xml"})

Value set resolution. This REST function is a multi-modal function to retrieve value set resolutions.
(A) If
_query == 'expand' then identifier must be an URI of a value set and the response is the corresponding FHIR expansion. To restrict the expansion to code systems or codes, codeSystemUri and code have to be set accordingly.
(B) If
_query == 'expandDefinedCodeSystem' then identifier has no meaning and codeSystemUri must be set. To restrict the expansion to a code, code has to be set accordingly.
(C) If
_query == 'expandResource' then identifier must be an URI of a (1) CTS2 value set OR a (2) code system. In case of (1) processing (A) will be performed. In case of (2) processing (B) will be performed where codeSystemUri=identifier.

Parameters:

request HTTP request.

query Query refinement. _query must match '(expand|expandDefinedCodeSystem|expandResource)'.

identifier Identifier of a resource.

codeSystemUri Code system URI.

code Code.

stylesheet the stylesheet that will be referenced within the XML response.

Returns:

FHIR expansion according to <a href="http://hl7.org/fhir/2015Jan/valueset.html">FHIR</a>, or an error XML