@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-xParticipationVrfRespSprfWit"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ParticipationType
    CodeDisplayDefinition
    RESPresponsible partyThe person or organization that has primary responsibility for the act. The responsible party is not necessarily present in an action, but is accountable for the action through the power to delegate, and the duty to review actions with the performing actor after the fact. This responsibility may be ethical, legal, contractual, fiscal, or fiduciary in nature.

    *Example:* A person who is the head of a biochemical laboratory; a sponsor for a policy or government program.
    SPRFsecondary performerA person assisting in an act through his substantial presence and involvement This includes: assistants, technicians, associates, or whatever the job titles may be.
    VRFverifierA person who verifies the correctness and appropriateness of the service (plan, order, event, etc.) and hence takes on accountability.
    WITwitnessOnly with service events. A person witnessing the action happening without doing anything. A witness is not necessarily aware, much less approves of anything stated in the service event. Example for a witness is students watching an operation or an advanced directive witness.
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "name" ]; fhir:Extension.valueString [ fhir:value "Name:Act:participation:Participation" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "overseer" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "name" ]; fhir:Extension.valueString [ fhir:value "Name:Role:participation:Participation" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "oversight" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ], [ fhir:index 2; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "name" ]; fhir:Extension.valueString [ fhir:value "Sort:Act:participation:Participation" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "C________" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ], [ fhir:index 3; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "name" ]; fhir:Extension.valueString [ fhir:value "Sort:Role:participation:Participation" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "C________" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-xParticipationVrfRespSprfWit"]; 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.19083" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "XParticipationVrfRespSprfWit"]; fhir:ValueSet.title [ fhir:value "x_ParticipationVrfRespSprfWit"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "One who oversees a control act event. Includes either a type of accountability, as in responsible party, verifier (and its children) and witness; or being an assistant to the control act event, as in secondary performer."]; fhir:ValueSet.immutable [ fhir:value "true"^^xsd:boolean]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "RESP" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "SPRF" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "VRF" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "WIT" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------