PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.uv.core@2.0.0-sd-snapshot1
    http://hl7.org/cda/stds/core/StructureDefinition/CS
{
  "description": "Coded data in its simplest form, where only the code is not predetermined. The code system and code system version are fixed by the context in which the CS value occurs. CS is used for coded attributes that have a single HL7-defined value set.",
  "_filename": "StructureDefinition-CS.json",
  "package_name": "hl7.cda.uv.core",
  "date": "2023-12-16T11:59:27-05:00",
  "derivation": "specialization",
  "publisher": "Health Level 7",
  "fhirVersion": "5.0.0",
  "name": "CS",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "http://hl7.org/cda/stds/core/StructureDefinition/CS",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "CS: CodedSimpleValue (V3 Data Type)",
  "package_version": "2.0.0-sd-snapshot1",
  "extension": [ {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
    "_valueBoolean": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "not-applicable"
      } ]
    }
  }, {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace",
    "valueUri": "urn:hl7-org:v3"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
    "valueCode": "can-bind"
  }, {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-binding-style",
    "valueCode": "CDA"
  }, {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-container",
    "valueUri": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument"
  } ],
  "snapshot": {
    "element": [ {
      "path": "CS",
      "min": 1,
      "definition": "Coded data in its simplest form, where only the code is not predetermined. Used when a single code value must be sent.",
      "isModifier": false,
      "short": "Base for all types and resources",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "CS",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      }
    }, {
      "path": "CS.nullFlavor",
      "min": 0,
      "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
      "type": [ {
        "code": "code",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor"
      },
      "representation": [ "xmlAttr" ],
      "max": "1",
      "label": "Exceptional Value Detail",
      "id": "CS.nullFlavor",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ANY.nullFlavor"
      }
    }, {
      "path": "CS.code",
      "min": 0,
      "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.",
      "type": [ {
        "code": "code",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "label": "Code",
      "id": "CS.code",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CD.code"
      }
    }, {
      "path": "CS.codeSystem",
      "min": 0,
      "definition": "Specifies the code system that defines the code.",
      "type": [ {
        "code": "string",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "0",
      "label": "Code System",
      "id": "CS.codeSystem",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CD.codeSystem"
      }
    }, {
      "path": "CS.codeSystemName",
      "min": 0,
      "definition": "The common name of the coding system.",
      "type": [ {
        "code": "string",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "0",
      "label": "Code System Name",
      "id": "CS.codeSystemName",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CD.codeSystemName"
      }
    }, {
      "path": "CS.codeSystemVersion",
      "min": 0,
      "definition": "If applicable, a version descriptor defined specifically for the given code system.",
      "type": [ {
        "code": "string",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "0",
      "label": "Code System Version",
      "id": "CS.codeSystemVersion",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CD.codeSystemVersion"
      }
    }, {
      "path": "CS.displayName",
      "min": 0,
      "definition": "A name or title for the code, under which the sending system shows the code value to its users.",
      "type": [ {
        "code": "string",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "0",
      "label": "Display Name",
      "id": "CS.displayName",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CD.displayName"
      }
    }, {
      "path": "CS.sdtcValueSet",
      "min": 0,
      "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.",
      "type": [ {
        "code": "string",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace",
        "valueUri": "urn:hl7-org:sdtc"
      }, {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name",
        "valueString": "valueSet"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "CS.sdtcValueSet",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CD.valueSet"
      }
    }, {
      "path": "CS.sdtcValueSetVersion",
      "min": 0,
      "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.",
      "type": [ {
        "code": "string",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace",
        "valueUri": "urn:hl7-org:sdtc"
      }, {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name",
        "valueString": "valueSetVersion"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "CS.sdtcValueSetVersion",
      "base": {
        "max": "1",
        "min": 0,
        "path": "CD.sdtcValueSetVersion"
      }
    }, {
      "id": "CS.originalText",
      "max": "0",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "CD.originalText"
      },
      "path": "CS.originalText",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED"
      } ],
      "label": "Original Text",
      "definition": "The text or phrase used as the basis for the coding."
    }, {
      "id": "CS.qualifier",
      "max": "0",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "CD.qualifier"
      },
      "path": "CS.qualifier",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR"
      } ],
      "label": "Qualifier",
      "definition": "Specifies additional codes that increase the specificity of the the primary code."
    }, {
      "path": "CS.translation",
      "min": 0,
      "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD"
      } ],
      "representation": [ "typeAttr" ],
      "max": "0",
      "label": "Translation",
      "id": "CS.translation",
      "base": {
        "max": "*",
        "min": 0,
        "path": "CD.translation"
      }
    } ]
  },
  "status": "active",
  "id": "ddb4bd16-15a7-4767-bcd4-1028506a01d8",
  "kind": "logical",
  "url": "http://hl7.org/cda/stds/core/StructureDefinition/CS",
  "version": "2.0.0-sd-snapshot1",
  "differential": {
    "element": [ {
      "id": "CS",
      "max": "*",
      "min": 1,
      "path": "CS",
      "definition": "Coded data in its simplest form, where only the code is not predetermined. Used when a single code value must be sent."
    }, {
      "id": "CS.codeSystem",
      "max": "0",
      "min": 0,
      "path": "CS.codeSystem",
      "label": "Code System",
      "representation": [ "xmlAttr" ]
    }, {
      "id": "CS.codeSystemName",
      "max": "0",
      "min": 0,
      "path": "CS.codeSystemName",
      "label": "Code System Name",
      "representation": [ "xmlAttr" ]
    }, {
      "id": "CS.codeSystemVersion",
      "max": "0",
      "min": 0,
      "path": "CS.codeSystemVersion",
      "label": "Code System Version",
      "representation": [ "xmlAttr" ]
    }, {
      "id": "CS.displayName",
      "max": "0",
      "min": 0,
      "path": "CS.displayName",
      "label": "Display Name",
      "representation": [ "xmlAttr" ]
    }, {
      "id": "CS.originalText",
      "max": "0",
      "min": 0,
      "path": "CS.originalText",
      "label": "Original Text"
    } ]
  },
  "contact": [ {
    "name": "HL7 International - Structured Documents",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/structure",
      "system": "url"
    }, {
      "value": "structdog@lists.HL7.org",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/cda/stds/core/StructureDefinition/CV"
}