FHIR IG Statistics: CodeSystem/hl7.org-fhir-publication-status
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Code | Display | Definition |
draft | Draft | This resource is still under development and is not yet considered to be ready for normal use. |
active | Active | This resource is ready for normal use. |
retired | Retired | This resource has been withdrawn or superseded and should no longer be used. |
unknown | Unknown | 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. |
Additional Language Displays
Code | Dansk (Danish, da) | Nederlands (Dutch, nl) | Русский (Russian, ru) |
draft | Udkast | ontwerp | черновик |
active | Aktiv | actief | активный |
retired | Udgået | verouderd | удалён |
unknown | Ukendt | | |
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"
}
]
}
]
}