This page is part of the Guide d'implémentation FHIR - Annuaire de santé (v1.1.0-snapshot-2: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
: pp19dr-organization-issuer - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "u33"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-dr-organization"^^xsd:anyURI ;
fhir:link <https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-dr-organization> ] )
] ; #
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: Organization u33</b></p><a name=\"u33\"> </a><a name=\"hcu33\"> </a><a name=\"u33-fr-FR\"> </a><p><b>active</b>: true</p><p><b>name</b>: Bordeaux 2, Université Victor Segalen</p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "Bordeaux 2, Université Victor Segalen"] . #