@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v3-NonDrugAgentEntity"] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-NonDrugAgentEntity"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.1.11.19699" ]
] ) ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "NonDrugAgentEntity"] ; #
fhir:title [ fhir:v "NonDrugAgentEntity"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2014-03-26"^^xsd:date] ; #
fhir:description [ fhir:v "Indicates types of allergy and intolerance agents which are non-drugs. (E.g. foods, latex, etc.)"] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityCode"^^xsd:anyURI ] ;
fhir:concept ( [
fhir:code [ fhir:v "NDA01" ]
] [
fhir:code [ fhir:v "NDA02" ]
] [
fhir:code [ fhir:v "NDA03" ]
] [
fhir:code [ fhir:v "NDA04" ]
] [
fhir:code [ fhir:v "NDA05" ]
] [
fhir:code [ fhir:v "NDA06" ]
] [
fhir:code [ fhir:v "NDA07" ]
] [
fhir:code [ fhir:v "NDA08" ]
] [
fhir:code [ fhir:v "NDA09" ]
] [
fhir:code [ fhir:v "NDA10" ]
] [
fhir:code [ fhir:v "NDA11" ]
] [
fhir:code [ fhir:v "NDA12" ]
] [
fhir:code [ fhir:v "NDA13" ]
] [
fhir:code [ fhir:v "NDA14" ]
] [
fhir:code [ fhir:v "NDA15" ]
] [
fhir:code [ fhir:v "NDA16" ]
] [
fhir:code [ fhir:v "NDA17" ]
] )
] )
] . #
# -------------------------------------------------------------------------------------