Sha256: d29e8323084e6c59ab02c602e9960c22278385c3cea9b15af680bbf539c2b816
Contents?: true
Size: 1.95 KB
Versions: 3
Compression:
Stored size: 1.95 KB
Contents
{ "resourceType": "CodeSystem", "id": "graph-compartment-rule", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+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.1.281" } ], "version": "4.0.0", "name": "GraphCompartmentRule", "title": "GraphCompartmentRule", "status": "draft", "experimental": false, "date": "2018-12-27T22:37:54+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
3 entries across 3 versions & 1 rubygems