@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Endpoint ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "RCE-orgEndpoint"] ; # fhir:meta [ fhir:versionId [ fhir:v "12" ] ; fhir:lastUpdated [ fhir:v "2023-11-02T22:04:14.935Z"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://sequoiaproject.org/fhir/rce/StructureDefinition/RCE-Endpoint"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Endpoint RCE-orgEndpoint

version: versionId: id (PrimitiveType/Endpoint.meta.versionId): element = id -> versionId=id[12]; Last updated: 2023-11-02 22:04:14+0000

Profile: RCE Endpoint

identifier: Home Community ID/urn:oid:5.5.5.5 (use: official, )

status: Active

connectionType: Endpoint Connection Type ihe-xcpd: IHE XCPD

name: Example RCE Endpoint

managingOrganization: Organization RCE QHIN Example

payloadType: NoInformation

payloadMimeType: application/xml

address: https://RCE.test.com/xcpd/v1/xcpd

" ] ; # 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:link ; 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] . # # -------------------------------------------------------------------------------------