{
  "resourceType" : "CodeSystem",
  "id" : "MyOrgRolesCS",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MyOrgRolesCS</b></p><a name=\"MyOrgRolesCS\"> </a><a name=\"hcMyOrgRolesCS\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/dap/CodeSystem/MyOrgRolesCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">doctor<a name=\"MyOrgRolesCS-doctor\"> </a></td><td>Doctor</td><td>Any Doctor with practicing privileges</td></tr><tr><td style=\"white-space:nowrap\">dietician<a name=\"MyOrgRolesCS-dietician\"> </a></td><td>Dietician</td><td>Any Dietician such as working in food preparation</td></tr><tr><td style=\"white-space:nowrap\">patient<a name=\"MyOrgRolesCS-patient\"> </a></td><td>Patient</td><td>Any Patient recognized as a USER</td></tr><tr><td style=\"white-space:nowrap\">registration<a name=\"MyOrgRolesCS-registration\"> </a></td><td>Registration Clerk</td><td>Any Registration Clerk</td></tr><tr><td style=\"white-space:nowrap\">janitor<a name=\"MyOrgRolesCS-janitor\"> </a></td><td>Janitor</td><td>Any Janitor working for MyOrg</td></tr><tr><td style=\"white-space:nowrap\">admin<a name=\"MyOrgRolesCS-admin\"> </a></td><td>Administration</td><td>Any highly privileged user authorized to do administrative tasks</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "sec"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/dap/ImplementationGuide/hl7.fhir.uv.dap"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/dap/ImplementationGuide/hl7.fhir.uv.dap"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/uv/dap/CodeSystem/MyOrgRolesCS",
  "version" : "1.0.0-current",
  "name" : "MyOrgRolesCS",
  "title" : "MyOrg defined Roles CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-11-07T20:27:10+00:00",
  "publisher" : "HL7 International / Security",
  "contact" : [{
    "name" : "HL7 International / Security",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/secure"
    },
    {
      "system" : "email",
      "value" : "security-cc@lists.hl7.org"
    }]
  },
  {
    "name" : "John Moehrke",
    "telecom" : [{
      "system" : "email",
      "value" : "johnmoehrke@gmail.com",
      "use" : "work"
    }]
  },
  {
    "name" : "HL7 Security Work Group",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/secure/index.cfm"
    }]
  }],
  "description" : "The codes for Roles in MyOrg\n\nCould possibly use the defined valueSet [practitioner-role](https://hl7.org/fhir/valueset-practitioner-role.html)",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [{
    "code" : "doctor",
    "display" : "Doctor",
    "definition" : "Any Doctor with practicing privileges"
  },
  {
    "code" : "dietician",
    "display" : "Dietician",
    "definition" : "Any Dietician such as working in food preparation"
  },
  {
    "code" : "patient",
    "display" : "Patient",
    "definition" : "Any Patient recognized as a USER"
  },
  {
    "code" : "registration",
    "display" : "Registration Clerk",
    "definition" : "Any Registration Clerk"
  },
  {
    "code" : "janitor",
    "display" : "Janitor",
    "definition" : "Any Janitor working for MyOrg"
  },
  {
    "code" : "admin",
    "display" : "Administration",
    "definition" : "Any highly privileged user authorized to do administrative tasks"
  }]
}