Sha256: 91d725df2a08207ad0f6872b33956db64ace7cba01ea66cbc0f6a82f48c9899c

Contents?: true

Size: 1.46 KB

Versions: 10

Compression:

Stored size: 1.46 KB

Contents

{
  "resourceType": "CompartmentDefinition",
  "id": "example",
  "url": "http://hl7.org/fhir/CompartmentDefinition/example",
  "name": "EXAMPLE",
  "status": "draft",
  "experimental": true,
  "date": "2017-02-24",
  "publisher": "Health Level Seven International (FHIR Infrastructure)",
  "contact": [
    {
      "name": "[string]",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "The set of resources associated with a particular Device (example with Communication and CommunicationRequest resourses only).",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "focus"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "Device"
          }
        ]
      }
    }
  ],
  "purpose": "Provides an example of a FHIR compartment definition based on the Device resource type.",
  "code": "Device",
  "search": true,
  "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"
    }
  ]
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/compartmentdefinition-example.json
fhir_models-4.2.2 lib/fhir_models/examples/json/compartmentdefinition-example.json
fhir_models-4.2.1 lib/fhir_models/examples/json/compartmentdefinition-example.json
fhir_models-4.2.0 lib/fhir_models/examples/json/compartmentdefinition-example.json
fhir_models-4.1.2 lib/fhir_models/examples/json/compartmentdefinition-example.json
fhir_models-4.1.1 lib/fhir_models/examples/json/compartmentdefinition-example.json
fhir_models-4.1.0 lib/fhir_models/examples/json/compartmentdefinition-example.json
fhir_models-4.0.2 lib/fhir_models/examples/json/compartmentdefinition-example.json
fhir_models-4.0.1 lib/fhir_models/examples/json/compartmentdefinition-example.json
fhir_models-4.0.0 lib/fhir_models/examples/json/compartmentdefinition-example.json