{
"description": "Fractional numbers. Typically used whenever quantities are measured, estimated, or computed from other real numbers. The typical representation is decimal, where the number of significant decimal digits is known as the precision.",
"_filename": "StructureDefinition-REAL.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": "REAL",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
} ],
"abstract": false,
"type": "http://hl7.org/cda/stds/core/StructureDefinition/REAL",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "REAL: RealNumber (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/tools/StructureDefinition/logical-container",
"valueUri": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument"
} ],
"snapshot": {
"element": [ {
"constraint": [ {
"key": "value-null",
"human": "value and nullFlavor are mutually exclusive (one must be present)",
"severity": "error",
"expression": "(value | nullFlavor).count() = 1"
} ],
"path": "REAL",
"min": 1,
"definition": "Fractional numbers. Typically used whenever quantities are measured, estimated, or computed from other real numbers. The typical representation is decimal, where the number of significant decimal digits is known as the precision. Real numbers are needed beyond integers whenever quantities of the real world are measured, estimated, or computed from other real numbers. The term \"Real number\" in this specification is used to mean that fractional values are covered without necessarily implying the full set of the mathematical real numbers.",
"isModifier": false,
"short": "Base for all types and resources",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"max": "*",
"id": "REAL",
"base": {
"max": "*",
"min": 0,
"path": "Base"
}
}, {
"path": "REAL.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": "REAL.nullFlavor",
"base": {
"max": "1",
"min": 0,
"path": "ANY.nullFlavor"
}
}, {
"id": "REAL.value",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "REAL.value"
},
"path": "REAL.value",
"type": [ {
"code": "decimal",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/real-simple" ]
} ],
"representation": [ "xmlAttr" ]
} ]
},
"status": "active",
"id": "df1202e7-f073-4ffc-81d4-da98fb38d16e",
"kind": "logical",
"url": "http://hl7.org/cda/stds/core/StructureDefinition/REAL",
"version": "2.0.0-sd-snapshot1",
"differential": {
"element": [ {
"id": "REAL",
"max": "*",
"min": 1,
"path": "REAL",
"constraint": [ {
"key": "value-null",
"human": "value and nullFlavor are mutually exclusive (one must be present)",
"severity": "error",
"expression": "(value | nullFlavor).count() = 1"
} ],
"definition": "Fractional numbers. Typically used whenever quantities are measured, estimated, or computed from other real numbers. The typical representation is decimal, where the number of significant decimal digits is known as the precision. Real numbers are needed beyond integers whenever quantities of the real world are measured, estimated, or computed from other real numbers. The term \"Real number\" in this specification is used to mean that fractional values are covered without necessarily implying the full set of the mathematical real numbers."
}, {
"id": "REAL.value",
"max": "1",
"min": 0,
"path": "REAL.value",
"type": [ {
"code": "decimal",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/real-simple" ]
} ],
"representation": [ "xmlAttr" ]
} ]
},
"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/QTY"
}