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

FHIR IG Statistics: CodeSystem/NRLS-RecordRetrievalMode-1

Packagenhsd.assets.stu3
TypeCodeSystem
IdNRLS-RecordRetrievalMode-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/NRLS-RecordRetrievalMode-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/NRLS-RecordRetrievalMode-1
Version1.0.0
Statusdraft
NameNRLS Record Retrieval Modes CodeSystem
Authorityhl7
DescriptionThis code system is used to capture the record retrieval mode.
CopyrightCopyright © 2017 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
NRLS-RecordRetrievalMode-1Record Retrieval Mode

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "NRLS-RecordRetrievalMode-1",
  "text": {
    "status": "generated"
  },
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/NRLS-RecordRetrievalMode-1",
  "version": "1.0.0",
  "name": "NRLS Record Retrieval Modes CodeSystem",
  "status": "draft",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This code system is used to capture the record retrieval mode.",
  "copyright": "Copyright © 2017 NHS Digital",
  "content": "complete",
  "concept": [
    {
      "code": "DRM",
      "display": "Direct Retrieval Mode"
    },
    {
      "code": "IRM",
      "display": "Indirect Retrieval Mode"
    }
  ]
}