PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0
    http://hl7.org/fhir/CompartmentDefinition/example
{
  "description": "The set of resources associated with a particular Device (example with Communication and CommunicationRequest resourses only).",
  "_filename": "CompartmentDefinition-example.json",
  "package_name": "hl7.fhir.r5.examples",
  "date": "2017-02-24",
  "publisher": "Health Level Seven International (FHIR Infrastructure)",
  "purpose": "Provides an example of a FHIR compartment definition based on the Device resource type.",
  "name": "EXAMPLE",
  "useContext": [ {
    "code": {
      "code": "focus",
      "system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
    },
    "valueCodeableConcept": {
      "coding": [ {
        "code": "Device",
        "system": "http://hl7.org/fhir/fhir-types"
      } ]
    }
  } ],
  "type": null,
  "experimental": "true",
  "resourceType": "CompartmentDefinition",
  "search": true,
  "title": "E X A M P L E",
  "package_version": "5.0.0",
  "status": "draft",
  "id": "c91cf9f6-d743-4fc0-8d29-34c54f47a5e5",
  "resource": [ {
    "code": "Communication",
    "param": [ "sender", "recipient" ],
    "documentation": "The device used as the message sender and recipient"
  }, {
    "code": "CommunicationRequest",
    "param": [ "sender", "recipient" ],
    "documentation": "The device used as the message sender and recipient"
  } ],
  "kind": null,
  "url": "http://hl7.org/fhir/CompartmentDefinition/example",
  "code": "Device",
  "version": null,
  "contact": [ {
    "name": "[string]",
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ]
}