@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "special-values"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2020-04-10T07:10:28.568+10:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

This code system http://terminology.hl7.org/CodeSystem/special-values defines the following codes:

CodeDisplayDefinitionComments
true trueBoolean true.
false falseBoolean false.
trace Trace Amount DetectedThe content is greater than zero, but too small to be quantified.
sufficient Sufficient QuantityThe specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material.used in formulations (e.g. 'Add 10mg of ingredient X, 50mg of ingredient Y, and sufficient quantity of water to 100mL.' This code would be used to express the quantity of water. )
withdrawn Value WithdrawnThe value is no longer available.
nil-known Nil KnownThe are no known applicable values in this context.The existence of this subject to review
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.valueCode [ fhir:value "fhir" ] ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/special-values"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1049" ] ]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "SpecialValues"]; fhir:CodeSystem.title [ fhir:value "SpecialValues"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2020-04-09T21:10:28+00:00"^^xsd:dateTime]; fhir:CodeSystem.description [ fhir:value "A set of generally useful codes defined so they can be included in value sets."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/special-values"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "true" ]; fhir:CodeSystem.concept.display [ fhir:value "true" ]; fhir:CodeSystem.concept.definition [ fhir:value "Boolean true." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "false" ]; fhir:CodeSystem.concept.display [ fhir:value "false" ]; fhir:CodeSystem.concept.definition [ fhir:value "Boolean false." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "trace" ]; fhir:CodeSystem.concept.display [ fhir:value "Trace Amount Detected" ]; fhir:CodeSystem.concept.definition [ fhir:value "The content is greater than zero, but too small to be quantified." ] ], [ fhir:index 3; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments" ]; fhir:Extension.valueString [ fhir:value "used in formulations (e.g. 'Add 10mg of ingredient X, 50mg of ingredient Y, and sufficient quantity of water to 100mL.' This code would be used to express the quantity of water. )" ] ]; fhir:CodeSystem.concept.code [ fhir:value "sufficient" ]; fhir:CodeSystem.concept.display [ fhir:value "Sufficient Quantity" ]; fhir:CodeSystem.concept.definition [ fhir:value "The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material." ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "withdrawn" ]; fhir:CodeSystem.concept.display [ fhir:value "Value Withdrawn" ]; fhir:CodeSystem.concept.definition [ fhir:value "The value is no longer available." ] ], [ fhir:index 5; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments" ]; fhir:Extension.valueString [ fhir:value "The existence of this subject to review" ] ]; fhir:CodeSystem.concept.code [ fhir:value "nil-known" ]; fhir:CodeSystem.concept.display [ fhir:value "Nil Known" ]; fhir:CodeSystem.concept.definition [ fhir:value "The are no known applicable values in this context." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------