@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 -------------------------------------------------------------------

<https://hl7.cz/fhir/img/StructureDefinition/SpecimenInformation> a fhir:StructureDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SpecimenInformation"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ]
  ] ; # 
  fhir:url [
     fhir:v "https://hl7.cz/fhir/img/StructureDefinition/SpecimenInformation"^^xsd:anyURI ;
     fhir:l <https://hl7.cz/fhir/img/StructureDefinition/SpecimenInformation>
  ] ; # 
  fhir:version [ fhir:v "0.1.0-ballot"] ; # 
  fhir:name [ fhir:v "LogEnSpecimenInformationCz"] ; # 
  fhir:title [ fhir:v "A.2.3 - Sample information"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-05-26T08:31:12+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Czech Republic"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Czech Republic" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.cz/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Imaging Report - Imaging Report sample information - A.2.3 \r\nInformation about the sample if the subject of the examination is a sample."] ; # 
  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 "CZ" ] ;
       fhir:display [ fhir:v "Czechia" ]
     ] )
  ] ) ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:kind [ fhir:v "logical"] ; # 
  fhir:abstract [ fhir:v false] ; # 
  fhir:type [
     fhir:v "https://hl7.cz/fhir/img/StructureDefinition/SpecimenInformation"^^xsd:anyURI ;
     fhir:l <https://hl7.cz/fhir/img/StructureDefinition/SpecimenInformation>
  ] ; # 
  fhir:baseDefinition [
     fhir:v "http://hl7.org/fhir/StructureDefinition/Base"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/StructureDefinition/Base>
  ] ; # 
  fhir:derivation [ fhir:v "specialization"] ; # 
  fhir:snapshot [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "4.0.1"
       ]
     ] ) ;
     fhir:element ( [
       fhir:id [ fhir:v "SpecimenInformation" ] ;
       fhir:path [ fhir:v "SpecimenInformation" ] ;
       fhir:short [ fhir:v "A.2.3 - Sample information" ] ;
       fhir:definition [ fhir:v "Imaging Report - Imaging Report sample information - A.2.3 \r\nInformation about the sample if the subject of the examination is a sample." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "Base" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:isModifier [ fhir:v false ]
     ] [
       fhir:id [ fhir:v "SpecimenInformation.identifier" ] ;
       fhir:path [ fhir:v "SpecimenInformation.identifier" ] ;
       fhir:short [ fhir:v "A.2.3.1 - Specimen identifier" ] ;
       fhir:definition [ fhir:v "Sample identifier that is unique within a defined scope, e.g., identifier assigned by an ordering system, collection site, receiving site, etc." ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "SpecimenInformation.identifier" ] ;
         fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Identifier"^^xsd:anyURI ;
           fhir:l fhir:Identifier
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.species" ] ;
       fhir:path [ fhir:v "SpecimenInformation.species" ] ;
       fhir:short [ fhir:v "A.2.3.2 - Type of species" ] ;
       fhir:definition [ fhir:v "Biological species refers to samples taken from non-human subjects. - Preferred system(s): SNOMED CT [TypeOfSpeciesCodelist]" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "SpecimenInformation.species" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.material" ] ;
       fhir:path [ fhir:v "SpecimenInformation.material" ] ;
       fhir:short [ fhir:v "A.2.3.3 - Material" ] ;
       fhir:definition [ fhir:v "Material of the collected and examined sample. - Preferred system(s): SNOMED CT [SpecimenMaterialCodelist]" ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "SpecimenInformation.material" ] ;
         fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.collectionDate" ] ;
       fhir:path [ fhir:v "SpecimenInformation.collectionDate" ] ;
       fhir:short [ fhir:v "A.2.3.4 - Collection period" ] ;
       fhir:definition [ fhir:v "Date and time or duration of sample collection. - Preferred system(s): ISO 8601" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "SpecimenInformation.collectionDate" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "dateTime"^^xsd:anyURI ;
           fhir:l fhir:dateTime
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.anatomicLocation" ] ;
       fhir:path [ fhir:v "SpecimenInformation.anatomicLocation" ] ;
       fhir:short [ fhir:v "A.2.3.5 - Anatomical location" ] ;
       fhir:definition [ fhir:v "Anatomical location (position within the body, laterality) from which the material is taken, such as 'left elbow'. - Preferred system(s): SNOMED CT [BodyLacation|LocationICT-O-3|Laterality Codelists]" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "SpecimenInformation.anatomicLocation" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.morphology" ] ;
       fhir:path [ fhir:v "SpecimenInformation.morphology" ] ;
       fhir:short [ fhir:v "A.2.3.6 - Morphology" ] ;
       fhir:definition [ fhir:v "Morphological abnormalities of the anatomical location from which the material is taken, such as 'lesion or ulcer'. - Preferred system(s): SNOMED CT [MorfologyCodelist]" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "SpecimenInformation.morphology" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.sourceDevice" ] ;
       fhir:path [ fhir:v "SpecimenInformation.sourceDevice" ] ;
       fhir:short [ fhir:v "A.2.3.7 - Source Device" ] ;
       fhir:definition [ fhir:v "In case the material is not directly taken from the patient but comes from an object related to the patient, such as a 'catheter'.\n - Preferred system(s): SNOMED CT\n - Preferred system(s): EMDN" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "SpecimenInformation.sourceDevice" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.procedure" ] ;
       fhir:path [ fhir:v "SpecimenInformation.procedure" ] ;
       fhir:short [ fhir:v "A.2.3.8 - Collection procedure/method" ] ;
       fhir:definition [ fhir:v "Method, manner of sample collection, if relevant to the results. - Preferred system(s): SNOMED CT [CollectionMethodCodelist]" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "SpecimenInformation.procedure" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.receivedDateTime" ] ;
       fhir:path [ fhir:v "SpecimenInformation.receivedDateTime" ] ;
       fhir:short [ fhir:v "A.2.3.9 - Received date" ] ;
       fhir:definition [ fhir:v "Date and time the sample is received by the facility performing the examination. - Preferred system(s): ISO 8601" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "SpecimenInformation.receivedDateTime" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "dateTime"^^xsd:anyURI ;
           fhir:l fhir:dateTime
         ]
       ] )
     ] )
  ] ; # 
  fhir:differential [
     fhir:element ( [
       fhir:id [ fhir:v "SpecimenInformation" ] ;
       fhir:path [ fhir:v "SpecimenInformation" ] ;
       fhir:short [ fhir:v "A.2.3 - Sample information" ] ;
       fhir:definition [ fhir:v "Imaging Report - Imaging Report sample information - A.2.3 \r\nInformation about the sample if the subject of the examination is a sample." ]
     ] [
       fhir:id [ fhir:v "SpecimenInformation.identifier" ] ;
       fhir:path [ fhir:v "SpecimenInformation.identifier" ] ;
       fhir:short [ fhir:v "A.2.3.1 - Specimen identifier" ] ;
       fhir:definition [ fhir:v "Sample identifier that is unique within a defined scope, e.g., identifier assigned by an ordering system, collection site, receiving site, etc." ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Identifier"^^xsd:anyURI ;
           fhir:l fhir:Identifier
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.species" ] ;
       fhir:path [ fhir:v "SpecimenInformation.species" ] ;
       fhir:short [ fhir:v "A.2.3.2 - Type of species" ] ;
       fhir:definition [ fhir:v "Biological species refers to samples taken from non-human subjects. - Preferred system(s): SNOMED CT [TypeOfSpeciesCodelist]" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.material" ] ;
       fhir:path [ fhir:v "SpecimenInformation.material" ] ;
       fhir:short [ fhir:v "A.2.3.3 - Material" ] ;
       fhir:definition [ fhir:v "Material of the collected and examined sample. - Preferred system(s): SNOMED CT [SpecimenMaterialCodelist]" ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.collectionDate" ] ;
       fhir:path [ fhir:v "SpecimenInformation.collectionDate" ] ;
       fhir:short [ fhir:v "A.2.3.4 - Collection period" ] ;
       fhir:definition [ fhir:v "Date and time or duration of sample collection. - Preferred system(s): ISO 8601" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "dateTime"^^xsd:anyURI ;
           fhir:l fhir:dateTime
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.anatomicLocation" ] ;
       fhir:path [ fhir:v "SpecimenInformation.anatomicLocation" ] ;
       fhir:short [ fhir:v "A.2.3.5 - Anatomical location" ] ;
       fhir:definition [ fhir:v "Anatomical location (position within the body, laterality) from which the material is taken, such as 'left elbow'. - Preferred system(s): SNOMED CT [BodyLacation|LocationICT-O-3|Laterality Codelists]" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.morphology" ] ;
       fhir:path [ fhir:v "SpecimenInformation.morphology" ] ;
       fhir:short [ fhir:v "A.2.3.6 - Morphology" ] ;
       fhir:definition [ fhir:v "Morphological abnormalities of the anatomical location from which the material is taken, such as 'lesion or ulcer'. - Preferred system(s): SNOMED CT [MorfologyCodelist]" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.sourceDevice" ] ;
       fhir:path [ fhir:v "SpecimenInformation.sourceDevice" ] ;
       fhir:short [ fhir:v "A.2.3.7 - Source Device" ] ;
       fhir:definition [ fhir:v "In case the material is not directly taken from the patient but comes from an object related to the patient, such as a 'catheter'.\n - Preferred system(s): SNOMED CT\n - Preferred system(s): EMDN" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.procedure" ] ;
       fhir:path [ fhir:v "SpecimenInformation.procedure" ] ;
       fhir:short [ fhir:v "A.2.3.8 - Collection procedure/method" ] ;
       fhir:definition [ fhir:v "Method, manner of sample collection, if relevant to the results. - Preferred system(s): SNOMED CT [CollectionMethodCodelist]" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "CodeableConcept"^^xsd:anyURI ;
           fhir:l fhir:CodeableConcept
         ]
       ] )
     ] [
       fhir:id [ fhir:v "SpecimenInformation.receivedDateTime" ] ;
       fhir:path [ fhir:v "SpecimenInformation.receivedDateTime" ] ;
       fhir:short [ fhir:v "A.2.3.9 - Received date" ] ;
       fhir:definition [ fhir:v "Date and time the sample is received by the facility performing the examination. - Preferred system(s): ISO 8601" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "dateTime"^^xsd:anyURI ;
           fhir:l fhir:dateTime
         ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

