0.1.0 - ci-build

RxVentureIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UniversityofUtahHealth - 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 "UniversityofUtahHealth"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openclintech.com/rxventure/fhir/StructureDefinition/PostGraduateOrganization"^^xsd:anyURI ;
fhir:link <http://openclintech.com/rxventure/fhir/StructureDefinition/PostGraduateOrganization>     ] )
  ] ; # 
  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 UniversityofUtahHealth</b></p><a name=\"UniversityofUtahHealth\"> </a><a name=\"hcUniversityofUtahHealth\"> </a><a name=\"UniversityofUtahHealth-en-US\"> </a><p><b>identifier</b>: <code>ashp.org</code>/18245</p><p><b>active</b>: true</p><p><b>name</b>: University of Utah Health</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>www.utahhealth.org</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "ashp.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18245" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "University of Utah Health"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:value [ fhir:v "www.utahhealth.org" ]     ] )
  ] ) . #