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

: Create Full Example 2 - 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-example2"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "11" ] ;
fhir:lastUpdated [ fhir:v "2021-10-22T18:06:14.711+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#Vda3zMaBODFjCHjS"^^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-example2\"> </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-example2&quot; Version &quot;11&quot; Updated &quot;2021-10-22 18:06:14+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #Vda3zMaBODFjCHjS!</p></div><p><b>identifier</b>: id: urn:oid:5.5.5.5 (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>: EricXYZ Hospital</p><p><b>address</b>: 200 Main St. Austin TX 2472 US (WORK)</p><p><b>partOf</b>: <a href=\"Organization-create-full-example2.html\">Organization/create-full-example2</a> &quot;EricXYZ Hospital&quot;</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><p><b>endpoint</b>: <a name=\"5.5.5.5\"> </a></p><blockquote><p/><p><a name=\"5.5.5.5\"> </a></p><p><b>identifier</b>: Home Community ID: urn:oid:5.5.5.5 (use: OFFICIAL)</p><p><b>status</b>: active</p><p><b>connectionType</b>: ihe-xcpd (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code ihe-xcpd = 'ihe-xcpd', stated as 'null')</p><p><b>name</b>: Patient Discovery</p><p><b>payloadType</b>: null <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown)</span></p><p><b>payloadMimeType</b>: application/xml</p><p><b>address</b>: <a href=\"https://carequality.test.com/xcpd/v1/xcpd\">https://carequality.test.com/xcpd/v1/xcpd</a></p></blockquote><hr/><blockquote><p><b>Generated Narrative: Location #orgloc</b><a name=\"orgloc\"> </a></p><h3>Positions</h3><table class=\"grid\"><tr><td>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td>*</td><td>-97.7047386</td><td>30.4159542</td></tr></table></blockquote><hr/><blockquote><p><b>Generated Narrative: Endpoint #5.5.5.5</b><a name=\"5.5.5.5\"> </a></p><p><b>identifier</b>: Home Community ID: urn:oid:5.5.5.5 (use: OFFICIAL)</p><p><b>status</b>: active</p><p><b>connectionType</b>: ihe-xcpd (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code ihe-xcpd = 'ihe-xcpd', stated as 'null')</p><p><b>name</b>: Patient Discovery</p><p><b>payloadType</b>: null <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown)</span></p><p><b>payloadMimeType</b>: application/xml</p><p><b>address</b>: <a href=\"https://carequality.test.com/xcpd/v1/xcpd\">https://carequality.test.com/xcpd/v1/xcpd</a></p></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Location ;
fhir:id [ fhir:v "orgloc" ] ;
fhir:position [
fhir:longitude [ fhir:v "-97.7047386"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "30.4159542"^^xsd:decimal ]     ]
  ] [
a fhir:Endpoint ;
fhir:id [ fhir:v "5.5.5.5" ] ;
    ( 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:5.5.5.5" ]     ] ) ;
fhir:status [ fhir:v "active" ] ;
fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ihe-xcpd" ]     ] ;
fhir:name [ fhir:v "Patient Discovery" ] ;
    ( fhir:payloadType [
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.2.3"^^xsd:anyURI ]       ] )     ] ) ;
    ( fhir:payloadMimeType [ fhir:v "application/xml" ] ) ;
fhir:address [ fhir:v "https://carequality.test.com/xcpd/v1/xcpd"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:5.5.5.5" ]
  ] ) ; # 
  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 "EricXYZ Hospital"] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/OrgLocation"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#orgloc" ]       ]     ] ) ;
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:reference [ fhir:v "Organization/create-full-example2" ] ;
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: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 "#5.5.5.5" ]
  ] ) . #