FHIR IG analytics| Package | hl7.terminology |
| Resource Type | CodeSystem |
| Id | CodeSystem-extra-security-role-type.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7/UTG/CodeSystem-extra-security-role-type.html |
| URL | http://terminology.hl7.org/CodeSystem/extra-security-role-type |
| Version | 1.0.1 |
| Status | active |
| Date | 2024-04-24T00:00:00+00:00 |
| Name | SecurityRoleType |
| Title | Security Role Type |
| Realm | uv |
| Authority | hl7 |
| Description | This CodeSystem contains Additional FHIR-defined Security Role types not defined elsewhere |
| Copyright | This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license |
| Content | complete |
| CodeSystem | |
| extra-security-role-type-cs | Security role type translations |
| ConceptMap | |
| KBV_CM_Base_Terminology_Complete_German | KBV_CM_Base_Terminology_Complete_German |
| ValueSet | |
| audit-participation-role-type-vs | Audit event role type |
| condition-participation-role-vs | Types of participation role |
| SourceOrDestinationRoles | Source Or Destination Roles |
| R4-participation-role-type-for-R4B | Cross-version VS for R4.ParticipationRoleType for use in FHIR R4B |
| R4-security-role-type-for-R4B | Cross-version VS for R4.SecurityRoleType for use in FHIR R4B |
| R5-participation-role-type-for-R4B | Cross-version VS for R5.ParticipationRoleType for use in FHIR R4B |
| England-FlagProvenanceRole | England Flag Provenance Role |
| R4-participation-role-type-for-R5 | Cross-version VS for R4.ParticipationRoleType for use in FHIR R5 |
| R4-security-role-type-for-R5 | Cross-version VS for R4.SecurityRoleType for use in FHIR R5 |
| dipag-audit-event-agent-type-vs | Digitale Patientenrechnung Audit Event Agent Type |
| R5-participation-role-type-for-R4 | Cross-version VS for R5.ParticipationRoleType for use in FHIR R4 |
| R4B-participation-role-type-for-R5 | Cross-version VS for R4B.ParticipationRoleType for use in FHIR R5 |
| R4B-security-role-type-for-R5 | Cross-version VS for R4B.SecurityRoleType for use in FHIR R5 |
| R4B-participation-role-type-for-R4 | Cross-version VS for R4B.ParticipationRoleType for use in FHIR R4 |
| R4B-security-role-type-for-R4 | Cross-version VS for R4B.SecurityRoleType for use in FHIR R4 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem extra-security-role-type
Last updated: 2024-04-24 00:00:00+0000
Profile: Shareable CodeSystem
This case-sensitive code system http://terminology.hl7.org/CodeSystem/extra-security-role-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "extra-security-role-type",
"meta": {
"lastUpdated": "2024-04-24T00:00:00+00:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
"version": "1.0.1",
"name": "SecurityRoleType",
"title": "Security Role Type",
"status": "active",
"experimental": true,
"date": "2024-04-24T00:00:00+00:00",
"publisher": "Health Level Seven International",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
},
{
"system": "email",
"value": "hq@HL7.org"
}
]
}
],
"description": "This CodeSystem contains Additional FHIR-defined Security Role types not defined elsewhere",
"copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "authserver",
"display": "Authorization Server",
"definition": "An entity providing authorization services to enable the electronic sharing of health-related information based on resource owner's preapproved permissions. For example, an UMA Authorization Server[UMA]"
},
{
"code": "datacollector",
"display": "Data Collector",
"definition": "An entity that collects information over which the data subject may have certain rights under policy or law to control that information's management and distribution by data collectors, including the right to access, retrieve, distribute, or delete that information."
},
{
"code": "dataprocessor",
"display": "Data Processor",
"definition": "An entity that processes collected information over which the data subject may have certain rights under policy or law to control that information's management and distribution by data processors, including the right to access, retrieve, distribute, or delete that information."
},
{
"code": "datasubject",
"display": "Data Subject",
"definition": "A person whose personal information is collected or processed, and who may have certain rights under policy or law to control that information's management and distribution by data collectors or processors, including the right to access, retrieve, distribute, or delete that information."
},
{
"code": "humanuser",
"display": "Human User",
"definition": "The human user that has participated."
}
]
}