1.4.1 - ci-build

DiagnosticReportIG - Local Development build (v1.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Pvk Outcome CS - TTL Representation

Active as of 2024-07-02

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 "pvk-outcome-cs"] ; # 
  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: CodeSystem pvk-outcome-cs</b></p><a name=\"pvk-outcome-cs\"> </a><a name=\"hcpvk-outcome-cs\"> </a><a name=\"hcpvk-outcome-cs-en-US\"> </a><p>This  code system <code>http://nhn.no/fhir/nilar/CodeSystem/pvk-outcome-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Specific<a name=\"pvk-outcome-cs-Specific\"> </a></td><td>SpecificBlock</td><td>A restriction exist for the actual health care provider, preventing access to all data for the person.</td></tr><tr><td style=\"white-space:nowrap\">General<a name=\"pvk-outcome-cs-General\"> </a></td><td>GeneralBlock</td><td>A restriction exist for all health care providers, preventing access to all data for the person.</td></tr><tr><td style=\"white-space:nowrap\">Reservation<a name=\"pvk-outcome-cs-Reservation\"> </a></td><td>Reservation</td><td>The person has a reservatioan against being recorded and hence no data is available.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://nhn.no/fhir/nilar/CodeSystem/pvk-outcome-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.1"] ; # 
  fhir:name [ fhir:v "PvkOutcome_CS"] ; # 
  fhir:title [ fhir:v "Pvk Outcome CS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-07-02T13:23:40+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Norsk helsenett - Nilar"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Norsk helsenett - Nilar" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nhn.no" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code that indicates how privacy settings (PVK) may have affected the outcome."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Specific" ] ;
fhir:display [ fhir:v "SpecificBlock" ] ;
fhir:definition [ fhir:v "A restriction exist for the actual health care provider, preventing access to all data for the person." ]
  ] [
fhir:code [ fhir:v "General" ] ;
fhir:display [ fhir:v "GeneralBlock" ] ;
fhir:definition [ fhir:v "A restriction exist for all health care providers, preventing access to all data for the person." ]
  ] [
fhir:code [ fhir:v "Reservation" ] ;
fhir:display [ fhir:v "Reservation" ] ;
fhir:definition [ fhir:v "The person has a reservatioan against being recorded and hence no data is available." ]
  ] ) . #