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

FHIR IG Statistics: CodeSystem/hl7.org-fhir-publication-status

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idhl7.org-fhir-publication-status
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-hl7.org-fhir-publication-status.html
URLhttp://hl7.org/fhir/publication-status
Version3.5.1
Statusactive
Date2021-10-27T13:27:27+00:00
NamePublicationStatus
TitlePublication Status
Realmdk
DescriptionThe lifecycle status of a Value Set or Concept Map.
Contentsupplement
Supplementshttp://hl7.org/fhir/publication-status

Resources that use this resource

CodeSystem
publication-statusPublication Status
publication-status-dk-supplementDK Publication Status
ValueSet
MeasureStatusMeasure Status Values
R5-publication-status-for-R4BCross-version VS for R5.PublicationStatus for use in FHIR R4B
R4-publication-status-for-R5Cross-version VS for R4.PublicationStatus for use in FHIR R5
R4B-publication-status-for-R5Cross-version VS for R4B.PublicationStatus for use in FHIR R5
R3-publication-status-for-R5Cross-version VS for R3.PublicationStatus for use in FHIR R5
R5-publication-status-for-R4Cross-version VS for R5.PublicationStatus for use in FHIR R4

Resources that this resource uses

CodeSystem
publication-statusPublication Status

Narrative

Note: links and images are rebased to the (stated) source

CodeDisplayDefinition
draft DraftThis resource is still under development and is not yet considered to be ready for normal use.
active ActiveThis resource is ready for normal use.
retired RetiredThis resource has been withdrawn or superseded and should no longer be used.
unknown UnknownThe authoring system does not know which of the status values currently applies for this resource. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, it's just not known which one.

Additional Language Displays

CodeDansk (Danish, da)Nederlands (Dutch, nl)Русский (Russian, ru)
draftUdkastontwerpчерновик
activeAktivactiefактивный
retiredUdgåetverouderdудалён
unknownUkendt

Source

{
  "resourceType": "CodeSystem",
  "id": "hl7.org-fhir-publication-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/publication-status",
  "version": "3.5.1",
  "name": "PublicationStatus",
  "title": "Publication Status",
  "status": "active",
  "experimental": false,
  "date": "2021-10-27T13:27:27+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "The lifecycle status of a Value Set or Concept Map.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/publication-status",
  "concept": [
    {
      "code": "draft",
      "display": "Draft",
      "definition": "This resource is still under development and is not yet considered to be ready for normal use.",
      "designation": [
        {
          "language": "ru",
          "value": "черновик"
        },
        {
          "language": "nl",
          "value": "ontwerp"
        },
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Udkast"
        }
      ]
    },
    {
      "code": "active",
      "display": "Active",
      "definition": "This resource is ready for normal use.",
      "designation": [
        {
          "language": "ru",
          "value": "активный"
        },
        {
          "language": "nl",
          "value": "actief"
        },
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Aktiv"
        }
      ]
    },
    {
      "code": "retired",
      "display": "Retired",
      "definition": "This resource has been withdrawn or superseded and should no longer be used.",
      "designation": [
        {
          "language": "ru",
          "value": "удалён"
        },
        {
          "language": "nl",
          "value": "verouderd"
        },
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Udgået"
        }
      ]
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The authoring system does not know which of the status values currently applies for this resource.  Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, it's just not known which one.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Ukendt"
        }
      ]
    }
  ]
}