@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-NonDrugAgentEntity"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-NonDrugAgentEntity"]; fhir:ValueSet.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.1.11.19699" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "NonDrugAgentEntity"]; fhir:ValueSet.title [ fhir:value "NonDrugAgentEntity"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "Indicates types of allergy and intolerance agents which are non-drugs. (E.g. foods, latex, etc.)"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityCode" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA01" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA02" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA03" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA04" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA05" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA06" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA07" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA08" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA09" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA10" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA11" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA12" ] ], [ fhir:index 12; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA13" ] ], [ fhir:index 13; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA14" ] ], [ fhir:index 14; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA15" ] ], [ fhir:index 15; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA16" ] ], [ fhir:index 16; fhir:ValueSet.compose.include.concept.code [ fhir:value "NDA17" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------