{
  "resourceType": "CodeSystem",
  "id": "ncdhc-security-role-type-1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-03-22T03:06:34.061+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NCDHC Role Type</h2><tt>http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-security-role-type-1</tt><p>NCDHC Role Type which recorded to capture the role and name of the agent. The codes will be used to represent the different types of users.</p></div>"
  },
  "url": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-security-role-type-1",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:1.2.36.1.2001.1004.200.10012"
  },
  "version": "1.0.1",
  "name": "NCDHC Role Type",
  "title": "NCDHC Role Type",
  "status": "draft",
  "experimental": true,
  "date": "2018-12-31",
  "publisher": "Australian Digital Health Agency",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "help@digitalhealth.gov.au"
        }
      ]
    }
  ],
  "description": "NCDHC Role Type",
  "copyright": "Copyright © 2018 Australian Digital Health Agency – All rights reserved. Except for the material identified below, this content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/. \n\nThis resource includes material that is based on Australian Institute of Health and Welfare material. \n\nAll copies of this resource must include this copyright statement and all information contained in this statement.",
  "caseSensitive": true,
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 7,
  "concept": [
	{
		"code" : "PAT",
		"display" : "Patient",
		"definition" : "To represent patient in context"
	},
		{
		"code" : "RESPRSN",
		"display" : "Authorised Representative",
		"definition" : "Authorsied Representative"
	},
		{
		"code" : "PROV",
		"display" : "Health Care Provider",
		"definition" : "Provider"
	},
		{
		"code" : "NOMREP",
		"display" : "Nominated Representative",
		"definition" : "My Reps"
	},
		{
		"code" : "CST",
		"display" : "Provider Organisation",
		"definition" : "Organisation"
	},
			{
		"code" : "AGNTADMIN",
		"display" : "Admin - Person",
		"definition" : "Admin"
	},
	{
		"code" : "AGNTSYS",
		"display" : "Admin - System",
		"definition" : "CDHR Hub"
	},
	{
		"code" : "DIVC",
		"display" : "Devices",
		"definition" : "External System"
	}
	]
}