Definition
for
Code
System
ChoiceListOrientation
SystemBindingStrength
{
"resourceType": "CodeSystem",
"id": "choice-list-orientation",
"meta": {
"lastUpdated": "2019-10-24T11:53:00+11:00"
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString": "Informative"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
}
],
"url": "http://hl7.org/fhir/choice-list-orientation",
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.851"
},
"version": "3.0.2",
"name": "ChoiceListOrientation",
"status": "draft",
"experimental": false,
"date": "2019-10-24T11:53:00+11:00",
"publisher": "HL7 (FHIR Project)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"description": "Direction in which lists of question options should be displayed",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/choice-list-orientation",
"content": "complete",
"concept": [
{
"code": "horizontal",
"display": "Horizontal",
"definition": "List choices along the horizontal axis"
},
{
"code": "vertical",
"display": "Vertical",
"definition": "List choices down the vertical axis"
}
]
}
@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 "binding-strength"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ]
];
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:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
fhir:Extension.value [ fhir:value "normative" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version" ];
fhir:Extension.value [ fhir:value "4.0.0" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.value [ fhir:value "5" ]
];
fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/binding-strength"];
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.44" ]
];
fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
fhir:CanonicalResource.name [ fhir:value "BindingStrength"];
fhir:CanonicalResource.title [ fhir:value "BindingStrength"];
fhir:CanonicalResource.status [ fhir:value "active"];
fhir:CanonicalResource.experimental [ fhir:value "false"];
fhir:CanonicalResource.date [ fhir:value "2022-09-10T04:52:37+10:00"];
fhir:CanonicalResource.description [ fhir:value "Indication of the degree of conformance expectations associated with a binding."];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/binding-strength"];
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.44" ]
];
fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
fhir:CodeSystem.name [ fhir:value "BindingStrength"];
fhir:CodeSystem.title [ fhir:value "BindingStrength"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"];
fhir:CodeSystem.date [ fhir:value "2022-09-10T04:52:37+10:00"];
fhir:CodeSystem.description [ fhir:value "Indication of the degree of conformance expectations associated with a binding."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"];
fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/binding-strength"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "required" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Required" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "To be conformant, the concept in this element SHALL be from the specified value set." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "extensible" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Extensible" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "To be conformant, the concept in this element SHALL be from the specified value set if any of the codes within the value set can apply to the concept being communicated. If the value set does not cover the concept (based on human review), alternate codings (or, data type allowing, text) may be included instead." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "preferred" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Preferred" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Instances are encouraged to draw from the specified codes for interoperability purposes but are not required to do so to be considered conformant." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "example" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Example" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Instances are not expected or even encouraged to draw from the specified value set. The value set merely provides examples of the types of concepts intended to be included." ]
] .
# -------------------------------------------------------------------------------------
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.