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

FHIR IG Statistics: CodeSystem/DCH-MessageEventType-1

Packagenhsd.assets.stu3
Resource TypeCodeSystem
IdDCH-MessageEventType-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/DCH-MessageEventType-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/DCH-MessageEventType-1
Version1.0.0
Statusdraft
Date2018-01-24T00:00:00+00:00
NameDCH Message Event Type
Authorityhl7
DescriptionA CodeSystem to identify the type of event applicable to the Digital Child Health event message.
CopyrightCopyright © 2018 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
DCH-MessageEventType-1DCH Message Event Type

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "DCH-MessageEventType-1",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/DCH-MessageEventType-1",
  "version": "1.0.0",
  "name": "DCH Message Event Type",
  "status": "draft",
  "date": "2018-01-24T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify the type of event applicable to the Digital Child Health event message.",
  "copyright": "Copyright © 2018 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "new",
      "display": "New event message"
    },
    {
      "code": "update",
      "display": "Update event message"
    },
    {
      "code": "delete",
      "display": "Delete event message"
    }
  ]
}