FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-v3-ConceptStatus.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem v3-ConceptStatus

Language: en

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-ConceptStatus defines the following codes in a Is-A hierarchy:

CodeDisplayDefinitionStatus
A ActiveConcept code is active and in useactive
D DeletedConcept code is not longer in use anywhere.active
P ProposedProposed but not yet in general useactive
R RetiredConcept code has been used previously, but is no longer value for new use.active

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-ConceptStatus",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/v3-ConceptStatus",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.1086"
  },
  "version": "2.0.1",
  "name": "ConceptStatus",
  "title": "HL7 Coded Concept Status",
  "status": "retired",
  "experimental": false,
  "date": "2019-03-20",
  "publisher": "HL7",
  "contact": [
    {
      "name": "Health Level Seven"
    }
  ],
  "description": "**Deprecation Comment:** Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.",
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "Designation of a concept's state. Normally is not populated unless the state is retired.",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "A",
      "display": "Active",
      "definition": "Concept code is active and in use",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "D",
      "display": "Deleted",
      "definition": "Concept code is not longer in use anywhere.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "P",
      "display": "Proposed",
      "definition": "Proposed but not yet in general use",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "R",
      "display": "Retired",
      "definition": "Concept code has been used previously, but is no longer value for new use.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    }
  ]
}