FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/nxh-cs-user-role

Packagenxh.fhir.r4
Resource TypeCodeSystem
Idnxh-cs-user-role
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nxh.fhir.r4@0.0.0-beta.20&canonical=https://fhir.nxh.com/standards/fhir/CodeSystem/UserRole
URLhttps://fhir.nxh.com/standards/fhir/CodeSystem/UserRole
Statusactive
NameNxhCSUserRole
TitleNxhCSUserRole
DescriptionNexuzhealth code system to define the function of a user using Nexuzhealth specific values.
Contentcomplete

Resources that use this resource

ValueSet
nxh-vs-user-roleNxhVSUserRole

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "nxh-cs-user-role",
  "meta": {
    "lastUpdated": "2024-06-21T16:12:00.417+00:00"
  },
  "url": "https://fhir.nxh.com/standards/fhir/CodeSystem/UserRole",
  "name": "NxhCSUserRole",
  "title": "NxhCSUserRole",
  "status": "active",
  "publisher": "Nexuzhealth",
  "description": "Nexuzhealth code system to define the function of a user using Nexuzhealth specific values.",
  "content": "complete",
  "concept": [
    {
      "code": "general_practitioner",
      "display": "General practitioner"
    },
    {
      "code": "home_nurse",
      "display": "Home nurse"
    },
    {
      "code": "practical_nurse",
      "display": "Practical nurse"
    },
    {
      "code": "nurse_assistant",
      "display": "Nurse assistant"
    },
    {
      "code": "medical_assistant",
      "display": "Medical assistant"
    },
    {
      "code": "office_coordinator",
      "display": "Office coordinator"
    },
    {
      "code": "service_desk",
      "display": "Service desk"
    }
  ]
}