@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/InformationAboutOrder> a fhir:StructureDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "InformationAboutOrder"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ]
  ] ; # 
  fhir:url [
     fhir:v "https://hl7.cz/fhir/img/StructureDefinition/InformationAboutOrder"^^xsd:anyURI ;
     fhir:l <https://hl7.cz/fhir/img/StructureDefinition/InformationAboutOrder>
  ] ; # 
  fhir:version [ fhir:v "0.1.0-ballot"] ; # 
  fhir:name [ fhir:v "LogEnInformationAboutOrderCz"] ; # 
  fhir:title [ fhir:v "A.2.1 - Information about the order"] ; # 
  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 information about the order - A.2.1"] ; # 
  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/InformationAboutOrder"^^xsd:anyURI ;
     fhir:l <https://hl7.cz/fhir/img/StructureDefinition/InformationAboutOrder>
  ] ; # 
  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 "InformationAboutOrder" ] ;
       fhir:path [ fhir:v "InformationAboutOrder" ] ;
       fhir:short [ fhir:v "A.2.1 - Information about the order" ] ;
       fhir:definition [ fhir:v "Imaging Report - Imaging Report information about the order - A.2.1" ] ;
       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 "InformationAboutOrder.identifierOrder" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.identifierOrder" ] ;
       fhir:short [ fhir:v "A.2.1.1 - Identifier of request (order)" ] ;
       fhir:definition [ fhir:v "Identifier of the health service request (order)." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "InformationAboutOrder.identifierOrder" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Identifier"^^xsd:anyURI ;
           fhir:l fhir:Identifier
         ]
       ] )
     ] [
       fhir:id [ fhir:v "InformationAboutOrder.orderDateTime" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.orderDateTime" ] ;
       fhir:short [ fhir:v "A.2.1.2 - Date and time of request" ] ;
       fhir:definition [ fhir:v "Date and time of entering (issuing) the request (order) for health services." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "InformationAboutOrder.orderDateTime" ] ;
         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 "InformationAboutOrder.applicantIdentifier" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.applicantIdentifier" ] ;
       fhir:short [ fhir:v "A.2.1.3 - Identification of the applicant (person)" ] ;
       fhir:definition [ fhir:v "The identification number of the healthcare professional issuing the request (order), e.g. the doctor who indicated the examination." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "InformationAboutOrder.applicantIdentifier" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Identifier"^^xsd:anyURI ;
           fhir:l fhir:Identifier
         ]
       ] )
     ] [
       fhir:id [ fhir:v "InformationAboutOrder.applicantName" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.applicantName" ] ;
       fhir:short [ fhir:v "A.2.1.4 - Name of the applicant (person)" ] ;
       fhir:definition [ fhir:v "Name of the applicant/client (person)." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "InformationAboutOrder.applicantName" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "HumanName"^^xsd:anyURI ;
           fhir:l fhir:HumanName
         ]
       ] )
     ] [
       fhir:id [ fhir:v "InformationAboutOrder.applicantAddress" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.applicantAddress" ] ;
       fhir:short [ fhir:v "A.2.1.5 - Applicant contact details - address" ] ;
       fhir:definition [ fhir:v "Contact details of the applicant/client (address)." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "InformationAboutOrder.applicantAddress" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Address"^^xsd:anyURI ;
           fhir:l fhir:Address
         ]
       ] )
     ] [
       fhir:id [ fhir:v "InformationAboutOrder.applicantOrganization" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.applicantOrganization" ] ;
       fhir:short [ fhir:v "A.2.1.6 - Applicant (client) organization" ] ;
       fhir:definition [ fhir:v "The organization (healthcare provider) on whose behalf the applicant issued the request." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "InformationAboutOrder.applicantOrganization" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Base"^^xsd:anyURI ;
           fhir:l fhir:Base
         ]
       ] )
     ] )
  ] ; # 
  fhir:differential [
     fhir:element ( [
       fhir:id [ fhir:v "InformationAboutOrder" ] ;
       fhir:path [ fhir:v "InformationAboutOrder" ] ;
       fhir:short [ fhir:v "A.2.1 - Information about the order" ] ;
       fhir:definition [ fhir:v "Imaging Report - Imaging Report information about the order - A.2.1" ]
     ] [
       fhir:id [ fhir:v "InformationAboutOrder.identifierOrder" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.identifierOrder" ] ;
       fhir:short [ fhir:v "A.2.1.1 - Identifier of request (order)" ] ;
       fhir:definition [ fhir:v "Identifier of the health service request (order)." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Identifier"^^xsd:anyURI ;
           fhir:l fhir:Identifier
         ]
       ] )
     ] [
       fhir:id [ fhir:v "InformationAboutOrder.orderDateTime" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.orderDateTime" ] ;
       fhir:short [ fhir:v "A.2.1.2 - Date and time of request" ] ;
       fhir:definition [ fhir:v "Date and time of entering (issuing) the request (order) for health services." ] ;
       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 "InformationAboutOrder.applicantIdentifier" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.applicantIdentifier" ] ;
       fhir:short [ fhir:v "A.2.1.3 - Identification of the applicant (person)" ] ;
       fhir:definition [ fhir:v "The identification number of the healthcare professional issuing the request (order), e.g. the doctor who indicated the examination." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Identifier"^^xsd:anyURI ;
           fhir:l fhir:Identifier
         ]
       ] )
     ] [
       fhir:id [ fhir:v "InformationAboutOrder.applicantName" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.applicantName" ] ;
       fhir:short [ fhir:v "A.2.1.4 - Name of the applicant (person)" ] ;
       fhir:definition [ fhir:v "Name of the applicant/client (person)." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "HumanName"^^xsd:anyURI ;
           fhir:l fhir:HumanName
         ]
       ] )
     ] [
       fhir:id [ fhir:v "InformationAboutOrder.applicantAddress" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.applicantAddress" ] ;
       fhir:short [ fhir:v "A.2.1.5 - Applicant contact details - address" ] ;
       fhir:definition [ fhir:v "Contact details of the applicant/client (address)." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Address"^^xsd:anyURI ;
           fhir:l fhir:Address
         ]
       ] )
     ] [
       fhir:id [ fhir:v "InformationAboutOrder.applicantOrganization" ] ;
       fhir:path [ fhir:v "InformationAboutOrder.applicantOrganization" ] ;
       fhir:short [ fhir:v "A.2.1.6 - Applicant (client) organization" ] ;
       fhir:definition [ fhir:v "The organization (healthcare provider) on whose behalf the applicant issued the request." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "Base"^^xsd:anyURI ;
           fhir:l fhir:Base
         ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

