Finnish Base Profiles 1.0.0-rc20 - qa-preview
Publication Build: This will be filled in by the publication tooling
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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "SecurityLabelCS"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>" ] ; # fhir:url [ fhir:v "https://hl7.fi/fhir/finnish-base-profiles/CodeSystem/SecurityLabelCS"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0-rc20"] ; # fhir:name [ fhir:v "SecurityLabelCS"] ; # fhir:title [ fhir:v "Finnish CodeSystem for security labels"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-09-04T11:56:09+03:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Finland"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Finland" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.hl7.fi/" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mikael@sensotrend.com" ] ] ) ] ) ; # fhir:description [ fhir:v "This is the CodeSystem for security labels in accordance with finnish authorities."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "FI" ] ; fhir:display [ fhir:v "Finland" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "TURVAKIELTO" ] ; fhir:display [ fhir:v "Turvakielto" ] ; fhir:definition [ fhir:v "A non-disclosure for personal safety reasons according to DVV." ] ] ) . #