API Hub

Explore and Make use of Nationally Defined Messaging APIs

This is a HL7 FHIR server, and as you appear to be accessing this page from a web browser you are seeing a HTML version of the requested resource(s). You can also access this URL from a FHIR client as a ReSTful API call. For more details please see the HL7 FHIR specification.
<CodeSystem xmlns="http://hl7.org/fhir">
   <id value="ITK-RecipientType-1"></id>
   <meta>
      <lastUpdated value="2018-08-17T00:00:00+00:00"></lastUpdated>
   </meta>
   <text>
      <status value="generated"></status>
   </text>
   <url value="https://fhir.nhs.uk/STU3/CodeSystem/ITK-RecipientType-1"></url>
   <version value="1.1.0"></version>
   <name value="ITK Recipient Type"></name>
   <status value="active"></status>
   <date value="2018-08-17T00:00:00+00:00"></date>
   <publisher value="NHS Digital"></publisher>
   <contact>
      <name value="Interoperability Team"></name>
      <telecom>
         <system value="email"></system>
         <value value="interoperabilityteam@nhs.net"></value>
         <use value="work"></use>
      </telecom>
   </contact>
   <description value="A codesystem to describe if the recipient has been sent the payload for action or for information."></description>
   <copyright value="Copyright ©2018 NHS Digital"></copyright>
   <caseSensitive value="true"></caseSensitive>
   <valueSet value="https://fhir.nhs.uk/STU3/ValueSet/ITK-RecipientType-1"></valueSet>
   <content value="complete"></content>
   <concept>
      <code value="FA"></code>
      <display value="For Action"></display>
      <definition value="The recipient has been sent the payload for action. The action required by the recipient will be either explicit in the payload or there will be a business rule defined."></definition>
   </concept>
   <concept>
      <code value="FI"></code>
      <display value="For Information"></display>
      <definition value="No Action is required by the recipient and they may process the payload as they see fit."></definition>
   </concept>
</CodeSystem>