US Core Implementation Guide
7.0.0 - STU7 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 7.0.0 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 -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "saint-luke-w-endpoint"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h1>Organization</h1>\n            <div>\n                <p>ID: 393872</p>\n                <p>Name: Saint Luke's Hospital of Kansas City </p>\n                <p>NPI: 1063494177</p>\n                <p>Phone:(816)932-2000</p>\n                <p>Address:4401 Wornall Rd,, MO, 64111</p>\n            </div>\n        </div>"
  ] ; # 
  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/us/argo/sid/us-ein"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00-0000000" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  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" ]
  ] ) . #