FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Sample Codes for Security Structural Role - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "sample-security-structural-roles"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/sample-security-structural-roles</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">regulated-health-professionals\n                  <a name=\"sample-security-structural-roles-regulated-health-professionals\"> </a>\n                </td>\n                <td>Regulated Health Professionals</td>\n                <td>A person who is authorized by a national recognized body to be qualified to perform health services</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  general-medicine\n                  <a name=\"sample-security-structural-roles-general-medicine\"> </a>\n                </td>\n                <td>General Medicine</td>\n                <td>The branch of medicine involving the study and treatment of general diseases or those affecting the internal parts of the body, especially those not usually requiring surgical intervention</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  general-nursing\n                  <a name=\"sample-security-structural-roles-general-nursing\"> </a>\n                </td>\n                <td>General Nursing</td>\n                <td>The branch of healthcare concerned with caring for the sick or injured in any environment.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  dentist\n                  <a name=\"sample-security-structural-roles-dentist\"> </a>\n                </td>\n                <td>Dentist</td>\n                <td>The specialty relating to the function and diseases of the teeth, mouth, and gums.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  veterinarian\n                  <a name=\"sample-security-structural-roles-veterinarian\"> </a>\n                </td>\n                <td>Veterinarian</td>\n                <td>The specialty relating to non-human subjects.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  pharmacy\n                  <a name=\"sample-security-structural-roles-pharmacy\"> </a>\n                </td>\n                <td>Pharmacy</td>\n                <td>The branch of medical science that deals with drugs and their uses.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  dietician\n                  <a name=\"sample-security-structural-roles-dietician\"> </a>\n                </td>\n                <td>Dietician</td>\n                <td>The health profession concerned with the practical application of diet in the prophylaxis and treatment of disease.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  pediatrics\n                  <a name=\"sample-security-structural-roles-pediatrics\"> </a>\n                </td>\n                <td>Pediatrics</td>\n                <td>The medical specialty concerned with the study of treatment of children in health and disease during development from birth through adolescence.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">non-regulated-health-professionals\n                  <a name=\"sample-security-structural-roles-non-regulated-health-professionals\"> </a>\n                </td>\n                <td>Non-Regulated health Professionals</td>\n                <td>person employed by a healthcare organization who is not a health professional</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  receptionist\n                  <a name=\"sample-security-structural-roles-receptionist\"> </a>\n                </td>\n                <td>Receptionist</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  business-manager\n                  <a name=\"sample-security-structural-roles-business-manager\"> </a>\n                </td>\n                <td>Business Manager</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  transcriptionist\n                  <a name=\"sample-security-structural-roles-transcriptionist\"> </a>\n                </td>\n                <td>Transcriptionist</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  claims-adjudicator\n                  <a name=\"sample-security-structural-roles-claims-adjudicator\"> </a>\n                </td>\n                <td>Claims Adjudicator</td>\n                <td/>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4"       ]     ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2"       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/sample-security-structural-roles"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "SampleSecurityStructuralRoles"] ; # 
  fhir:title [ fhir:v "Sample Codes for Security Structural Role"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-09-13T16:55:28-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This codeSystem contains example structural roles. In general, two types of roles can be distinguished: structural roles and functional roles. Structural Roles reflect human or organizational categories (hierarchies), and describe prerequisites, feasibilities, or competences for actions. Functional roles are bound to the realization or performance of actions.."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This is an example set."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "regulated-health-professionals" ] ;
fhir:display [ fhir:v "Regulated Health Professionals" ] ;
fhir:definition [ fhir:v "A person who is authorized by a national recognized body to be qualified to perform health services" ] ;
    ( fhir:concept [
fhir:code [ fhir:v "general-medicine" ] ;
fhir:display [ fhir:v "General Medicine" ] ;
fhir:definition [ fhir:v "The branch of medicine involving the study and treatment of general diseases or those affecting the internal parts of the body, especially those not usually requiring surgical intervention" ]     ] [
fhir:code [ fhir:v "general-nursing" ] ;
fhir:display [ fhir:v "General Nursing" ] ;
fhir:definition [ fhir:v "The branch of healthcare concerned with caring for the sick or injured in any environment." ]     ] [
fhir:code [ fhir:v "dentist" ] ;
fhir:display [ fhir:v "Dentist" ] ;
fhir:definition [ fhir:v "The specialty relating to the function and diseases of the teeth, mouth, and gums." ]     ] [
fhir:code [ fhir:v "veterinarian" ] ;
fhir:display [ fhir:v "Veterinarian" ] ;
fhir:definition [ fhir:v "The specialty relating to non-human subjects." ]     ] [
fhir:code [ fhir:v "pharmacy" ] ;
fhir:display [ fhir:v "Pharmacy" ] ;
fhir:definition [ fhir:v "The branch of medical science that deals with drugs and their uses." ]     ] [
fhir:code [ fhir:v "dietician" ] ;
fhir:display [ fhir:v "Dietician" ] ;
fhir:definition [ fhir:v "The health profession concerned with the practical application of diet in the prophylaxis and treatment of disease." ]     ] [
fhir:code [ fhir:v "pediatrics" ] ;
fhir:display [ fhir:v "Pediatrics" ] ;
fhir:definition [ fhir:v "The medical specialty concerned with the study of treatment of children in health and disease during development from birth through adolescence." ]     ] )
  ] [
fhir:code [ fhir:v "non-regulated-health-professionals" ] ;
fhir:display [ fhir:v "Non-Regulated health Professionals" ] ;
fhir:definition [ fhir:v "person employed by a healthcare organization who is not a health professional" ] ;
    ( fhir:concept [
fhir:code [ fhir:v "receptionist" ] ;
fhir:display [ fhir:v "Receptionist" ]     ] [
fhir:code [ fhir:v "business-manager" ] ;
fhir:display [ fhir:v "Business Manager" ]     ] [
fhir:code [ fhir:v "transcriptionist" ] ;
fhir:display [ fhir:v "Transcriptionist" ]     ] [
fhir:code [ fhir:v "claims-adjudicator" ] ;
fhir:display [ fhir:v "Claims Adjudicator" ]     ] )
  ] ) . #