@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.ch/ig/ch-epl/DocumentReference/DocRef-PI-Entocort> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DocRef-PI-Entocort"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.ch/ig/ch-epl/StructureDefinition/ch-idmp-documentreference"^^xsd:anyURI ;
       fhir:l <http://fhir.ch/ig/ch-epl/StructureDefinition/ch-idmp-documentreference>
     ] )
  ] ; # 
  fhir:language [ fhir:v "de-CH"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-CH\" lang=\"de-CH\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocRef-PI-Entocort</b></p><a name=\"DocRef-PI-Entocort\"> </a><a name=\"hcDocRef-PI-Entocort\"> </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: de-CH</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-idmp-documentreference.html\">CH IDMP DocumentReference</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-AttNo.html\" title=\"Temporary Namingsystem in this implementation guide until officially released by Swissmedic\">Application / Assessment Tracking Number</a>/123456789-initial submission-Example-efg-321</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-epl/CodeSystem/ch-SMC-attached-document-type 756005007002}\">Patienteninformation</span></p><p><b>date</b>: 2022-04-01 00:00:00+0000</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://swissmedicinfo.ch/showTextAccepted.aspx?textType=PI&amp;lang=DE&amp;authNr=52042&amp;supportMultipleResults=1\">https://swissmedicinfo.ch/showTextAccepted.aspx?textType=PI&amp;lang=DE&amp;authNr=52042&amp;supportMultipleResults=1</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://fhir.ch/ig/ch-epl/sid/attno"^^xsd:anyURI ;
       fhir:l <http://fhir.ch/ig/ch-epl/sid/attno>
     ] ;
     fhir:value [ fhir:v "123456789-initial submission-Example-efg-321" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.ch/ig/ch-epl/CodeSystem/ch-SMC-attached-document-type"^^xsd:anyURI ;
         fhir:l <http://fhir.ch/ig/ch-epl/CodeSystem/ch-SMC-attached-document-type>
       ] ;
       fhir:code [ fhir:v "756005007002" ] ;
       fhir:display [ fhir:v "Patienteninformation" ]
     ] )
  ] ; # 
  fhir:date [ fhir:v "2022-04-01T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:content ( [
     fhir:attachment [
       fhir:url [
         fhir:v "https://swissmedicinfo.ch/showTextAccepted.aspx?textType=PI&lang=DE&authNr=52042&supportMultipleResults=1"^^xsd:anyURI ;
         fhir:l <https://swissmedicinfo.ch/showTextAccepted.aspx?textType=PI&lang=DE&authNr=52042&supportMultipleResults=1>
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

