0.1.0 - ci-build

SMARTapplaunchmultiserverauthentication, published by HL7. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jmandel/smart-multi-auth/ and changes regularly. See the Directory of published versions

: ImagingSandboxOrganization - 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 "ImagingSandboxOrganization"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand>     ] )
  ] ; # 
  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 ImagingSandboxOrganization</b></p><a name=\"ImagingSandboxOrganization\"> </a><a name=\"hcImagingSandboxOrganization\"> </a><a name=\"ImagingSandboxOrganization-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type imaging}\">Imaging Center</span></p><p><b>name</b>: Imaging PACS</p><p><b>telecom</b>: <a href=\"https://philips.com/\">https://philips.com/</a></p><p><b>endpoint</b>: <a href=\"Endpoint-ImagingSandboxEndpoint.html\">Endpoint FHIR end point for imaging</a></p></div>"
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "imaging" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Imaging PACS"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://philips.com/" ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/ImagingSandboxEndpoint" ]
  ] ) . #