US Core Implementation Guide 6.0.0 - STU6
This page is part of the US Core (v6.0.0: STU6) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
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"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization> ] ) ] ; # 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 "3300 Washtenaw Avenue, Suite 227 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" ] ] ) . #