This page is part of the CDA: Clinical Document Architecture (v2.1.0-draft1: CDA 2.1 Draft) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions
Active as of 2023-01-16 |
TTL representation of the CD logical model.
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:StructureDefinition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "CD"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>A concept descriptor represents any kind of concept usually by giving a code defined in a code system. A concept descriptor can contain the original text or phrase that served as the basis of the coding and one or more translations into different coding systems. A concept descriptor can also contain qualifiers to describe, e.g., the concept of a "left foot" as a postcoordinated term built from the primary code "FOOT" and the qualifier "LEFT". In exceptional cases, the concept descriptor need not contain a code but only the original text describing that concept.</p>\n </div>"
]; #
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" ];
fhir:Extension.valueUri [ fhir:value "urn:hl7-org:v3" ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics" ];
fhir:Extension.valueCode [ fhir:value "can-bind" ]
], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-binding-style" ];
fhir:Extension.valueCode [ fhir:value "CDA" ]
]; #
fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/CD"]; #
fhir:StructureDefinition.version [ fhir:value "2.1.0-draft1"]; #
fhir:StructureDefinition.name [ fhir:value "CD"]; #
fhir:StructureDefinition.title [ fhir:value "CD: ConceptDescriptor (V3 Data Type)"]; #
fhir:StructureDefinition.status [ fhir:value "active"]; #
fhir:StructureDefinition.experimental [ fhir:value "false"^^xsd:boolean]; #
fhir:StructureDefinition.date [ fhir:value "2023-01-16T16:39:50+11:00"^^xsd:dateTime]; #
fhir:StructureDefinition.publisher [ fhir:value "Health Level 7"]; #
fhir:StructureDefinition.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 International - Cross-Group Projects" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cgp" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "cgp@lists.HL7.org" ] ]
]; #
fhir:StructureDefinition.description [ fhir:value "A concept descriptor represents any kind of concept usually by giving a code defined in a code system. A concept descriptor can contain the original text or phrase that served as the basis of the coding and one or more translations into different coding systems. A concept descriptor can also contain qualifiers to describe, e.g., the concept of a \"left foot\" as a postcoordinated term built from the primary code \"FOOT\" and the qualifier \"LEFT\". In cases of an exceptional value, the concept descriptor need not contain a code but only the original text describing that concept."]; #
fhir:StructureDefinition.fhirVersion [ fhir:value "5.0.0-snapshot3"]; #
fhir:StructureDefinition.mapping [
fhir:index 0;
fhir:StructureDefinition.mapping.identity [ fhir:value "rim" ];
fhir:StructureDefinition.mapping.uri [ fhir:value "http://hl7.org/v3" ];
fhir:StructureDefinition.mapping.name [ fhir:value "RIM Mapping" ]
]; #
fhir:StructureDefinition.kind [ fhir:value "logical"]; #
fhir:StructureDefinition.abstract [ fhir:value "false"^^xsd:boolean]; #
fhir:StructureDefinition.type [ fhir:value "CD"]; #
fhir:StructureDefinition.baseDefinition [
fhir:value "http://hl7.org/fhir/cda/StructureDefinition/ANY";
fhir:link <http://hl7.org/fhir/cda/StructureDefinition/ANY>
]; #
fhir:StructureDefinition.derivation [ fhir:value "specialization"]; #
fhir:StructureDefinition.snapshot [
fhir:StructureDefinition.snapshot.element [
fhir:index 0;
fhir:Element.id [ fhir:value "CD" ];
fhir:ElementDefinition.path [ fhir:value "CD" ];
fhir:ElementDefinition.short [ fhir:value "Base for all types and resources" ];
fhir:ElementDefinition.definition [ fhir:value "A concept descriptor represents any kind of concept usually by giving a code defined in a code system. A concept descriptor can contain the original text or phrase that served as the basis of the coding and one or more translations into different coding systems. A concept descriptor can also contain qualifiers to describe, e.g., the concept of a \"left foot\" as a postcoordinated term built from the primary code \"FOOT\" and the qualifier \"LEFT\". In exceptional cases, the concept descriptor need not contain a code but only the original text describing that concept." ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Base" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "*" ] ];
fhir:ElementDefinition.constraint [
fhir:index 0;
fhir:ElementDefinition.constraint.key [ fhir:value "ele-1" ];
fhir:ElementDefinition.constraint.severity [ fhir:value "error" ];
fhir:ElementDefinition.constraint.human [ fhir:value "All FHIR elements must have a @value or children" ];
fhir:ElementDefinition.constraint.expression [ fhir:value "hasValue() or (children().count() > id.count())" ];
fhir:ElementDefinition.constraint.source [
fhir:value "http://hl7.org/fhir/StructureDefinition/Element";
fhir:link <http://hl7.org/fhir/StructureDefinition/Element> ] ];
fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ];
fhir:ElementDefinition.mapping [
fhir:index 0;
fhir:ElementDefinition.mapping.identity [ fhir:value "rim" ];
fhir:ElementDefinition.mapping.map [ fhir:value "n/a" ] ] ], [
fhir:index 1;
fhir:Element.id [ fhir:value "CD.nullFlavor" ];
fhir:ElementDefinition.path [ fhir:value "CD.nullFlavor" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Exceptional Value Detail" ];
fhir:ElementDefinition.definition [ fhir:value "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "ANY.nullFlavor" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "code" ] ];
fhir:ElementDefinition.binding [
fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
fhir:ElementDefinition.binding.valueSet [
fhir:value "http://terminology.hl7.org/ValueSet/v3-NullFlavor";
fhir:link <http://terminology.hl7.org/ValueSet/v3-NullFlavor> ] ] ], [
fhir:index 2;
fhir:Element.id [ fhir:value "CD.code" ];
fhir:ElementDefinition.path [ fhir:value "CD.code" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Code" ];
fhir:ElementDefinition.definition [ fhir:value "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." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.code" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 3;
fhir:Element.id [ fhir:value "CD.codeSystem" ];
fhir:ElementDefinition.path [ fhir:value "CD.codeSystem" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Code System" ];
fhir:ElementDefinition.definition [ fhir:value "Specifies the code system that defines the code." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.codeSystem" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 4;
fhir:Element.id [ fhir:value "CD.codeSystemName" ];
fhir:ElementDefinition.path [ fhir:value "CD.codeSystemName" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Code System Name" ];
fhir:ElementDefinition.definition [ fhir:value "The common name of the coding system." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.codeSystemName" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 5;
fhir:Element.id [ fhir:value "CD.codeSystemVersion" ];
fhir:ElementDefinition.path [ fhir:value "CD.codeSystemVersion" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Code System Version" ];
fhir:ElementDefinition.definition [ fhir:value "If applicable, a version descriptor defined specifically for the given code system." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.codeSystemVersion" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 6;
fhir:Element.id [ fhir:value "CD.displayName" ];
fhir:ElementDefinition.path [ fhir:value "CD.displayName" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Display Name" ];
fhir:ElementDefinition.definition [ fhir:value "A name or title for the code, under which the sending system shows the code value to its users." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.displayName" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 7;
fhir:Element.id [ fhir:value "CD.sdtcValueSet" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" ];
fhir:Extension.valueUri [ fhir:value "urn:hl7-org:sdtc" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name" ];
fhir:Extension.valueString [ fhir:value "valueSet" ] ];
fhir:ElementDefinition.path [ fhir:value "CD.sdtcValueSet" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.definition [ fhir:value "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.valueSet" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 8;
fhir:Element.id [ fhir:value "CD.sdtcValueSetVersion" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" ];
fhir:Extension.valueUri [ fhir:value "urn:hl7-org:sdtc" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name" ];
fhir:Extension.valueString [ fhir:value "valueSetVersion" ] ];
fhir:ElementDefinition.path [ fhir:value "CD.sdtcValueSetVersion" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.definition [ fhir:value "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." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.sdtcValueSetVersion" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 9;
fhir:Element.id [ fhir:value "CD.originalText" ];
fhir:ElementDefinition.path [ fhir:value "CD.originalText" ];
fhir:ElementDefinition.label [ fhir:value "Original Text" ];
fhir:ElementDefinition.definition [ fhir:value "The text or phrase used as the basis for the coding." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.originalText" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/ED" ] ] ], [
fhir:index 10;
fhir:Element.id [ fhir:value "CD.qualifier" ];
fhir:ElementDefinition.path [ fhir:value "CD.qualifier" ];
fhir:ElementDefinition.label [ fhir:value "Qualifier" ];
fhir:ElementDefinition.definition [ fhir:value "Specifies additional codes that increase the specificity of the the primary code." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.qualifier" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "*" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/CR" ] ] ], [
fhir:index 11;
fhir:Element.id [ fhir:value "CD.translation" ];
fhir:ElementDefinition.path [ fhir:value "CD.translation" ];
fhir:ElementDefinition.representation [
fhir:value "typeAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Translation" ];
fhir:ElementDefinition.definition [ fhir:value "A set of other concept descriptors that translate this concept descriptor into other code systems." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.translation" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "*" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/CD" ] ] ]
]; #
fhir:StructureDefinition.differential [
fhir:StructureDefinition.differential.element [
fhir:index 0;
fhir:Element.id [ fhir:value "CD" ];
fhir:ElementDefinition.path [ fhir:value "CD" ];
fhir:ElementDefinition.definition [ fhir:value "A concept descriptor represents any kind of concept usually by giving a code defined in a code system. A concept descriptor can contain the original text or phrase that served as the basis of the coding and one or more translations into different coding systems. A concept descriptor can also contain qualifiers to describe, e.g., the concept of a \"left foot\" as a postcoordinated term built from the primary code \"FOOT\" and the qualifier \"LEFT\". In exceptional cases, the concept descriptor need not contain a code but only the original text describing that concept." ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ] ], [
fhir:index 1;
fhir:Element.id [ fhir:value "CD.code" ];
fhir:ElementDefinition.path [ fhir:value "CD.code" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Code" ];
fhir:ElementDefinition.definition [ fhir:value "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." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 2;
fhir:Element.id [ fhir:value "CD.codeSystem" ];
fhir:ElementDefinition.path [ fhir:value "CD.codeSystem" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Code System" ];
fhir:ElementDefinition.definition [ fhir:value "Specifies the code system that defines the code." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 3;
fhir:Element.id [ fhir:value "CD.codeSystemName" ];
fhir:ElementDefinition.path [ fhir:value "CD.codeSystemName" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Code System Name" ];
fhir:ElementDefinition.definition [ fhir:value "The common name of the coding system." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 4;
fhir:Element.id [ fhir:value "CD.codeSystemVersion" ];
fhir:ElementDefinition.path [ fhir:value "CD.codeSystemVersion" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Code System Version" ];
fhir:ElementDefinition.definition [ fhir:value "If applicable, a version descriptor defined specifically for the given code system." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 5;
fhir:Element.id [ fhir:value "CD.displayName" ];
fhir:ElementDefinition.path [ fhir:value "CD.displayName" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Display Name" ];
fhir:ElementDefinition.definition [ fhir:value "A name or title for the code, under which the sending system shows the code value to its users." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 6;
fhir:Element.id [ fhir:value "CD.sdtcValueSet" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" ];
fhir:Extension.valueUri [ fhir:value "urn:hl7-org:sdtc" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name" ];
fhir:Extension.valueString [ fhir:value "valueSet" ] ];
fhir:ElementDefinition.path [ fhir:value "CD.sdtcValueSet" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.definition [ fhir:value "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "CD.valueSet" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 7;
fhir:Element.id [ fhir:value "CD.sdtcValueSetVersion" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" ];
fhir:Extension.valueUri [ fhir:value "urn:hl7-org:sdtc" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name" ];
fhir:Extension.valueString [ fhir:value "valueSetVersion" ] ];
fhir:ElementDefinition.path [ fhir:value "CD.sdtcValueSetVersion" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.definition [ fhir:value "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." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "string" ] ] ], [
fhir:index 8;
fhir:Element.id [ fhir:value "CD.originalText" ];
fhir:ElementDefinition.path [ fhir:value "CD.originalText" ];
fhir:ElementDefinition.label [ fhir:value "Original Text" ];
fhir:ElementDefinition.definition [ fhir:value "The text or phrase used as the basis for the coding." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/ED" ] ] ], [
fhir:index 9;
fhir:Element.id [ fhir:value "CD.qualifier" ];
fhir:ElementDefinition.path [ fhir:value "CD.qualifier" ];
fhir:ElementDefinition.label [ fhir:value "Qualifier" ];
fhir:ElementDefinition.definition [ fhir:value "Specifies additional codes that increase the specificity of the the primary code." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/CR" ] ] ], [
fhir:index 10;
fhir:Element.id [ fhir:value "CD.translation" ];
fhir:ElementDefinition.path [ fhir:value "CD.translation" ];
fhir:ElementDefinition.representation [
fhir:value "typeAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Translation" ];
fhir:ElementDefinition.definition [ fhir:value "A set of other concept descriptors that translate this concept descriptor into other code systems." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/CD" ] ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2019+ Health Level 7. Package hl7.cda.uv.core#2.1.0-draft1 based on FHIR 5.0.0-snapshot3. Generated 2023-01-16
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change