This page is part of the Dk Terminology for XDS Metadata (v1.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: IHE ConfidentialityCode - TTL Representation
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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MedCom-ihe-core-confidentialitycode-VS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MedCom-ihe-core-confidentialitycode-VS</b></p><a name=\"MedCom-ihe-core-confidentialitycode-VS\"> </a><a name=\"hcMedCom-ihe-core-confidentialitycode-VS\"> </a><a name=\"MedCom-ihe-core-confidentialitycode-VS-en-US\"> </a><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.5.25</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>N</td><td>normal</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://medcomfhir.dk/ig/xdsmetadata/ValueSet/MedCom-ihe-core-confidentialitycode-VS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.1"] ; #
fhir:name [ fhir:v "MedComIHE_ConfidentialityCode"] ; #
fhir:title [ fhir:v "IHE ConfidentialityCode"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2015-01-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "MedCom"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MedCom" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.medcom.dk" ] ] )
] ) ; #
fhir:description [ fhir:v "Confidentiality code used in Danish Document sharing."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.5.25"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "normal" ] ] ) ] )
] . #