@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/fhir/uv/apix/DocumentReference/docref-responses-qresponse> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "docref-responses-qresponse"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference docref-responses-qresponse</b></p><a name=\"docref-responses-qresponse\"> </a><a name=\"hcdocref-responses-qresponse\"> </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\">Language: en</p></div><p><b>version</b>: 1.0</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section applicant-questionnaireResponse&quot;}\">Applicant QuestionnaireResponse</span></p><p><b>date</b>: 2025-03-15 10:00:00+0100</p><h3>RelatesTos</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Target</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/document-relationship-type appends}\">Appends</span></td><td><a href=\"DocumentReference-docref-list-of-questions.html\">List of Questions (LoQ)</a></td></tr></table><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Size</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"https://api.synthpharma.example/questionnaire-responses/qr123.json\">https://api.synthpharma.example/questionnaire-responses/qr123.json</a></td><td>18400</td><td>Response to Questions (QuestionnaireResponse)</td><td>2025-03-15 09:45:00+0100</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:version [ fhir:v "1.0"] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section>
       ] ;
       fhir:code [ fhir:v "applicant-questionnaireResponse\"" ] ;
       fhir:display [ fhir:v "Applicant QuestionnaireResponse" ]
     ] )
  ] ; # 
  fhir:date [ fhir:v "2025-03-15T10:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:relatesTo ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/document-relationship-type"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/document-relationship-type>
         ] ;
         fhir:code [ fhir:v "appends" ]
       ] )
     ] ;
     fhir:target [
       fhir:l <http://hl7.org/fhir/uv/apix/DocumentReference/docref-list-of-questions> ;
       fhir:reference [ fhir:v "DocumentReference/docref-list-of-questions" ] ;
       fhir:display [ fhir:v "List of Questions (LoQ)" ]
     ]
  ] ) ; # 
  fhir:content ( [
     fhir:attachment [
       fhir:contentType [ fhir:v "application/fhir+json" ] ;
       fhir:url [
         fhir:v "https://api.synthpharma.example/questionnaire-responses/qr123.json"^^xsd:anyURI ;
         fhir:l <https://api.synthpharma.example/questionnaire-responses/qr123.json>
       ] ;
       fhir:size [ fhir:v "18400"^^xsd:long ] ;
       fhir:title [ fhir:v "Response to Questions (QuestionnaireResponse)" ] ;
       fhir:creation [ fhir:v "2025-03-15T09:45:00+01:00"^^xsd:dateTime ]
     ]
  ] ) . # 

<http://hl7.org/fhir/uv/apix/DocumentReference/docref-list-of-questions> a fhir:Uv .

# -------------------------------------------------------------------------------------

