This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Resource-aggregation-mode.xml

Definition for Value SetAggregationMode

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>AggregationMode</h2><p>How resource references can be aggregated</p><p>This value set defines its own terms in the system http://hl7.org/fhir/resource-aggregation-mode</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>contained<a name=\"contained\"> </a></td><td/><td>The reference is a local reference to a contained resource.</td></tr><tr><td>referenced<a name=\"referenced\"> </a></td><td/><td>The reference to to a resource that has to be resolved externally to the resource that includes the reference.</td></tr><tr><td>..bundled<a name=\"bundled\"> </a></td><td/><td>The resource the reference points to will be found in the same bundle as the resource that includes the reference.</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/resource-aggregation-mode",
  "name": "AggregationMode",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "How resource references can be aggregated",
  "status": "draft",
  "date": "2014-09-30T18:09:16.977+10:00",
  "define": {
    "system": "http://hl7.org/fhir/resource-aggregation-mode",
    "caseSensitive": true,
    "concept": [
      {
        "code": "contained",
        "definition": "The reference is a local reference to a contained resource."
      },
      {
        "code": "referenced",
        "definition": "The reference to to a resource that has to be resolved externally to the resource that includes the reference.",
        "concept": [
          {
            "code": "bundled",
            "definition": "The resource the reference points to will be found in the same bundle as the resource that includes the reference."
          }
        ]
      }
    ]
  }
}