@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://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-questionnaireresponse-message> a fhir:MessageDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "at-messaging-questionnaireresponse-message"] ; # 
  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: MessageDefinition at-messaging-questionnaireresponse-message</b></p><a name=\"at-messaging-questionnaireresponse-message\"> </a><a name=\"hcat-messaging-questionnaireresponse-message\"> </a><p><b>url</b>: <a href=\"MessageDefinition-at-messaging-questionnaireresponse-message.html\">MessageDefinition Questionnaire response transfer over directed messaging.</a></p><p><b>version</b>: 0.1.0</p><p><b>versionAlgorithm</b>: <a href=\"http://hl7.org/fhir/R5/codesystem-version-algorithm.html#version-algorithm-semver\">Version Algorithm: semver</a> (SemVer)</p><p><b>name</b>: ATMessagingDocumentMessage</p><p><b>title</b>: Questionnaire response transfer over directed messaging.</p><p><b>status</b>: Draft</p><p><b>date</b>: 2026-04-14</p><p><b>publisher</b>: HL7® Austria, TC FHIR®</p><p><b>contact</b>: HL7® Austria, TC FHIR®: <a href=\"https://hl7.at/technische-komitees/tc-fhir/\">https://hl7.at/technische-komitees/tc-fhir/</a>,<a href=\"mailto:tc-fhir@hl7.at\">tc-fhir@hl7.at</a>, Technical Committee for FHIR® at HL7® Austria: <a href=\"mailto:tc-fhir@hl7.at\">tc-fhir@hl7.at</a></p><p><b>description</b>: </p><div><p>Regulates the resources to be used in a directed message when transferring a questionnaire response.</p>\n</div><h3>UseContexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-usage-context-type.html#usage-context-type-jurisdiction\">UsageContextType: jurisdiction</a> (Jurisdiction) (version = 2.0.1 )</td><td><span title=\"Codes:{urn:iso:std:iso:3166 AT}\">Austria</span></td></tr></table><p><b>event</b>: <a href=\"CodeSystem-at-messaging-event-type.html#at-messaging-event-type-questionnaireResponse\">AT Messaging Event Type: questionnaireResponse</a> (A questionnare response to a predefined questionnaire is sent.)</p><p><b>category</b>: Consequence</p><blockquote><p><b>focus</b></p><p><b>code</b>: QuestionnaireResponse</p><p><b>min</b>: 1</p><p><b>max</b>: 1</p></blockquote><blockquote><p><b>focus</b></p><p><b>code</b>: Patient</p><p><b>profile</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/StructureDefinition-at-core-patient.html\">HL7® AT Core Patient Profile</a></p><p><b>min</b>: 1</p><p><b>max</b>: 1</p></blockquote><blockquote><p><b>focus</b></p><p><b>code</b>: Encounter</p><p><b>min</b>: 0</p><p><b>max</b>: 1</p></blockquote><blockquote><p><b>allowedResponse</b></p><p><b>message</b>: <a href=\"MessageDefinition-at-messaging-communication-message.html\">Communication over directed messaging.</a></p><p><b>situation</b>: </p><div><p>As soon as the receiving system has processed the message successfully and further communication needed.</p>\n</div></blockquote><blockquote><p><b>allowedResponse</b></p><p><b>message</b>: <a href=\"MessageDefinition-at-messaging-document-message.html\">Document transfer over directed messaging.</a></p><p><b>situation</b>: </p><div><p>As soon as the receiving system has processed the message successfully when the result of the ServiceRequest is available and can be transfered to the requesting party.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-questionnaireresponse-message"^^xsd:anyURI ;
     fhir:l <http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-questionnaireresponse-message>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:versionAlgorithm [
     a fhir:Coding ;
     fhir:system [
       fhir:v "http://hl7.org/fhir/version-algorithm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/version-algorithm>
     ] ;
     fhir:code [ fhir:v "semver" ]
  ] ; # 
  fhir:name [ fhir:v "ATMessagingDocumentMessage"] ; # 
  fhir:title [ fhir:v "Questionnaire response transfer over directed messaging."] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-04-14"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7® Austria, TC FHIR®"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7® Austria, TC FHIR®" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://hl7.at/technische-komitees/tc-fhir/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "tc-fhir@hl7.at" ]
     ] )
  ] [
     fhir:name [ fhir:v "Technical Committee for FHIR® at HL7® Austria" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "tc-fhir@hl7.at" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Regulates the resources to be used in a directed message when transferring a questionnaire response."] ; # 
  fhir:useContext ( [
     fhir:code [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/usage-context-type>
       ] ;
       fhir:version [ fhir:v "2.0.1" ] ;
       fhir:code [ fhir:v "jurisdiction" ]
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
           fhir:l <urn:iso:std:iso:3166>
         ] ;
         fhir:code [ fhir:v "AT" ] ;
         fhir:display [ fhir:v "Austria" ]
       ] )
     ]
  ] ) ; # 
  fhir:event [
     a fhir:Coding ;
     fhir:system [
       fhir:v "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/CodeSystem/at-messaging-event-type"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.at/fhir/ATMessaging/0.1.0/CodeSystem/at-messaging-event-type>
     ] ;
     fhir:code [ fhir:v "questionnaireResponse" ]
  ] ; # 
  fhir:category [ fhir:v "consequence"] ; # 
  fhir:focus ( [
     fhir:code [ fhir:v "QuestionnaireResponse" ] ;
     fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
     fhir:max [ fhir:v "1" ]
  ] [
     fhir:code [ fhir:v "Patient" ] ;
     fhir:profile [
       fhir:v "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-patient"^^xsd:anyURI ;
       fhir:l <http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-patient>
     ] ;
     fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
     fhir:max [ fhir:v "1" ]
  ] [
     fhir:code [ fhir:v "Encounter" ] ;
     fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
     fhir:max [ fhir:v "1" ]
  ] ) ; # 
  fhir:allowedResponse ( [
     fhir:message [
       fhir:v "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-communication-message"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-communication-message>
     ] ;
     fhir:situation [ fhir:v "As soon as the receiving system has processed the message successfully and further communication needed." ]
  ] [
     fhir:message [
       fhir:v "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-document-message"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-document-message>
     ] ;
     fhir:situation [ fhir:v "As soon as the receiving system has processed the message successfully when the result of the ServiceRequest is available and can be transfered to the requesting party." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

