Clinical Document Architecture
2.0.0-sd - release

Clinical Document Architecture, published by Health Level 7. This guide is not an authorized publication; it is the continuous build for version 2.0.0-sd built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-core-sd/ and changes regularly. See the Directory of published versions

: IG Parameters CDA Validation - JSON Representation

Draft as of 2024-10-25

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "IGParametersCDAValidation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem IGParametersCDAValidation</b></p><a name=\"IGParametersCDAValidation\"> </a><a name=\"hcIGParametersCDAValidation\"> </a><a name=\"IGParametersCDAValidation-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/cda/stds/core/CodeSystem/IGParametersCDAValidation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">parent-template-id<a name=\"IGParametersCDAValidation-parent-template-id\"> </a></td><td>Parent TemplateId</td><td>TemplateId from which all templates in this IG descend. A schematron warning will detect any teplateIds starting with this value that are not defined in the IG.</td></tr><tr><td style=\"white-space:nowrap\">value-set-limit<a name=\"IGParametersCDAValidation-value-set-limit\"> </a></td><td>ValueSet Limit</td><td>Maximum number of values to include in value set lookups.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/cda/stds/core/CodeSystem/IGParametersCDAValidation",
  "version" : "2.0.0-sd",
  "name" : "IGParametersCDAValidation",
  "title" : "IG Parameters CDA Validation",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-10-25T20:25:09+00:00",
  "publisher" : "Health Level 7",
  "contact" : [
    {
      "name" : "HL7 International - Structured Documents",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        },
        {
          "system" : "email",
          "value" : "structdog@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Code system for CDA validation parameters in the IG.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "parent-template-id",
      "display" : "Parent TemplateId",
      "definition" : "TemplateId from which all templates in this IG descend. A schematron warning will detect any teplateIds starting with this value that are not defined in the IG."
    },
    {
      "code" : "value-set-limit",
      "display" : "ValueSet Limit",
      "definition" : "Maximum number of values to include in value set lookups."
    }
  ]
}