V2+
2.1.0 - CI Build
V2+ - Local Development build (v2.1.0). See the Directory of published versions
JSON representation of the DataElement logical model.
{
"resourceType" : "StructureDefinition",
"id" : "DataElement",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Segment Description in general</p>\n <p>specific addition</p>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
"valueUri" : "urn:hl7-org:v2plus"
}
],
"url" : "http://hl7.org/fhir/v2plus/StructureDefinition/Segment",
"version" : "2.1.0",
"name" : "v2plus.DataElement",
"title" : "Data Element (Definition)",
"status" : "active",
"experimental" : false,
"date" : "2021-04-23T17:12:04+02:00",
"publisher" : "Frank Oemig",
"description" : "Data Element Definition",
"fhirVersion" : "4.0.1",
"kind" : "logical",
"abstract" : false,
"type" : "DataElement",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
"derivation" : "specialization",
"snapshot" : {
"element" : [
{
"id" : "DataElement",
"path" : "DataElement",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Base",
"min" : 0,
"max" : "*"
},
"isModifier" : false
},
{
"id" : "DataElement.number",
"path" : "DataElement.number",
"short" : "5 digit identification of this data element",
"min" : 1,
"max" : "1",
"base" : {
"path" : "DataElement.number",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "number"
}
]
},
{
"id" : "DataElement.description",
"path" : "DataElement.description",
"short" : "Description of this data element.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "DataElement.description",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "String"
}
]
},
{
"id" : "DataElement.datatype",
"path" : "DataElement.datatype",
"definition" : "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
"min" : 1,
"max" : "*",
"base" : {
"path" : "DataElement.datatype",
"min" : 1,
"max" : "*"
},
"type" : [
{
"code" : "DataType"
}
]
},
{
"id" : "DataElement.conceptDomain",
"path" : "DataElement.conceptDomain",
"short" : "Reference to a concept domain that provides the semantic definiton for this element",
"min" : 0,
"max" : "1",
"base" : {
"path" : "DataElement.conceptDomain",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "DataElement",
"path" : "DataElement",
"min" : 1,
"max" : "1"
},
{
"id" : "DataElement.number",
"path" : "DataElement.number",
"short" : "5 digit identification of this data element",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "number"
}
]
},
{
"id" : "DataElement.description",
"path" : "DataElement.description",
"short" : "Description of this data element.",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "String"
}
]
},
{
"id" : "DataElement.datatype",
"path" : "DataElement.datatype",
"definition" : "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
"min" : 1,
"max" : "*",
"type" : [
{
"code" : "DataType"
}
]
},
{
"id" : "DataElement.conceptDomain",
"path" : "DataElement.conceptDomain",
"short" : "Reference to a concept domain that provides the semantic definiton for this element",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "string"
}
]
}
]
}
}