eHealth Platform Federal Core Profiles
2.1.1 - STU1 Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.1.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: documentreferenceurl - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "documentreferenceurl"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-documentreference"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-documentreference>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference </b><a name=\"documentreferenceurl\"> </a><a name=\"hcdocumentreferenceurl\"> </a></p><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\">ResourceDocumentReference &quot;documentreferenceurl&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-documentreference.html\">BeDocumentReference</a></p></div><p><b>status</b>: current</p><p><b>category</b>: Outpatient Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#34108-1)</span></p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Patient/patient1</a> &quot; LA PARADISIO&quot;</p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole1.html\">PractitionerRole/practitionerrole1</a></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></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf\">https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf</a></td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DocumentReference-documentreferencebinary.html\">DocumentReference/documentreferencebinary</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:34108-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34108-1" ] ;
fhir:display [ fhir:v "Outpatient Note" ]     ] ) ;
fhir:text [ fhir:v "Outpatient Note" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient1" ]
  ] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole1" ]
  ] ) ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [ fhir:v "https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf"^^xsd:anyURI ]     ]
  ] ) ; # 
  fhir:context [
    ( fhir:related [
fhir:reference [ fhir:v "DocumentReference/documentreferencebinary" ]     ] )
  ] . #