Finnish Base Profiles
0.4.0 - ballot Finland flag

Finnish Base Profiles - Local Development build (v0.4.0). See the Directory of published versions

: fiphr-cs-vnrcode - TTL Representation

Active as of 2020-02-17

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:Resource.id [ fhir:value "fiphr-cs-vnrcode"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>urn:oid:1.2.246.537.6.55</code> defines many codes, but they are not represented here</p></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "urn:oid:1.2.246.537.6.55"]; # 
  fhir:CodeSystem.version [ fhir:value "0.4.0"]; # 
  fhir:CodeSystem.name [ fhir:value "Code System Finnish PHR VNR Code"]; # 
  fhir:CodeSystem.status [ fhir:value "active"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2020-02-17T00:00:00+00:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "HL7 Finland"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Finland" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.fi/" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "Finnish PHR VNR codesystem, that defines VNR codes with CodeSystem.content as not-present."]; # 
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "FI" ];
       fhir:Coding.display [ fhir:value "Finland" ]     ]
  ]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "not-present"]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.