Search FHIR

FHIR Osiris Implementation Guide
1.1.0 - trial-implementation

This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: 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

: fhir-osiris-example-imagingendpoint-ct - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "fhir-osiris-example-imagingendpoint-ct"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/imaging-pacs"^^xsd:anyURI ;
fhir:link <https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/imaging-pacs>     ] )
  ] ; # 
  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: Endpoint fhir-osiris-example-imagingendpoint-ct</b></p><a name=\"fhir-osiris-example-imagingendpoint-ct\"> </a><a name=\"hcfhir-osiris-example-imagingendpoint-ct\"> </a><a name=\"fhir-osiris-example-imagingendpoint-ct-en-US\"> </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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-imaging-pacs.html\">Location to the PACS server</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-umls.html#umls-C0439673\">Unified Medical Language System C0439673</a>: C0439673</p><p><b>name</b>: ['set_osiris/Poumon/DICOM/39688736']</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/umls C0439673}\">C0439673</span></p><p><b>address</b>: </p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/umls"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C0439673" ]
  ] ; # 
  fhir:name [ fhir:v "['set_osiris/Poumon/DICOM/39688736']"] ; # 
  fhir:payloadType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/umls"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C0439673" ]     ] )
  ] ) ; # 
  fhir:address [ fhir:v ""^^xsd:anyURI] . #