@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "Q.A.P.1.1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://sequoiaproject.org/fhir/rce/StructureDefinition/SubParticipant"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/rce/StructureDefinition/SubParticipant> ] )
] ; #
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 Q.A.P.1.1</b></p><a name=\"Q.A.P.1.1\"> </a><a name=\"hcQ.A.P.1.1\"> </a><a name=\"Q.A.P.1.1-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SubParticipant.html\">Subparticipant</a></p></div><p><b>Domains</b>: <a href=\"file://C:\\My-SEQ-workspace\\SequoiaIGs-main\\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-Q.A.0.0.html\">Organization QHIN A</a></p><p><b>identifier</b>: Home Community ID/urn:oid:Q.A.P.1.1, <code>urn:oid:2.16.840.1.113883.4.336</code>/some-CCN-identifier-code, TEFCA ID/urn:oid:5.5.5.5</p><p><b>active</b>: false</p><p><b>type</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType Subparticipant}\">Subparticipant</span></p><p><b>name</b>: Sub Z</p><p><b>address</b>: Primary(work)</p><p><b>partOf</b>: <a href=\"Organization-Q.A.P.1.html\">Participant 1</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=\"#hcQ.A.P.1.1/RCE-orgEndpoint\">Endpoint Example RCE Endpoint</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #orgloc</b></p><a name=\"Q.A.P.1.1/orgloc\"> </a><a name=\"hcQ.A.P.1.1/orgloc\"> </a><a name=\"Q.A.P.1.1/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=\"Q.A.P.1.1/RCE-orgEndpoint\"> </a><a name=\"hcQ.A.P.1.1/RCE-orgEndpoint\"> </a><a name=\"Q.A.P.1.1/RCE-orgEndpoint-en-US\"> </a><p><b>Transaction</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes XCA ITI-38}\">XCA ITI-38</span></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>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-ihe-xca\">Endpoint Connection Type ihe-xca</a>: IHE XCA</p><p><b>name</b>: Example RCE Endpoint</p><p><b>managingOrganization</b>: <a href=\"Organization-Q.A.P.1.1.html\">Organization Sub Z</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/xca/v1/xca\">https://RCE.test.com/xca/v1/xca</a></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:Location ;
fhir:id [ fhir:v "orgloc" ] ;
fhir:position [
fhir:longitude [ fhir:v -97.7047386 ] ;
fhir:latitude [ fhir:v 30.4159542 ] ]
] [
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 "XCA ITI-38" ] ] ) ] ] ) ;
( 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-xca" ] ] ;
fhir:name [ fhir:v "Example RCE Endpoint" ] ;
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/Q.A.P.1.1" ] ] ;
( 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/xca/v1/xca"^^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/Q.A.0.0" ] ]
] ) ; #
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:Q.A.P.1.1" ]
] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.336"^^xsd:anyURI ] ;
fhir:value [ fhir:v "some-CCN-identifier-code" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TEFCAID" ] ] ) ] ;
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] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Subparticipant" ] ;
fhir:display [ fhir:v "Subparticipant" ] ] )
] ) ; #
fhir:name [ fhir:v "Sub Z"] ; #
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/Q.A.P.1" ] ;
fhir:display [ fhir:v "Participant 1" ]
] ; #
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" ]
] ) . #
IG © 2024+ Recognized Coordinating Entity (RCE). Package sequoia.fhir.us.rce#1.6.1 based on FHIR 4.0.1. Generated 2025-06-11
Links: Table of Contents |
QA Report