US Core Implementation Guide
10.0.0-ballot - STU 10 Ballot United States of America flag

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 10.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 - TTL Representation

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Organization/saint-luke-w-endpoint> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "saint-luke-w-endpoint"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|10.0.0-ballot" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|10.0.0-ballot>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-organization.html\">US Core Organization Profile</a> version: 10.0.0-ballot</p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.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/7.3.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>"
  ] ;
  fhir:DomainResource.contained [
     a fhir:Endpoint ;
     fhir:index 0 ;
     fhir:Resource.id [ fhir:value "75" ] ;
     fhir:Endpoint.status [ fhir:value "active" ] ;
     fhir:Endpoint.connectionType [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ] ;
       fhir:Coding.code [ fhir:value "direct-project" ]
     ] ;
     fhir:Endpoint.name [ fhir:value "Dr. Ronald Bone Direct Address" ] ;
     fhir:Endpoint.managingOrganization [
       fhir:link <http://hl7.org/fhir/Organization/example-organization-2> ;
       fhir:Reference.reference [ fhir:value "Organization/example-organization-2" ]
     ] ;
     fhir:Endpoint.payloadType [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode" ] ;
         fhir:Coding.code [ fhir:value "urn:hl7-org:sdwg:ccda-structuredBody:1.1" ]
       ]
     ] ;
     fhir:Endpoint.payloadMimeType [
       fhir:value "text/xml" ;
       fhir:index 0
     ] ;
     fhir:Endpoint.address [ fhir:value "mailto:Interoperability@DirectAddress.com" ]
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "1063494177" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/fhir/us/argo/sid/us-ein" ] ;
     fhir:Identifier.value [ fhir:value "00-0000000" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Saint Luke's Hospital of Kansas City"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(816)932-2000" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "other" ] ;
     fhir:ContactPoint.value [ fhir:value "http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "4401 WORNALL RD AMHERST MA 01002" ] ;
     fhir:Address.line [
       fhir:value "4401 WORNALL RD" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "AMHERST" ] ;
     fhir:Address.state [ fhir:value "MA" ] ;
     fhir:Address.postalCode [ fhir:value "64111" ]
  ] ;
  fhir:Organization.endpoint [
     fhir:index 0 ;
     fhir:Reference.reference [ fhir:value "#75" ]
  ] .

<http://hl7.org/fhir/Organization/example-organization-2> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Organization/saint-luke-w-endpoint.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/saint-luke-w-endpoint.ttl> .