This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemTypeCharacteristicCodes
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem; fhir:Resource.id [ fhir:value "type-characteristics-code"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "fhir" ] ]; fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/type-characteristics-code"]; fhir:CanonicalResource.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1901" ] ]; fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"]; fhir:CanonicalResource.name [ fhir:value "TypeCharacteristicCodes"]; fhir:CanonicalResource.title [ fhir:value "Type Characteristic Codes"]; fhir:CanonicalResource.status [ fhir:value "active"]; fhir:CanonicalResource.experimental [ fhir:value "false"]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/type-characteristics-code"]; fhir:CodeSystem.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1901" ] ]; fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"]; fhir:CodeSystem.name [ fhir:value "TypeCharacteristicCodes"]; fhir:CodeSystem.title [ fhir:value "Type Characteristic Codes"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:ConceptDefinitionComponent.code [ fhir:value "has-target" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Has Target" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The type is reference to external content else where that can have a type. This is associated with the use of ElementDefinition.type.targetProfile" ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "has-range" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Has Range" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The type has a value domain that is a range, and can be associated with allowable min/max values on it's ElementDefinitions" ]; fhir:ConceptDefinitionComponent.concept [ fhir:ConceptDefinitionComponent.code [ fhir:value "is-continuous" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Is Continuous" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The type is a continuous distribution. These types have issues associated with precision and equality, and can have a specified number of max decimal places (via an extension)" ] ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "has-length" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Has Length" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The type has variable length and be constrained by it's length. In principle, any type can be constrained by the number of characters to represent it, but this is not meaningful for numbers or attachments" ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "has-size" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Has Size" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The type can be constrained by the number of bytes it takes to represent the content. This is usually applied to content that is compressed or interpreted, and there's no fixed relationship between the number of bytes of content, and the number of characters it represents" ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "can-bind" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Can Bind" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The type can be bound to a terminology. Note that a classic binding has system|version|code|display, but not all bindable types carry all four of these, and how they are bound varies, so an additional extension is required to enable tools to work with this content" ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "has-units" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Has Units" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The content has units of measure (UCUM, by implication) and it may be useful to constrain the units by some valueset" ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "do-translations" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Do Translations" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The content is uncontrolled human readable text that may make sense to translate" ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R5 Ballot hl7.fhir.core#5.0.0-ballot generated on Sat, Sep 10, 2022 04:55+1000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change