{
  "resourceType": "CodeSystem",
  "id": "ncdhc-audit-role-type-1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-10-11T03:06:34.061+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem",
	  "https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-2"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NCDHC Audit Role Type</h2><tt>http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-audit-role-type-1</tt><p>National Children's Digital Health Collaborative - Audit Role Type which is recorded to capture the role and name of the agent. The codes will be used to represent the different types of users which is applicable to the role type of Audit Log.</p></div>"
  },
  "url": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-audit-role-type-1",
  "identifier": { 
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:1.2.36.1.2001.1004.200.10024"
  },
  "version": "1.0.0",
  "name": "ncdhc-audit-role-type",
  "title": "NCDHC Audit Role Type",
  "status": "draft",
  "experimental": true,
  "date": "2019-10-31",
  "publisher": "Australian Digital Health Agency",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "help@digitalhealth.gov.au"
        }
      ]
    }
  ],
  "description": "National Children's Digital Health Collaborative - Audit Role Type which is recorded to capture the role and name of the agent. The codes will be used to represent the different types of users which is applicable to the role type of Audit Log.",
  "copyright": "Copyright © 2019 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-audit-role-type-1/vs",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 7,
  "concept": [
	{
		"code" : "PAT",
		"display" : "Patient",
		"definition" : "Patient"
	},
		{
		"code" : "RESPRSN",
		"display" : "Authorised Representative",
		"definition" : "Authorised Representative"
	},
		{
		"code" : "PROV",
		"display" : "Health Care Provider",
		"definition" : "Health Care Provider"
	},
		{
		"code" : "NOMREP",
		"display" : "Nominated Representative",
		"definition" : "Nominated Representative"
	},
		{
		"code" : "CST",
		"display" : "Provider Organisation",
		"definition" : "Provider Organisation"
	},
			{
		"code" : "AGNTADMIN",
		"display" : "Admin - Person",
		"definition" : "Admin - Person"
	},
	{
		"code" : "AGNTSYS",
		"display" : "Admin - System",
		"definition" : "Admin - System"
	}
	]
}