@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/ValueSet/OrganizationTypes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "OrganizationTypes"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2020-04-17T00:33:33.219-04:00"^^xsd:dateTime ]
  ] ;
  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: ValueSet OrganizationTypes</b></p><a name=\"OrganizationTypes\"> </a><a name=\"hcOrganizationTypes\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2020-04-17 00:33:33-0400</p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>urn:oid:2.16.578.1.12.4.1.1.8628</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>1</td><td>RHF|Regionalt helseforetak</td></tr><tr><td>2</td><td>HF|Helseforetak</td></tr><tr><td>9</td><td>Annet|Alle andre enheter som ikker er av type som de tre første typer (Eksterne organisasjoner)</td></tr></table></li><li>Include these codes as defined in <code>urn:oid:2.16.578.1.12.4.1.1.8624</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>01</td><td>Sykehus</td></tr><tr><td>05</td><td>Avdeling</td></tr><tr><td>06</td><td>Seksjon</td></tr><tr><td>08</td><td>Post</td></tr><tr><td>11</td><td>Poliklinikk</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://dips.no/fhir/R4/ValueSet/OrganizationTypes"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "OrganizationTypes"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-09-03T11:16:58+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "DIPS AS"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "Value Sets of OrganizationTypes"] ;
  fhir:ValueSet.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:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "urn:oid:2.16.578.1.12.4.1.1.8628" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "RHF|Regionalt helseforetak" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "HF|Helseforetak" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "9" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Annet|Alle andre enheter som ikker er av type som de tre første typer (Eksterne organisasjoner)" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "urn:oid:2.16.578.1.12.4.1.1.8624" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "01" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Sykehus" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "05" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Avdeling" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "06" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Seksjon" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "08" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Post" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "11" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Poliklinikk" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://dips.no/fhir/R4/ValueSet/OrganizationTypes.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

