GraphCompartmentRule

How a compartment must be linked.

This code system http://hl7.org/fhir/graph-compartment-rule defines the following codes:

Code Display Definition
identical Identical The compartment must be identical (the same literal reference).
matching Matching The compartment must be the same - the record must be about the same patient, but the reference may be different.
different Different The compartment must be different.
custom Custom The compartment rule is defined in the accompanying FHIRPath expression.
<status value="draft"/> <experimental value="false"/> <date value="2021-01-17T07:06:13+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="How a compartment must be linked."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/graph-compartment-rule"/> <content value="complete"/> <concept> <code value="identical"/> <display value="Identical"/> <definition value="The compartment must be identical (the same literal reference)."/> </concept> <concept> <code value="matching"/> <display value="Matching"/> <definition value="The compartment must be the same - the record must be about the same patient, but the reference may be different."/> </concept> <concept> <code value="different"/> <display value="Different"/> <definition value="The compartment must be different."/> </concept> <concept> <code value="custom"/> <display value="Custom"/> <definition value="The compartment rule is defined in the accompanying FHIRPath expression."/> </concept> </CodeSystem>