This page is part of the FHIR Data Segmentation for Privacy (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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-provenance"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationValue.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationValue</code></a> where concept is-a <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationValue.html#v3-ObservationValue-_SECINTPRVABOBV\">_SECINTPRVABOBV</a></li><li>Include codes from <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationValue.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationValue</code></a> where concept is-a <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationValue.html#v3-ObservationValue-_SECINTPRVRBOBV\">_SECINTPRVRBOBV</a></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/security-label-ds4p/ValueSet/valueset-provenance"];
fhir:ValueSet.version [ fhir:value "0.2.0"];
fhir:ValueSet.name [ fhir:value "ValueSetProvenance"];
fhir:ValueSet.title [ fhir:value "Provenance ValueSet"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.date [ fhir:value "2020-03-30"^^xsd:date];
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 "Security label metadata that 'segments' an IT resource by conveying the provenance of the IT resource's asserted or reported source."];
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://terminology.hl7.org/CodeSystem/v3-ObservationValue" ];
fhir:ValueSet.compose.include.filter [
fhir:index 0;
fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ];
fhir:ValueSet.compose.include.filter.value [ fhir:value "_SECINTPRVABOBV" ] ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" ];
fhir:ValueSet.compose.include.filter [
fhir:index 0;
fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ];
fhir:ValueSet.compose.include.filter.value [ fhir:value "_SECINTPRVRBOBV" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.