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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-v3-hl7VoteResolution.json
FHIR VersionR4B

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-hl7VoteResolution

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Not SelectablenotSelectablehttp://hl7.org/fhir/concept-properties#notSelectablebooleanIndicates that the code is abstract - only intended to be used as a selector for other concepts

Concepts

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

LvlCodeDisplayDefinitionNot Selectable
1affirmativeResolution affirmative resolutionDescription: An abstract concept grouping resolutions that can be applied to affirmative ballot comments.true
2  affdef affirmative-deferredDescription: The recommended change has been deferred to consideration for a future release.
2  affi affirmative-incorporatedDescription: The recommended change has been incorporated or identified issue has been answered.
2  affr affirmative-rejectedDescription: The recommended change has been refused and is not expected to be incorporated.
1negativeResolution negative resolutionDescription: An abstract concept grouping resolutions that can be applied to negative ballot comments.true
2  nonsubp non-substantive proposedDescription: Responsible group has recommended that the negative vote be considered non-substantive. (Issue raised does not provide sufficiently convincing reason to make changes to the item under ballot, or otherwise impede its adoption.)
2  nonsubv non-substantive votedDescription: Ballot group has voted and declared the negative vote non-substantive.
2  notrelp not related proposedDescription: Responsible group has recommended that the negative vote be considered not-related. (Issue raised is not related to the current scope of the item under ballot, or does not prevent the item under ballot for being used for its defined intent. Recommended changes may be considered as part of future versions.) (Perhaps after further reading or explanation).
2  notrelv not related votedDescription: Ballot group has voted and declared the negative vote non-related.
2  prevcons previously consideredDescription: Committee identifies that the same issue has been raised as part of a previous ballot on the same element version and was found by the ballot group to be non-substantive or not related.)
2  retract retractedDescription: Voter has formally withdrawn their vote or comment as having been in error. (Perhaps after further reading or explanation).
2  unresolved unresolvedDescription: Vote has not yet gone through resolution.
2  withdraw withdrawnDescription: Voter has formally withdrawn their vote or comment on the basis of agreed changes or proposed future changes.

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-hl7VoteResolution",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "external"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/v3-hl7VoteResolution",
  "version": "2018-08-12",
  "name": "v3.hl7VoteResolution",
  "title": "v3 Code System hl7VoteResolution",
  "status": "active",
  "experimental": false,
  "date": "2018-08-12T00:00:00+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Description:\r\nBased on concepts for resolutions from HL7 ballot spreadsheet according to HL7's Governance & Operations Manual (GOM).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/v3-hl7VoteResolution",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "notSelectable",
      "uri": "http://hl7.org/fhir/concept-properties#notSelectable",
      "description": "Indicates that the code is abstract - only intended to be used as a selector for other concepts",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "affirmativeResolution",
      "display": "affirmative resolution",
      "definition": "Description: An abstract concept grouping resolutions that can be applied to affirmative ballot comments.",
      "property": [
        {
          "code": "notSelectable",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "affdef",
          "display": "affirmative-deferred",
          "definition": "Description: The recommended change has been deferred to consideration for a future release."
        },
        {
          "code": "affi",
          "display": "affirmative-incorporated",
          "definition": "Description: The recommended change has been incorporated or identified issue has been answered."
        },
        {
          "code": "affr",
          "display": "affirmative-rejected",
          "definition": "Description: The recommended change has been refused and is not expected to be incorporated."
        }
      ]
    },
    {
      "code": "negativeResolution",
      "display": "negative resolution",
      "definition": "Description: An abstract concept grouping resolutions that can be applied to negative ballot comments.",
      "property": [
        {
          "code": "notSelectable",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "nonsubp",
          "display": "non-substantive proposed",
          "definition": "Description: Responsible group has recommended that the negative vote be considered non-substantive.  (Issue raised does not provide sufficiently convincing reason to make changes to the item under ballot, or otherwise impede its adoption.)"
        },
        {
          "code": "nonsubv",
          "display": "non-substantive voted",
          "definition": "Description: Ballot group has voted and declared the negative vote non-substantive."
        },
        {
          "code": "notrelp",
          "display": "not related proposed",
          "definition": "Description: Responsible group has recommended that the negative vote be considered not-related.  (Issue raised is not related to the current scope of the item under ballot, or does not prevent the item under ballot for being used for its defined intent.  Recommended changes may be considered as part of future versions.)  (Perhaps after further reading or explanation)."
        },
        {
          "code": "notrelv",
          "display": "not related voted",
          "definition": "Description: Ballot group has voted and declared the negative vote non-related."
        },
        {
          "code": "prevcons",
          "display": "previously considered",
          "definition": "Description: Committee identifies that the same issue has been raised as part of a previous ballot on the same element version and was found by the ballot group to be non-substantive or not related.)"
        },
        {
          "code": "retract",
          "display": "retracted",
          "definition": "Description: Voter has formally withdrawn their vote or comment as having been in error.  (Perhaps after further reading or explanation)."
        },
        {
          "code": "unresolved",
          "display": "unresolved",
          "definition": "Description: Vote has not yet gone through resolution."
        },
        {
          "code": "withdraw",
          "display": "withdrawn",
          "definition": "Description: Voter has formally withdrawn their vote or comment on the basis of agreed changes or proposed future changes."
        }
      ]
    }
  ]
}