@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Endpoint ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "eHX-orgEndpoint"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxEndpoint"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Endpoint eHX-orgEndpoint

Transaction: XCPD ITI-55

Version: 2.0

Purposes Of Use: Treatment

Roles: Medical doctor

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

status: Active

connectionType: Endpoint Connection Type ihe-xcpd: IHE XCPD

name: eHx Endpoint Example

managingOrganization: Participant Hospital

payloadType: NoInformation

payloadMimeType: application/xml

address: https://carequality.example.org/fhir

" ] ; # 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:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version"^^xsd:anyURI ] ; fhir:value [ fhir:v "2.0" ] ] [ fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/PurposesOfUse"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://healthit.gov/nhin/purposeofuse"^^xsd:anyURI ] ; fhir:code [ fhir:v "TREATMENT" ] ] ) ] ] [ fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Roles"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:112247003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "112247003" ] ; fhir:display [ fhir:v "Medical doctor" ] ] ) ] ] ) ; # 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 "eHx Endpoint Example"] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/participant-example" ] ; fhir:display [ fhir:v "Participant Hospital" ] ] ; # 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://carequality.example.org/fhir"^^xsd:anyURI] . # # -------------------------------------------------------------------------------------