@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-xActRelationshipPertinentInfo"]; 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-ActRelationshipType
    CodeDisplayDefinition
    CAUSis etiology for**Description:** An assertion that an act was the cause of another act.This is stronger and more specific than the support link. The source (cause) is typically an observation, but may be any act, while the target may be any act.

    **Examples:**

    * a growth of Staphylococcus aureus may be considered the cause of an abscess
    * contamination of the infusion bag was deemed to be the cause of the infection that the patient experienced
    * lack of staff on the shift was deemed to be a supporting factor (proximal factor) causing the patient safety incident where the patient fell out of bed because the bed-sides had not been put up which caused the night patient to fall out of bed
    MFSTis manifestation ofAn assertion that a new observation may be the manifestation of another existing observation or action. This assumption is attributed to the same actor who asserts the manifestation. This is stronger and more specific than an inverted support link. For example, an agitated appearance can be asserted to be the manifestation (effect) of a known hyperthyroxia. This expresses that one might not have realized a symptom if it would not be a common manifestation of a known condition. The target (cause) may be any service, while the source (manifestation) must be an observation.
    REFRrefers toA relationship in which the target act is referred to by the source act. This permits a simple reference relationship that distinguishes between the referent and the referee.
    SPRThas supportUsed to indicate that an existing service is suggesting evidence for a new observation. The assumption of support is attributed to the same actor who asserts the observation. Source must be an observation, target may be any service (e.g., to indicate a status post).
    SUBJhas subjectRelates an Act to its subject Act that the first Act is primarily concerned with.

    Examples

    1. The first Act may be a ControlAct manipulating the subject Act
    2. The first act is a region of interest (ROI) that defines a region within the subject Act.
    3. The first act is a reporting or notification Act, that echos the subject Act for a specific new purpose.

    Constraints

    An Act may have multiple subject acts.

    Rationale

    The ActRelationshipType "has subject" is similar to the ParticipationType "subject", Acts that primarily operate on physical subjects use the Participation, those Acts that primarily operate on other Acts (other information) use the ActRelationship.
" ]; 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:inboundRelationship:ActRelationship" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "pertainsTo" ] ]; 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:Act:outboundRelationship:ActRelationship" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "pertinentInformation" ] ]; 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:inboundRelationship:ActRelationship" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "DA_______" ] ]; 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:Act:outboundRelationship:ActRelationship" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "DA_______" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-xActRelationshipPertinentInfo"]; 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.19562" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "XActRelationshipPertinentInfo"]; fhir:ValueSet.title [ fhir:value "x_ActRelationshipPertinentInfo"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "CAUS" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "MFST" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "REFR" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "SPRT" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "SUBJ" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------