FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ITK-RecipientType-1

Packagenhsd.assets.stu3
Resource TypeCodeSystem
IdITK-RecipientType-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/ITK-RecipientType-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/ITK-RecipientType-1
Version1.1.0
Statusactive
Date2018-08-17T00:00:00+00:00
NameITK Recipient Type
Authorityhl7
DescriptionA codesystem to describe if the recipient has been sent the payload for action or for information.
CopyrightCopyright ©2018 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
ITK-RecipientType-1ITK Recipient Type

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "ITK-RecipientType-1",
  "meta": {
    "lastUpdated": "2018-08-17T00:00:00+00:00"
  },
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/ITK-RecipientType-1",
  "version": "1.1.0",
  "name": "ITK Recipient Type",
  "status": "active",
  "date": "2018-08-17T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A codesystem to describe if the recipient has been sent the payload for action or for information.",
  "copyright": "Copyright ©2018 NHS Digital",
  "caseSensitive": true,
  "valueSet": "https://fhir.nhs.uk/STU3/ValueSet/ITK-RecipientType-1",
  "content": "complete",
  "concept": [
    {
      "code": "FA",
      "display": "For Action",
      "definition": "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."
    },
    {
      "code": "FI",
      "display": "For Information",
      "definition": "No Action is required by the recipient and they may process the payload as they see fit."
    }
  ]
}