{
  "resourceType" : "CodeSystem",
  "id" : "coding-purpose",
  "meta" : {
    "lastUpdated" : "2023-01-31T07:07:38.434+11:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem coding-purpose</b></p><a name=\"coding-purpose\"> </a><a name=\"hccoding-purpose\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2023-01-31 07:07:38+1100</p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/coding-purpose</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">original<a name=\"coding-purpose-original\"> </a></td><td>Original Code</td><td>Originally produced/selected code.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">post-coded<a name=\"coding-purpose-post-coded\"> </a></td><td>Post Coded</td><td>Post-coded from free text source (either by Human or AI).</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">translated<a name=\"coding-purpose-translated\"> </a></td><td>Translated</td><td>Translated from the source code (e.g. by table or terminology service).</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">conformance<a name=\"coding-purpose-conformance\"> </a></td><td>Conformance</td><td>Required to be present by one or more interface/messaging specifications.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0conformance-fhir<a name=\"coding-purpose-conformance-fhir\"> </a></td><td>Conformance (FHIR)</td><td>Required to be present by the base FHIR specifications.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0conformance-national<a name=\"coding-purpose-conformance-national\"> </a></td><td>Conformance (National Spec)</td><td>Required to be present by a national specification (usually the base/core FHIR profile for the jurisdiction).</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0conformance-business<a name=\"coding-purpose-conformance-business\"> </a></td><td>Conformance (Business Spec)</td><td>Required to be present by an applicable business specifications (e.g. DaVinci, mCode, WHO IGs).</td></tr></table></div>"
  },
  "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/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"
      }]
    }
  }],
  "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.3.0-ballot-tc1",
  "name" : "CodingPurposeCS",
  "title" : "Coding Purpose Code System",
  "status" : "draft",
  "experimental" : false,
  "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)."
    }]
  }]
}