@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.no/fhir/ig/ParekIG/ValueSet/specimen-type-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "specimen-type-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet specimen-type-vs</b></p><a name=\"specimen-type-vs\"> </a><a name=\"hcspecimen-type-vs\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>http://ehelse.no/fhir/CodeSystem/no-kodeverk-8212</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Include all codes defined in <code>http://ehelse.no/fhir/CodeSystem/no-kodeverk-8216</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Include all codes defined in <code>http://ehelse.no/fhir/CodeSystem/no-kodeverk-8351</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.no/fhir/ig/ParekIG/ValueSet/specimen-type-vs"^^xsd:anyURI ;
     fhir:l <http://hl7.no/fhir/ig/ParekIG/ValueSet/specimen-type-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.3"] ; # 
  fhir:name [ fhir:v "SpecimenType_VS"] ; # 
  fhir:title [ fhir:v "Specimen Type VS"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-03-20T13:17:08+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Norsk helsenett - NHN"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Norsk helsenett - NHN" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.nhn.no" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Type og material in specimen."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "NO" ] ;
       fhir:display [ fhir:v "Norway" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://ehelse.no/fhir/CodeSystem/no-kodeverk-8212"^^xsd:anyURI ;
         fhir:l <http://ehelse.no/fhir/CodeSystem/no-kodeverk-8212>
       ]
     ] [
       fhir:system [
         fhir:v "http://ehelse.no/fhir/CodeSystem/no-kodeverk-8216"^^xsd:anyURI ;
         fhir:l <http://ehelse.no/fhir/CodeSystem/no-kodeverk-8216>
       ]
     ] [
       fhir:system [
         fhir:v "http://ehelse.no/fhir/CodeSystem/no-kodeverk-8351"^^xsd:anyURI ;
         fhir:l <http://ehelse.no/fhir/CodeSystem/no-kodeverk-8351>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

