Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Kyras Clinic - 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 "create-full-example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2021-10-22T18:09:16.301+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#j01s9ZIh90jP7Pmq"^^xsd:anyURI ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"create-full-example\"> </a></p><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\">Resource Organization &quot;create-full-example&quot; Version &quot;3&quot; Updated &quot;2021-10-22 18:09:16+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #j01s9ZIh90jP7Pmq!</p></div><p><b>identifier</b>: id: urn:oid:8.8.8.8 (use: OFFICIAL)</p><p><b>active</b>: false</p><p><b>type</b>: Other <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#other)</span></p><p><b>name</b>: Kyras Clinic</p><p><b>address</b>: 200 Main St. Austin TX 2472 US (WORK)</p><p><b>partOf</b>: <span/></p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>Family, Given(OFFICIAL)</td><td><a href=\"mailto:test21@test.com\">test21@test.com</a>, ph: 555-555-5555(WORK)</td><td>100 Main St. Austin 78737 US (WORK)</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://www.hl7.org/oid/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:8.8.8.8" ]
  ] ) ; # 
  fhir:active [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "other" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Kyras Clinic"] ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
    ( fhir:line [ fhir:v "200 Main St." ] ) ;
fhir:city [ fhir:v "Austin" ] ;
fhir:state [ fhir:v "TX" ] ;
fhir:postalCode [ fhir:v "2472" ] ;
fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:partOf [
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://www.hl7.org/oid/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1.1.1.1" ]     ]
  ] ; # 
  fhir:contact ( [
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Family, Given" ]     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "test21@test.com" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-555-5555" ] ;
fhir:use [ fhir:v "work" ]     ] ) ;
fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
      ( fhir:line [ fhir:v "100 Main St." ] ) ;
fhir:city [ fhir:v "Austin" ] ;
fhir:postalCode [ fhir:v "78737" ] ;
fhir:country [ fhir:v "US" ]     ]
  ] ) . #