Situational Awareness for Novel Epidemic Response, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-saner/ and changes regularly. See the Directory of published versions
: Source Or Destination Roles - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SourceOrDestinationRoles"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-SourceRoles.html\">Source Roles</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-DestinationRoles.html\">Destination Roles</a></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-extra-security-role-type.html\"><code>http://terminology.hl7.org/CodeSystem/extra-security-role-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-extra-security-role-type.html#extra-security-role-type-humanuser\">humanuser</a></td><td style=\"color: #cccccc\">Human User</td><td>The human user that has participated.</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/saner/ValueSet/SourceOrDestinationRoles"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.42.48.41" ]
] ) ; #
fhir:version [ fhir:v "1.0.1"] ; #
fhir:name [ fhir:v "SourceOrDestinationRoles"] ; #
fhir:title [ fhir:v "Source Or Destination Roles"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-05-18T21:25:01+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Public Health"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pher@lists.hl7.org" ] ] )
] [
fhir:name [ fhir:v "Keith W. Boone" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:kboone@ainq.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Roles for human requestors in an AuditEvent"] ; #
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:compose [
( fhir:include [
( fhir:valueSet [
fhir:v "http://hl7.org/fhir/uv/saner/ValueSet/SourceRoles"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/saner/ValueSet/SourceRoles> ] ) ] [
( fhir:valueSet [
fhir:v "http://hl7.org/fhir/uv/saner/ValueSet/DestinationRoles"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/saner/ValueSet/DestinationRoles> ] ) ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/extra-security-role-type"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "humanuser" ] ] ) ] )
] . #