Recognized Coordinating Entity (RCE) Implementation Guide
1.0.10 - Release 1

: RCE Participant Example - 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 "1.2.3.4.5"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sequoiaproject.org/fhir/rce/StructureDefinition/Participant"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/rce/StructureDefinition/Participant>     ] )
  ] ; # 
  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 1.2.3.4.5</b></p><a name=\"1.2.3.4.5\"> </a><a name=\"hc1.2.3.4.5\"> </a><a name=\"1.2.3.4.5-en-US\"> </a><p><b>identifier</b>: Home Community ID/urn:oid:1.2.3.4.5, <code>urn:oid:2.16.840.1.113883.4.336</code>/some-CCN-identifier-code</p><p><b>active</b>: false</p><p><b>type</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType Participant}\">Participant</span></p><p><b>name</b>: RCE Participant Example</p><p><b>address</b>: Primary(work)</p><p><b>partOf</b>: <a href=\"Organization-QHIN-example.html\">RCE QHIN Example</a></p><blockquote><p><b>contact</b></p><p><b>purpose</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type ADMIN}\">Administrative</span></p><p><b>name</b>: Family, Given(Official)</p><p><b>telecom</b>: ph: 555-555-5555(Work), <a href=\"mailto:test21@test.com\">test21@test.com</a></p><p><b>address</b>: Primary(work)</p></blockquote><p><b>endpoint</b>: <a href=\"#hc1.2.3.4.5/RCE-orgEndpoint\">Endpoint Example RCE Endpoint</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location  #orgloc</b></p><a name=\"1.2.3.4.5/orgloc\"> </a><a name=\"hc1.2.3.4.5/orgloc\"> </a><a name=\"1.2.3.4.5/orgloc-en-US\"> </a><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-97.7047386</td><td>30.4159542</td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Endpoint  #RCE-orgEndpoint</b></p><a name=\"1.2.3.4.5/RCE-orgEndpoint\"> </a><a name=\"hc1.2.3.4.5/RCE-orgEndpoint\"> </a><a name=\"1.2.3.4.5/RCE-orgEndpoint-en-US\"> </a><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>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-ihe-xcpd\">Endpoint Connection Type</a> ihe-xcpd: IHE XCPD</p><p><b>name</b>: Example RCE Endpoint</p><p><b>managingOrganization</b>: <a href=\"Organization-QHIN-example.html\">Organization RCE QHIN Example</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor NI}\">NoInformation</span></p><p><b>payloadMimeType</b>: application/xml</p><p><b>address</b>: <a href=\"https://RCE.test.com/xcpd/v1/xcpd\">https://RCE.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 "RCE-orgEndpoint" ] ;
    ( fhir:extension [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XCPD ITI-55" ]         ] )       ]     ] ) ;
    ( 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 "Example RCE Endpoint" ] ;
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/QHIN-example" ]     ] ;
    ( fhir:payloadType [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ]       ] )     ] ) ;
    ( fhir:payloadMimeType [ fhir:v "application/xml" ] ) ;
fhir:address [ fhir:v "https://RCE.test.com/xcpd/v1/xcpd"^^xsd:anyURI ]
  ] ) ; # 
  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 "RCE" ]     ]
  ] [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/UseCases"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointUseCaseCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "QueryBasedDocumentExchange" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/org-managing-org"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/QHIN-example" ]     ]
  ] ) ; # 
  fhir:identifier ( [
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.2.3.4.5" ]
  ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.336"^^xsd:anyURI ] ;
fhir:value [ fhir:v "some-CCN-identifier-code" ]
  ] ) ; # 
  fhir:active [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Participant" ] ;
fhir:display [ fhir:v "Participant" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "RCE Participant Example"] ; # 
  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:text [ fhir:v "Primary" ] ;
    ( 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/QHIN-example" ] ;
fhir:display [ fhir:v "RCE QHIN Example" ]
  ] ; # 
  fhir:contact ( [
fhir:purpose [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ADMIN" ] ;
fhir:display [ fhir:v "Administrative" ]       ] )     ] ;
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Family, Given" ]     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-555-5555" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "test21@test.com" ] ;
fhir:use [ fhir:v "work" ]     ] ) ;
fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Primary" ] ;
      ( 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 "#RCE-orgEndpoint" ]
  ] ) . #