@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "designation-usage"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Designation Usage

Preferred value set for Condition Categories.

\n

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

CodeDisplayDefinition
display DisplayA deisgnation suitable for display to an end-user
" ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/designation-usage"]; fhir:CodeSystem.version [ fhir:value "4.2.0"]; fhir:CodeSystem.name [ fhir:value "DesignationUsage"]; fhir:CodeSystem.title [ fhir:value "Designation Usage"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2020-05-09T12:49:00-04:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "FHIR Project team"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:CodeSystem.description [ fhir:value "Preferred value set for Condition Categories."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/designation-usage"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "display" ]; fhir:CodeSystem.concept.display [ fhir:value "Display" ]; fhir:CodeSystem.concept.definition [ fhir:value "A deisgnation suitable for display to an end-user" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------