@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:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/instance-name>
       ] ;
       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:l <http://hl7.org/fhir/StructureDefinition/instance-description>
       ] ;
       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:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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></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.0.1/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: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 .

# -------------------------------------------------------------------------------------

