@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/core/Organization/saint-luke-w-endpoint> 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|8.0.1"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization?version=8.0.1>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>"^^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:l <http://terminology.hl7.org/CodeSystem/endpoint-connection-type>
       ] ;
       fhir:code [ fhir:v "direct-project" ]
     ] ;
     fhir:name [ fhir:v "Dr. Ronald Bone Direct Address" ] ;
     fhir:managingOrganization [
       fhir:l <http://hl7.org/fhir/us/core/Organization/example-organization-2> ;
       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:l <http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode>
         ] ;
         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:l fhir:mailto:Interoperability@DirectAddress.com
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/sid/us-npi>
     ] ;
     fhir:value [ fhir:v "1063494177" ]
  ] [
     fhir:system [
       fhir:v "http://example.org/fhir/us/argo/sid/us-ein"^^xsd:anyURI ;
       fhir:l <http://example.org/fhir/us/argo/sid/us-ein>
     ] ;
     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:l <#75> ;
     fhir:reference [ fhir:v "#75" ]
  ] ) . # 

<http://hl7.org/fhir/us/core/Organization/example-organization-2> a fhir:Us .

# -------------------------------------------------------------------------------------

