@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://dips.no/fhir/R4/CodeSystem/DIPSLocation> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DIPSLocation"] ;
  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 DIPSLocation</b></p><a name=\"DIPSLocation\"> </a><a name=\"hcDIPSLocation\"> </a><p>This  code system <code>http://dips.no/fhir/R4/CodeSystem/DIPSLocation</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\">Home<a name=\"DIPSLocation-Home\"> </a></td><td>At Home</td><td>At Home</td></tr><tr><td style=\"white-space:nowrap\">Office<a name=\"DIPSLocation-Office\"> </a></td><td>At Office</td><td>At Office</td></tr><tr><td style=\"white-space:nowrap\">School<a name=\"DIPSLocation-School\"> </a></td><td>At School</td><td>At School</td></tr><tr><td style=\"white-space:nowrap\">HealthStation<a name=\"DIPSLocation-HealthStation\"> </a></td><td>At Health Station</td><td>At Health Station</td></tr><tr><td style=\"white-space:nowrap\">Hospital<a name=\"DIPSLocation-Hospital\"> </a></td><td>At Hospital</td><td>At Hospital</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://dips.no/fhir/R4/CodeSystem/DIPSLocation"] ;
  fhir:CodeSystem.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://dips.no/fhir/namingsystem/dips-location" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "DIPSLocation"] ;
  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 "5"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "Home" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "At Home" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "At Home" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "Office" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "At Office" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "At Office" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "School" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "At School" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "At School" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "HealthStation" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "At Health Station" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "At Health Station" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "Hospital" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "At Hospital" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "At Hospital" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://dips.no/fhir/R4/CodeSystem/DIPSLocation.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

