DIPS Core Implementation Guide
0.1.0 - ci-build Norway

DIPS Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DIPSLocationTopLevel - TTL Representation

Draft as of 2026-09-03

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/DIPSLocationTopLevel> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DIPSLocationTopLevel"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem DIPSLocationTopLevel</b></p><a name=\"DIPSLocationTopLevel\"> </a><a name=\"hcDIPSLocationTopLevel\"> </a><p>This  code system <code>http://dips.no/fhir/R4/CodeSystem/DIPSLocationTopLevel</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"DIPSLocationTopLevel-L\"> </a></td><td>Location</td></tr><tr><td style=\"white-space:nowrap\">T<a name=\"DIPSLocationTopLevel-T\"> </a></td><td>Team</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"DIPSLocationTopLevel-B\"> </a></td><td>Bed</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"DIPSLocationTopLevel-08\"> </a></td><td>Post</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://dips.no/fhir/R4/CodeSystem/DIPSLocationTopLevel"] ;
  fhir:CodeSystem.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://dips.no/fhir/R4/ValueSet/locationtoplevel" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "DIPSLocationTopLevel"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-03T11:16:58+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "DIPS AS"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Lars-Andreas Nystad" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "mailto:lan@dips.no" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  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 "NO" ] ;
       fhir:Coding.display [ fhir:value "Norway" ]
     ]
  ] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "L" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Location" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "T" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Team" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "B" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Bed" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "08" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Post" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/DIPSLocationTopLevel.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/DIPSLocationTopLevel.ttl> .