A CodeSystem defines a set of codes with meanings.
   
   
    
    
    
  
References
 User Stories: -  | 
1. Read
GET [BaseURL]/STU3/CodeSystem/[id]
Returns a single CodeSystem for the specified id.
The default format of the response will depend on the BaseURL referenced, however both JSON and XML are supported.
1.1. Response
A full set of response codes can be found here API Response Codes. FHIR Servers SHALL support the following response codes:
| 200 | OK | 
| 404 | Not Found | 
| 500 | Internal Server Error |