FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeValueSet
IdValueSet-hvo-practitioner-role.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.0&canonical=http://electronichealth.se/hvo/ValueSet/hvo-practitioner-role
URLhttp://electronichealth.se/hvo/ValueSet/hvo-practitioner-role
Version1.0.0
Statusdraft
Namehvo-practitioner-role
TitlePersonroll inom organisation
Realmse
DescriptionIncludes roles which a person can fill within an organization or within specific organizational unit within the organization.

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.hvo.r5#0.1.0HVOPractitionerRoleHVOPractitionerRole

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "hvo-practitioner-role",
  "id": "hvo-practitioner-role",
  "title": "Personroll inom organisation",
  "description": "Includes roles which a person can fill within an organization or within specific organizational unit within the organization.",
  "url": "http://electronichealth.se/hvo/ValueSet/hvo-practitioner-role",
  "version": "1.0.0",
  "compose": {
    "include": [
      {
        "system": "http://electronichealth.se/CodeSystem/practitioner-role",
        "concept": [
          {
            "code": "FS",
            "display": "Föreståndare"
          },
          {
            "code": "VC",
            "display": "Verksamhetschef"
          }
        ]
      }
    ]
  }
}