Sha256: ebac30f05804a6dd3617fcdbcf8c8ee1c2e2d41a29857fd0de24f82fe0779cab

Contents?: true

Size: 1.95 KB

Versions: 7

Compression:

Stored size: 1.95 KB

Contents

{
  "resourceType": "CodeSystem",
  "id": "graph-compartment-rule",
  "meta": {
    "lastUpdated": "2019-11-01T09:29:23.356+11:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/graph-compartment-rule",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.281"
    }
  ],
  "version": "4.0.1",
  "name": "GraphCompartmentRule",
  "title": "GraphCompartmentRule",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T09:29:23+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "How a compartment must be linked.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/graph-compartment-rule",
  "content": "complete",
  "concept": [
    {
      "code": "identical",
      "display": "Identical",
      "definition": "The compartment must be identical (the same literal reference)."
    },
    {
      "code": "matching",
      "display": "Matching",
      "definition": "The compartment must be the same - the record must be about the same patient, but the reference may be different."
    },
    {
      "code": "different",
      "display": "Different",
      "definition": "The compartment must be different."
    },
    {
      "code": "custom",
      "display": "Custom",
      "definition": "The compartment rule is defined in the accompanying FHIRPath expression."
    }
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/codesystem-graph-compartment-rule.json
fhir_models-4.2.2 lib/fhir_models/examples/json/codesystem-graph-compartment-rule.json
fhir_models-4.2.1 lib/fhir_models/examples/json/codesystem-graph-compartment-rule.json
fhir_models-4.2.0 lib/fhir_models/examples/json/codesystem-graph-compartment-rule.json
fhir_models-4.1.2 lib/fhir_models/examples/json/codesystem-graph-compartment-rule.json
fhir_models-4.1.1 lib/fhir_models/examples/json/codesystem-graph-compartment-rule.json
fhir_models-4.1.0 lib/fhir_models/examples/json/codesystem-graph-compartment-rule.json