@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-approval-letter> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "docref-approval-letter"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "1" ] ;
     fhir:lastUpdated [ fhir:v "2025-04-20T09:00:00+01:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/apix/StructureDefinition/apix-documentreference"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/apix/StructureDefinition/apix-documentreference>
     ] )
  ] ; # 
  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-approval-letter</b></p><a name=\"docref-approval-letter\"> </a><a name=\"hcdocref-approval-letter\"> </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\">version: 1; Last updated: 2025-04-20 09:00:00+0100; Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-apix-documentreference.html\">APIX Regulatory DocumentReference</a></p></div><p><b>identifier</b>: <code>http://example.org/european-med-agency/docref-id</code>/urn:uuid:70707070-7070-7070-7070-707070707070</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section approval-letter}\">Approval Letter</span></p><p><b>date</b>: 2025-04-20 09:00:00+0100</p><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>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"http://example.org/FHIR/Binary/101\">http://example.org/FHIR/Binary/101</a></td><td>approval-letter.pdf</td><td>2025-04-20 09:00:00+0100</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/european-med-agency/docref-id"^^xsd:anyURI ;
       fhir:l <http://example.org/european-med-agency/docref-id>
     ] ;
     fhir:value [ fhir:v "urn:uuid:70707070-7070-7070-7070-707070707070" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  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 "approval-letter" ] ;
       fhir:display [ fhir:v "Approval Letter" ]
     ] )
  ] ; # 
  fhir:date [ fhir:v "2025-04-20T09:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:content ( [
     fhir:attachment [
       fhir:contentType [ fhir:v "application/pdf" ] ;
       fhir:url [
         fhir:v "http://example.org/FHIR/Binary/101"^^xsd:anyURI ;
         fhir:l <http://example.org/FHIR/Binary/101>
       ] ;
       fhir:title [ fhir:v "approval-letter.pdf" ] ;
       fhir:creation [ fhir:v "2025-04-20T09:00:00+01:00"^^xsd:dateTime ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

