@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "container-cap"]; 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 "generated" ]; fhir:Narrative.div "

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

CodeDisplayDefinition
red red capred cap.
yellow yellow capyellow cap.
dark-yellow dark yellow capdark yellow cap.
grey grey capgrey cap.
light-blue light blue caplight blue cap.
black black capblack cap.
green green capgreen cap.
light-green light green caplight green cap.
lavender lavender caplavender cap.
brown brown capbrown cap.
white white capwhite cap.
pink pink cappink cap.
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.valueCode [ fhir:value "oo" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.valueCode [ fhir:value "draft" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.valueInteger [ fhir:value "1"^^xsd:integer ] ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/container-cap"]; 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.1258" ] ]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "ContainerCap"]; fhir:CodeSystem.title [ fhir:value "ContainerCap"]; 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.publisher [ fhir:value "HL7 (FHIR Project)"]; 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:index 1; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ] ] ]; fhir:CodeSystem.description [ fhir:value "Color of the container cap."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/container-cap"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "red" ]; fhir:CodeSystem.concept.display [ fhir:value "red cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "red cap." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "yellow" ]; fhir:CodeSystem.concept.display [ fhir:value "yellow cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "yellow cap." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "dark-yellow" ]; fhir:CodeSystem.concept.display [ fhir:value "dark yellow cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "dark yellow cap." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "grey" ]; fhir:CodeSystem.concept.display [ fhir:value "grey cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "grey cap." ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "light-blue" ]; fhir:CodeSystem.concept.display [ fhir:value "light blue cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "light blue cap." ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "black" ]; fhir:CodeSystem.concept.display [ fhir:value "black cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "black cap." ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "green" ]; fhir:CodeSystem.concept.display [ fhir:value "green cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "green cap." ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "light-green" ]; fhir:CodeSystem.concept.display [ fhir:value "light green cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "light green cap." ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "lavender" ]; fhir:CodeSystem.concept.display [ fhir:value "lavender cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "lavender cap." ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "brown" ]; fhir:CodeSystem.concept.display [ fhir:value "brown cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "brown cap." ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "white" ]; fhir:CodeSystem.concept.display [ fhir:value "white cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "white cap." ] ], [ fhir:index 11; fhir:CodeSystem.concept.code [ fhir:value "pink" ]; fhir:CodeSystem.concept.display [ fhir:value "pink cap" ]; fhir:CodeSystem.concept.definition [ fhir:value "pink cap." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------