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

FHIR IG Statistics: CodeSystem/coding-purpose

Packagehl7.fhir.uv.extensions.r5
TypeCodeSystem
Idcoding-purpose
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/http://hl7.org/fhir/extensions/5.2.0/CodeSystem-coding-purpose.html
URLhttp://hl7.org/fhir/coding-purpose
Version5.2.0
Statusdraft
Date2023-01-31T07:07:38+11:00
NameCodingPurposeCS
TitleCoding Purpose Code System
Realmuv
Authorityhl7
DescriptionThe reason a coding is present.
Contentcomplete

Resources that use this resource

ValueSet
coding-purposeCoding Purpose ValueSet
coding-purposeCoding Purpose ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem coding-purpose

Last updated: 2023-01-31 07:07:38+1100

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

LvlCodeDisplayDefinition
1original Original CodeOriginally produced/selected code.
1post-coded Post CodedPost-coded from free text source (either by Human or AI).
1translated TranslatedTranslated from the source code (e.g. by table or terminology service).
1conformance ConformanceRequired to be present by one or more interface/messaging specifications.
2  conformance-fhir Conformance (FHIR)Required to be present by the base FHIR specifications.
2  conformance-national Conformance (National Spec)Required to be present by a national specification (usually the base/core FHIR profile for the jurisdiction).
2  conformance-business Conformance (Business Spec)Required to be present by an applicable business specifications (e.g. DaVinci, mCode, WHO IGs).

Source

{
  "resourceType": "CodeSystem",
  "id": "coding-purpose",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "http://hl7.org/fhir/coding-purpose",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2112"
    }
  ],
  "version": "5.2.0",
  "name": "CodingPurposeCS",
  "title": "Coding Purpose Code System",
  "status": "draft",
  "experimental": true,
  "date": "2023-01-31T07:07:38+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The reason a coding is present.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/coding-purpose",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "original",
      "display": "Original Code",
      "definition": "Originally produced/selected code."
    },
    {
      "code": "post-coded",
      "display": "Post Coded",
      "definition": "Post-coded from free text source (either by Human or AI)."
    },
    {
      "code": "translated",
      "display": "Translated",
      "definition": "Translated from the source code (e.g. by table or terminology service)."
    },
    {
      "code": "conformance",
      "display": "Conformance",
      "definition": "Required to be present by one or more interface/messaging specifications.",
      "concept": [
        {
          "code": "conformance-fhir",
          "display": "Conformance (FHIR)",
          "definition": "Required to be present by the base FHIR specifications."
        },
        {
          "code": "conformance-national",
          "display": "Conformance (National Spec)",
          "definition": "Required to be present by a national specification (usually the base/core FHIR profile for the jurisdiction)."
        },
        {
          "code": "conformance-business",
          "display": "Conformance (Business Spec)",
          "definition": "Required to be present by an applicable business specifications (e.g. DaVinci, mCode, WHO IGs)."
        }
      ]
    }
  ]
}