@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-xActRelationshipExternalReference"] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType
    CodeDisplayDefinition
    ELNKepisodeLinkExpresses an association that links two instances of the same act over time, indicating that the instance are part of the same episode, e.g. linking two condition nodes for episode of illness; linking two encounters for episode of encounter.
    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.
    RPLCreplacesA replacement source act replaces an existing target act. The state of the target act being replaced becomes obselete, but the act is typically still retained in the system for historical reference. The source and target must be of the same type.
    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.
    XCRPTExcerptsThe source is an excerpt from the target.
" ] ; # fhir:extension ( [ fhir:extension ( [ fhir:url [ fhir:v "name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Name:Act:inboundRelationship:ActRelationship" ] ] [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ fhir:v "referencedBy" ] ] ) ; fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp"^^xsd:anyURI ] ] [ fhir:extension ( [ fhir:url [ fhir:v "name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Name:Act:outboundRelationship:ActRelationship" ] ] [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ fhir:v "reference" ] ] ) ; fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp"^^xsd:anyURI ] ] [ fhir:extension ( [ fhir:url [ fhir:v "name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Sort:Act:inboundRelationship:ActRelationship" ] ] [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ fhir:v "BG_______" ] ] ) ; fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp"^^xsd:anyURI ] ] [ fhir:extension ( [ fhir:url [ fhir:v "name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Sort:Act:outboundRelationship:ActRelationship" ] ] [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ fhir:v "BG_______" ] ] ) ; fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp"^^xsd:anyURI ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-xActRelationshipExternalReference"^^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.19000" ] ] ) ; # fhir:version [ fhir:v "3.0.0"] ; # fhir:name [ fhir:v "XActRelationshipExternalReference"] ; # fhir:title [ fhir:v "x_ActRelationshipExternalReference"] ; # 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 "Used to enumerate the relationships between a CDA entry and an externally referenced act."] ; # 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-ActRelationshipType"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "ELNK" ] ] [ fhir:code [ fhir:v "REFR" ] ] [ fhir:code [ fhir:v "RPLC" ] ] [ fhir:code [ fhir:v "SPRT" ] ] [ fhir:code [ fhir:v "SUBJ" ] ] [ fhir:code [ fhir:v "XCRPT" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------