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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r3.r4b.r4
Resource TypeCodeSystem
IdCodeSystem-v3-CodingRationale.json
FHIR VersionR4

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

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Inactiveinactivehttp://hl7.org/fhir/concept-properties#inactivebooleanTrue if the concept is not considered active - e.g. not a valid concept any more

Concepts

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

CodeDisplayDefinitionInactive
O originally produced codeDescription: Originally produced code.
OR original and requiredOriginally produced code, required by the specification describing the use of the coded concept.
P post-codedDescription: Post-coded from free text source</description>
PR post-coded and requiredPost-coded from free text source, required by the specification describing the use of the coded concept.
R requiredDescription: Required standard code for HL7.
HL7 HL7 Specified or MandatedHL7 Specified or Mandatedtrue
SH Both HL7 mandated and the original codeBoth HL7 mandated and the original code (precoordination)true
SRC Source (or original) codeSource (or original) codetrue

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-CodingRationale",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r3.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://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/v3/CodingRationale",
  "version": "2016-11-11",
  "name": "v3 Code System CodingRationale",
  "status": "active",
  "experimental": false,
  "date": "2016-11-10T23:00:00+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Identifies how to interpret the instance of the code, codeSystem value in a set of translations.  Since HL7 (or a government body) may mandate that codes from certain code systems be sent in conformant messages, other synonyms that are sent in the translation set need to be distinguished among the originally captured source, the HL7 specified code, or some future role.  When this code is NULL, it indicates that the translation is an undefined type.  When valued, this property must contain one of the following values: SRC - Source (or original) code HL7 - HL7 Specified or Mandated SH - both HL7 mandated and the original code (precoordination) There may be additional values added to this value set as we work through the use of codes in messages and determine other Use Cases requiring special interpretation of the translations.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-CodingRationale",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "inactive",
      "uri": "http://hl7.org/fhir/concept-properties#inactive",
      "description": "True if the concept is not considered active - e.g. not a valid concept any more",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "O",
      "display": "originally produced code",
      "definition": "Description: Originally produced code."
    },
    {
      "code": "OR",
      "display": "original and required",
      "definition": "Originally produced code, required by the specification describing the use of the coded concept."
    },
    {
      "code": "P",
      "display": "post-coded",
      "definition": "Description: Post-coded from free text source</description>"
    },
    {
      "code": "PR",
      "display": "post-coded and required",
      "definition": "Post-coded from free text source, required by the specification describing the use of the coded concept."
    },
    {
      "code": "R",
      "display": "required",
      "definition": "Description: Required standard code for HL7."
    },
    {
      "code": "HL7",
      "display": "HL7 Specified or Mandated",
      "definition": "HL7 Specified or Mandated",
      "property": [
        {
          "code": "inactive",
          "valueBoolean": true
        }
      ]
    },
    {
      "code": "SH",
      "display": "Both HL7 mandated and the original code",
      "definition": "Both HL7 mandated and the original code (precoordination)",
      "property": [
        {
          "code": "inactive",
          "valueBoolean": true
        }
      ]
    },
    {
      "code": "SRC",
      "display": "Source (or original) code",
      "definition": "Source (or original) code",
      "property": [
        {
          "code": "inactive",
          "valueBoolean": true
        }
      ]
    }
  ]
}