@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-EntityRisk"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

EntityRisk

The vocabulary table for the Entity.riskCode attribute

\n

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-EntityRisk
    CodeDisplay
    AGGaggressiveA danger that can be associated with certain living subjects, including humans.
    BIOBiologicalThe dangers associated with normal biological materials. I.e. potential risk of unknown infections. Routine biological materials from living subjects.
    CORCorrosiveMaterial is corrosive and may cause severe injury to skin, mucous membranes and eyes. Avoid any unprotected contact.
    ESCEscape RiskThe entity is at risk for escaping from containment or control.
    INJinjury hazardMaterial is solid and sharp (e.g., cannulas). Dispose in hard container.
    POIpoisonMaterial is poisonous to humans and/or animals. Special care must be taken to avoid incorporation, even of small amounts.
    RADradioactiveMaterial is a source for ionizing radiation and must be handled with special care to avoid injury of those who handle it and to avoid environmental hazards.
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-MaterialDangerInfectious
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-MaterialDangerInflammable
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-EntityRisk"]; 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.10405" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "EntityRisk"]; fhir:ValueSet.title [ fhir:value "EntityRisk"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26T00:00:00-04:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "The vocabulary table for the Entity.riskCode attribute"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityRisk" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "AGG" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "BIO" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "COR" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "ESC" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "INJ" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "POI" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "RAD" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-MaterialDangerInfectious"; fhir:index 0; fhir:link ] ], [ fhir:index 2; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-MaterialDangerInflammable"; fhir:index 0; fhir:link ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------