Codes, extension, profiles and more
1.0.0 - ci-build Norway flag

Codes, extension, profiles and more - Local Development build (v1.0.0). See the Directory of published versions

: DNR og FNR fra Volven 8116 - TTL Representation

Active as of 2024-06-12

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cs-8116-Dnr-Fnr-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:oid:2.16.578.1.12.4.1.1.8116</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>FNR</td><td>Fødselsnummer</td></tr><tr><td>DNR</td><td>D-nummer</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://helsenorge.no/fhir/ValueSet/cs-8116-Dnr-Fnr-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "CS8116DnrFnrVS"] ; # 
  fhir:title [ fhir:v "DNR og FNR fra Volven 8116"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-12T14:59:11+02:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "ValueSet basert på 8116 som inkluderer kun FNR og DNR"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NO" ] ;
fhir:display [ fhir:v "Norway" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.1.8116"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "FNR" ] ;
fhir:display [ fhir:v "Fødselsnummer" ]       ] [
fhir:code [ fhir:v "DNR" ] ;
fhir:display [ fhir:v "D-nummer" ]       ] )     ] )
  ] . #