Search FHIR

Médicosocial - Suivi Décisions Orientation
4.0.3 - trial-use France flag

This page is part of the Médicosocial - Suivi Décisions Orientation (v4.0.3: 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

: exemple-sdo-document-reference - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 "exemple-sdo-document-reference"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://interop.esante.gouv.fr/ig/fhir/sdo/StructureDefinition/sdo-document-reference"^^xsd:anyURI ;
fhir:link <https://interop.esante.gouv.fr/ig/fhir/sdo/StructureDefinition/sdo-document-reference>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference exemple-sdo-document-reference</b></p><a name=\"exemple-sdo-document-reference\"> </a><a name=\"hcexemple-sdo-document-reference\"> </a><a name=\"exemple-sdo-document-reference-fr-FR\"> </a><p><b>identifier</b>: idDecision (use: usual, )</p><p><b>status</b>: Current</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>Language</b></td><td><b>Data</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td>French</td><td><code>SGVsbG8gd29ybGQ=</code></td><td>Suivie des orientations de Michel Test</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:value [ fhir:v "idDecision" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:language [ fhir:v "fr" ] ;
fhir:data [ fhir:v "SGVsbG8gd29ybGQ="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "Suivie des orientations de Michel Test" ]     ]
  ] ) . #