Sequoia Project Healthcare Directory Implementation Guide
1.2.0 - Release 1

: 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 "8.8.8.8"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 8.8.8.8</b></p><a name=\"8.8.8.8\"> </a><a name=\"hc8.8.8.8\"> </a><a name=\"8.8.8.8-en-US\"> </a><p><b>Domains</b>: <a href=\"CodeSystem-Domains.html#Domains-CQ\">Domains CQ</a>: CQ</p><p><b>identifier</b>: Home Community ID/urn:oid:8.8.8.8 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType Implementer}\">Implementer</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>: Identifier: <code>http://www.hl7.org/oid/</code>/1.1.1.1 (use: official, )</p><blockquote><p><b>contact</b></p><p><b>name</b>: Family, Given(Official)</p><p><b>telecom</b>: <a href=\"mailto:test21@test.com\">test21@test.com</a>, ph: 555-555-5555(Work)</p><p><b>address</b>: 100 Main St. Austin 78737 US (work)</p></blockquote><p><b>endpoint</b>: <a href=\"Endpoint-fhir-endpoint.html\">Endpoint patient query</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Domains"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/Domains"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CQ" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HCID" ]       ] )     ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:8.8.8.8" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Implementer" ]     ] )
  ] ) ; # 
  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" ]     ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/fhir-endpoint" ]
  ] ) . #