PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.4.0
    http://hl7.org/fhir/resource-aggregation-mode
{
  "description": "How resource references can be aggregated.",
  "_filename": "codesystem-resource-aggregation-mode.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-03-31T08:01:25+11:00",
  "meta": {
    "lastUpdated": "2016-03-31T08:01:25.570+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "AggregationMode",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.4.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.46"
  } ],
  "status": "draft",
  "id": "e20167e7-5d87-4dd0-b74c-b6b77f18be8f",
  "valueSet": "http://hl7.org/fhir/ValueSet/resource-aggregation-mode",
  "kind": null,
  "url": "http://hl7.org/fhir/resource-aggregation-mode",
  "concept": [ {
    "code": "contained",
    "display": "Contained",
    "definition": "The reference is a local reference to a contained resource."
  }, {
    "code": "referenced",
    "concept": [ {
      "code": "bundled",
      "display": "Bundled",
      "definition": "The resource the reference points to will be found in the same bundle as the resource that includes the reference."
    } ],
    "display": "Referenced",
    "definition": "The reference to a resource that has to be resolved externally to the resource that includes the reference."
  } ],
  "caseSensitive": true,
  "version": "1.4.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "other"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}