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

FHIR IG Statistics: CodeSystem/NRL-ContentStability-1

Packagenhsd.assets.stu3
Resource TypeCodeSystem
IdNRL-ContentStability-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/NRL-ContentStability-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/NRL-ContentStability-1
Version1.0.0
Statusdraft
Date2019-05-24T00:00:00+00:00
NameNRL Content Stability
Authorityhl7
DescriptionThis code system is used to capture the content stability of an NRL target document or record.
CopyrightCopyright © 2019 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
NRL-ContentStability-1NRL Content Stability

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "NRL-ContentStability-1",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/NRL-ContentStability-1",
  "version": "1.0.0",
  "name": "NRL Content Stability",
  "status": "draft",
  "date": "2019-05-24T00:00:00+00:00",
  "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 content stability of an NRL target document or record.",
  "copyright": "Copyright © 2019 NHS Digital",
  "content": "complete",
  "concept": [
    {
      "code": "dynamic",
      "display": "Dynamic",
      "definition": "A dynamic document or record is one which returns the latest, most recent available information at the time of retrieval."
    },
    {
      "code": "static",
      "display": "Static",
      "definition": "A static document or record is one in which the contents and exact representation will not change from the time of creation."
    }
  ]
}