This page is part of the FHIR Data Segmentation for Privacy (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Source view
@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:Resource.id [ fhir:value "valueset-sec-label-contributor-type"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Security Label Contributor Type ValueSet</h2><div><p>Type of security label contributor.</p>\n</div><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html\"><code>http://hl7.org/fhir/contributor-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-author\">author</a></td><td>Author</td><td>An author of the content of the module.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-editor\">editor</a></td><td>Editor</td><td>An editor of the content of the module.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-reviewer\">reviewer</a></td><td>Reviewer</td><td>A reviewer of the content of the module.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-endorser\">endorser</a></td><td>Endorser</td><td>An endorser of the content of the module.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-CLASSIFIER\">CLASSIFIER</a></td><td>classifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-DECLASSIFIER\">DECLASSIFIER</a></td><td>declassifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-DOWNGRADER\">DOWNGRADER</a></td><td>downgrader</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-DRIVCLASSIFIER\">DRIVCLASSIFIER</a></td><td>drivclassifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-RECLASSIFIER\">RECLASSIFIER</a></td><td>reclassifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-UPGRADER\">UPGRADER</a></td><td>upgrader</td><td/></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/security-label-ds4p/ValueSet/valueset-sec-label-contributor-type"]; fhir:ValueSet.version [ fhir:value "0.2.0"]; fhir:ValueSet.name [ fhir:value "ValueSetSecurityLabelContributorType"]; fhir:ValueSet.title [ fhir:value "Security Label Contributor Type ValueSet"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2020-03-30T00:00:00+00:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "HL7 International - Security Work Group"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/secure" ] ] ]; fhir:ValueSet.description [ fhir:value "Type of security label contributor."]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "001" ] ] ]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/contributor-type" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "author" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "editor" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "reviewer" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "endorser" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "CLASSIFIER" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "classifier" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "DECLASSIFIER" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "declassifier" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "DOWNGRADER" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "downgrader" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "DRIVCLASSIFIER" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "drivclassifier" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "RECLASSIFIER" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "reclassifier" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "UPGRADER" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "upgrader" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.