@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-ActClassExposure"] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-ActClassExposure"^^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.19832" ] ] ) ; # fhir:version [ fhir:v "3.0.0"] ; # fhir:name [ fhir:v "ActClassExposure"] ; # fhir:title [ fhir:v "ActClassExposure"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2014-03-26"^^xsd:date] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "The action of coming into sufficient physical proximity to allow physical or chemical interaction. Examples include: exposure to radiation, inhalation of peanut aerosol or viral particles. This includes intended exposure (e.g. administering a drug product) as well as accidental or environmental exposure. Actual vs. potential exposure can be differentiated using Act.uncertaintyCode.\r\n\r\nThe agent to which the subject was exposed is conveyed as a *Direct* participation or specialization there-of.\r\n\r\n*Constraints:* The following Participations should be used with the following Roles and Entities to distinguish the specific entities:\r\n\r\n * The ***exposed entity*** is the entity of interest that is the recipient of the exposure and potentially affected. This is conveyed through the subject (SBJ) Participation.\r\n * An entity that has carried the agent transmitted in the exposure is the \"***exposure source***\" (EXSRC). For example:\r\n \r\n * a person or animal who carried an infectious disease and interacts (EXSRC) with another person or animal (SBJ) transmitting the disease agent; or\r\n * a place or other environment (EXSRC) and a person or animal (SBJ) who is exposed in the presence of this environment.\r\n * When it is unknown whether a participating entity is the source of the agent (EXSRC) or the target of the transmission (SBJ), also known as \"***exposure contact***\", the \"participant\" (PART) is used.\r\n * The substance to which the subject is exposed that carries the exposure agent or the chemical substance of interest itself, participates as a \"consumable\" (CSM). There are at least two configurations: (a) the player of the Role that participates as CSM is the chemical or biological substance mixed or carried by the scoper-entity of the Role (e.g., ingredient role); or (b) the player of the Role that participates as CSM is a mixture known to contain the chemical, radiological or biological substance of interest.\r\n * The device specifically used to administer the substance is associated using the device (DEV) Participation. This may be a device intentionally used (such as applicator device) or it may be a thing that accidentally carried this substance; for instance, an infected needle or knife. The same entity may be related in the act as both EXSRC and DEV."] ; # fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActClass"^^xsd:anyURI ] ; fhir:filter ( [ fhir:property [ fhir:v "concept" ] ; fhir:op [ fhir:v "is-a" ] ; fhir:value [ fhir:v "EXPOS" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------