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

: RCE QHIN 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 "QHIN-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sequoiaproject.org/fhir/rce/StructureDefinition/QHIN"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/rce/StructureDefinition/QHIN>     ] )
  ] ; # 
  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 QHIN-example</b></p><a name=\"QHIN-example\"> </a><a name=\"hcQHIN-example\"> </a><a name=\"QHIN-example-en-US\"> </a><p><b>Domains</b>: <a href=\"file://C:\\git\\SequoiaIGs\\SequoiaProjectHealthcareDirectoryImplementationGuide\\output/CodeSystem-Domains.html#Domains-RCE\">Domains RCE</a>: RCE</p><p><b>UseCases</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointUseCaseCodes QueryBasedDocumentExchange}\">Query Based Document Exchange</span></p><p><b>OrgManagingOrg</b>: <a href=\"Organization-QHIN-example.html\">Organization RCE QHIN Example</a></p><p><b>identifier</b>: Home Community ID/urn:oid:5.5.5.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 QHIN}\">QHIN</span></p><p><b>name</b>: RCE QHIN Example</p><p><b>address</b>: Primary(work)</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><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location  #orgloc</b></p><a name=\"QHIN-example/orgloc\"> </a><a name=\"hcQHIN-example/orgloc\"> </a><a name=\"QHIN-example/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></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 ]     ]
  ] ) ; # 
  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:5.5.5.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 "QHIN" ] ;
fhir:display [ fhir:v "QHIN" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "RCE QHIN 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: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" ]     ]
  ] ) . #