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

FHIR IG Statistics: CodeSystem/CodeSystem-eRS-AssignedIndicator-1

Packagenhsd.assets.stu3
Resource TypeCodeSystem
IdCodeSystem-eRS-AssignedIndicator-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-AssignedIndicator-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-AssignedIndicator-1
Version1.0.0
Statusactive
NameeRS Assigned Indicator
Authorityhl7
PurposeA code to indicate if a specific or empty value is being searched for.
Copyright© 2017 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-AssignedIndicator-1eRS Assigned Indicator

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-AssignedIndicator-1",
  "version": "1.0.0",
  "name": "eRS Assigned Indicator",
  "status": "active",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "A code to indicate if a specific or empty value is being searched for.",
  "copyright": "© 2017 NHS Digital",
  "content": "complete",
  "concept": [
    {
      "code": "ASSIGNED",
      "display": "A specific value is assigned. The value is supplied in a different field."
    },
    {
      "code": "NOT_ASSIGNED",
      "display": "An empty (i.e. no value) is being searched for. This is a specific search criteria and is not a 'don't care'."
    }
  ]
}