CTS2-LE REST API: Read Code System: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Billig (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Operation Syntax == <b>GET</b> service/crud/fhir/terminology-resource/read :reads a code system ;Request Body :<code>-</code> ;Parameters :<b>uri</b> (type…“) |
Billig (Diskussion | Beiträge) (→Operation Syntax) |
||
| Zeile 13: | Zeile 13: | ||
:<code>text/xml</code> | :<code>text/xml</code> | ||
:<code>200</code> code system as a fhir resource | :<code>200</code> code system as a fhir resource | ||
| − | :<code>409</code> errors specified in XML | + | :<code>409, 500</code> errors specified in XML |
Version vom 18. Oktober 2018, 14:16 Uhr
Operation Syntax
GET service/crud/fhir/terminology-resource/read
- reads a code system
- Request Body
-- Parameters
- uri (type:
string, occurrence:required)- resource URI of the code system
- version (type:
string, occurrence:required)- code system version
- Responses
text/xml200code system as a fhir resource409, 500errors specified in XML