US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 9.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions
: Saint Luke W Endpoint Example
Raw ttl | Download
@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 "saint-luke-w-endpoint"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Saint Luke W Endpoint Example" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "This is a saint luke w endpoint example for the *US Core Organization Profile*." ] ] ) ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Organization saint-luke-w-endpoint</b></p><a name=\"saint-luke-w-endpoint\"> </a><a name=\"hcsaint-luke-w-endpoint\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-organization.html\">US Core Organization Profile</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1063494177, <code>http://example.org/fhir/us/argo/sid/us-ein</code>/00-0000000</p><p><b>active</b>: true</p><p><b>name</b>: Saint Luke's Hospital of Kansas City</p><p><b>telecom</b>: ph: (816)932-2000(Work), http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city(Work)</p><p><b>address</b>: 4401 WORNALL RD AMHERST MA 01002</p><p><b>endpoint</b>: <a href=\"#hcsaint-luke-w-endpoint/75\">Endpoint Dr. Ronald Bone Direct Address</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Endpoint #75</b></p><a name=\"saint-luke-w-endpoint/75\"> </a><a name=\"hcsaint-luke-w-endpoint/75\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-direct-project\">Endpoint Connection Type direct-project</a>: Direct Project</p><p><b>name</b>: Dr. Ronald Bone Direct Address</p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization-2.html\">Organization Acme Clinic</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode urn:hl7-org:sdwg:ccda-structuredBody:1.1}\">For documents following C-CDA 1.1 constraints using a structured body.</span></p><p><b>payloadMimeType</b>: text/xml</p><p><b>address</b>: <a href=\"mailto:Interoperability@DirectAddress.com\">Interoperability@DirectAddress.com</a></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:Endpoint ;
fhir:id [ fhir:v "75" ] ;
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 "direct-project" ] ] ;
fhir:name [ fhir:v "Dr. Ronald Bone Direct Address" ] ;
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example-organization-2" ] ] ;
( fhir:payloadType [
( fhir:coding [
fhir:system [ fhir:v "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:hl7-org:sdwg:ccda-structuredBody:1.1" ] ] ) ] ) ;
( fhir:payloadMimeType [ fhir:v "text/xml" ] ) ;
fhir:address [ fhir:v "mailto:Interoperability@DirectAddress.com"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1063494177" ]
] [
fhir:system [ fhir:v "http://example.org/fhir/us/argo/sid/us-ein"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00-0000000" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name [ fhir:v "Saint Luke's Hospital of Kansas City"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(816)932-2000" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "other" ] ;
fhir:value [ fhir:v "http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:text [ fhir:v "4401 WORNALL RD AMHERST MA 01002" ] ;
( fhir:line [ fhir:v "4401 WORNALL RD" ] ) ;
fhir:city [ fhir:v "AMHERST" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "64111" ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "#75" ]
] ) . #