@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-ActRelationshipActProvenance"] ; # 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
    COMPhas componentThe target act is a component of the source act, with no semantics regarding composition or aggregation implied.
    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.
    SUCCsucceeds**Definition:** A new act that carries forward the intention of the original act, but does not completely replace it. The status of the predecessor act must be 'completed'. The original act is the target act and the successor is the source act.
    UPDTupdates (condition)A condition thread relationship specifically links condition nodes together to form a condition thread. The source is the new condition node and the target links to the most recent node of the existing condition thread.
    XCRPTExcerptsThe source is an excerpt from the target.
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-ActRelationshipActProvenance"^^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.20529" ] ] ) ; # fhir:version [ fhir:v "3.0.0"] ; # fhir:name [ fhir:v "ActRelationshipActProvenance"] ; # fhir:title [ fhir:v "ActRelationshipActProvenance"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2014-08-07"^^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 convey the relationship between two or more Acts for purpose of tracking provenance relationships such as the following:\r\n\r\n * A predecessor Act and a successor Act (e.g., a predecessor Lab Result from which a successor Lab Result in derived)\r\n * A ProvenanceEvent Act and a target Act for which it records the Provenance (e.g., a target Act is an update of a predecessor Act)\r\n * A predecessor ProvenanceEvent Act and a successor ProvenanceEvent Act\r\n\r\n*UsageConstraint:* The v:ActRelationshipActProvenance is intended to limit the types of relationships that could be conveyed by the ActRelationshipType codes to a subset that pertains to these provenance relations."] ; # 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 "COMP" ] ] [ fhir:code [ fhir:v "SUBJ" ] ] [ fhir:code [ fhir:v "SUCC" ] ] [ fhir:code [ fhir:v "UPDT" ] ] [ fhir:code [ fhir:v "XCRPT" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------