@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.org.pl/fhir/ig/pl-terminology/ValueSet/pl-medicalEntityCellType-VS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pl-medicalEntityCellType-VS"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org.pl/fhir/StructureDefinition/pl-base-valueSet"^^xsd:anyURI ;
       fhir:l <http://hl7.org.pl/fhir/StructureDefinition/pl-base-valueSet>
     ] )
  ] ; # 
  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 pl-medicalEntityCellType-VS</b></p><a name=\"pl-medicalEntityCellType-VS\"> </a><a name=\"hcpl-medicalEntityCellType-VS\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pl-base-valueSet.html\">ValueSet: Zbiór wartości</a></p></div><ul><li>Include all codes defined in <a href=\"https://build.fhir.org/ig/HL7-Poland/pl-fhir-base/CodeSystem-pl-medicalEntityCellType-CS.html\"><code>http://hl7.org.pl/fhir/CodeSystem/pl-medicalEntityCellType-CS</code></a><span title=\"Version is explicitly stated to be 0.1.5\"> version ?0.1.5</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org.pl/fhir/ValueSet/pl-dischargeDisposition-VS"^^xsd:anyURI ;
     fhir:l <http://hl7.org.pl/fhir/ValueSet/pl-dischargeDisposition-VS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PLMedicalEntityCellTypeVS"] ; # 
  fhir:title [ fhir:v "Specjalność komórki organizacyjnej (PL)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-09-15"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Poland"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Poland" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org.pl" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Specjalność komórki organizacyjnej podmiotu medycznego (cz. VIII SKR)"] ; # 
  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 "PL" ] ;
       fhir:display [ fhir:v "Poland" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://hl7.org.pl/fhir/CodeSystem/pl-medicalEntityCellType-CS"^^xsd:anyURI ;
         fhir:l <http://hl7.org.pl/fhir/CodeSystem/pl-medicalEntityCellType-CS>
       ] ;
       fhir:version [ fhir:v "0.1.5" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

