Validated Healthcare Directory
1.0.0 - STU1 International flag

Validated Healthcare Directory, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: Organization/foundingfathers - TTL Representation

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 "foundingfathers"] ; #  Describes demographic information about Founding Fathers Memorial Hospital 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization foundingfathers</b></p><a name=\"foundingfathers\"> </a><a name=\"hcfoundingfathers\"> </a><a name=\"foundingfathers-en-US\"> </a><p><b>identifier</b>: NPI/1345678910 (use: official, period: 2004-04-21 11:57:00-0500 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Hospital</span></p><p><b>name</b>: Founding Fathers Memorial Hospital</p><p><b>alias</b>: DC Memorial Hospital</p><p><b>telecom</b>: ph: 202-101-0123</p><p><b>address</b>: 330 C Street SW, Washington, DC 20201, USA(work)</p><p><b>partOf</b>: <a href=\"Organization-mtvernon.html\">Mount Vernon Health System</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type ADMIN}\">Administrative</span></td><td>Abigail Adams(Official)</td><td>ph: 202-444-5555(Work)</td><td>330 C Street SW, Washington, DC 20201, USA(work)</td></tr></table><p><b>endpoint</b>: <a href=\"Endpoint-direct321.html\">Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address</a></p></div>"
  ] ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "active" ]     ] ) ; #  Founding Fathers Memorial Hospital NPI 
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "Provider number" ]       ] ) ;
fhir:text [ fhir:v "NPI" ]     ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1345678910" ] ;
fhir:period [
fhir:start [ fhir:v "2004-04-21T11:57:00-05:00"^^xsd:dateTime ]     ] ;
fhir:assigner [
fhir:display [ fhir:v "CMS" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ]     ] ) ; #  This organization is a healthcare provider\/hospital 
fhir:text [ fhir:v "Hospital" ]
  ] ) ; #  This record is active 
  fhir:name [ fhir:v "Founding Fathers Memorial Hospital"] ; # 
  fhir:alias ( [
fhir:v "DC Memorial Hospital" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/org-alias-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/vhdir/CodeSystem/organizationdemographics"^^xsd:anyURI ] ;
fhir:code [ fhir:v "historical" ] ;
fhir:display [ fhir:v "Historical" ]         ] )       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/org-alias-period"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "1975"^^xsd:gYear ] ;
fhir:end [ fhir:v "2000"^^xsd:gYear ]       ]     ] ) #  This organization was previously known as DC Memorial Hospital, from 1975-2000 
  ] ) ; #  This organization is named Founding Fathers Memorial Hospital 
  fhir:telecom ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-viaintermediary"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Location/loc-ffmh" ] ;
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ]       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime"^^xsd:anyURI ] ;
      ( fhir:extension [
fhir:url [ fhir:v "allDay"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]       ] )     ] ) ; #  Contact information for Founding Fathers can be found in the location resource for the hospital's main campus 
fhir:system [ fhir:v "phone" ] ; #  Extracted\/copied from FFMH 
fhir:value [ fhir:v "202-101-0123" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/geolocation"^^xsd:anyURI ] ;
      ( fhir:extension [
fhir:url [ fhir:v "latitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "38.8859395"^^xsd:decimal ]       ] [
fhir:url [ fhir:v "longitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "-77.016469"^^xsd:decimal ]       ] )     ] ) ; #  Founding Fathers' address is 330 C Street SW, Washington, DC 20201, USA 
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "330 C Street SW, Washington, DC 20201, USA" ] ;
    ( fhir:line [ fhir:v "330 C Street SW" ] ) ;
fhir:city [ fhir:v "Washington" ] ;
fhir:state [ fhir:v "DC" ] ;
fhir:postalCode [ fhir:v "20201" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Organization/mtvernon" ] ; #  Founding Fathers is a hospital that is part of the Mount Vernon Health System 
fhir:display [ fhir:v "Mount Vernon Health System" ]
  ] ; # 
  fhir:contact ( [
fhir:purpose [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ADMIN" ] ;
fhir:display [ fhir:v "Administrative" ]       ] )     ] ; #  Describes contact information for administrative inquiries 
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Abigail Adams" ] ;
fhir:family [ fhir:v "Adams" ] ;
      ( fhir:given [ fhir:v "Abigail" ] )     ] ;
    ( fhir:telecom [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime"^^xsd:anyURI ] ;
        ( fhir:extension [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "mon" ]         ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "tue" ]         ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "wed" ]         ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "thu" ]         ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fri" ]         ] [
fhir:url [ fhir:v "availableStartTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "07:00:00"^^xsd:time ]         ] [
fhir:url [ fhir:v "availableEndTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18:00:00"^^xsd:time ]         ] )       ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "202-444-5555" ] ;
fhir:use [ fhir:v "work" ]     ] ) ;
fhir:address [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/geolocation"^^xsd:anyURI ] ;
        ( fhir:extension [
fhir:url [ fhir:v "latitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "38.8859395"^^xsd:decimal ]         ] [
fhir:url [ fhir:v "longitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "-77.016469"^^xsd:decimal ]         ] )       ] ) ;
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "330 C Street SW, Washington, DC 20201, USA" ] ;
      ( fhir:line [ fhir:v "330 C Street SW" ] ) ;
fhir:city [ fhir:v "Washington" ] ;
fhir:state [ fhir:v "DC" ] ;
fhir:postalCode [ fhir:v "20201" ] ;
fhir:country [ fhir:v "USA" ]     ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/direct321" ] ; #  A reference to an electronic endpoint for Founding Fathers 
fhir:display [ fhir:v "Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address" ]
  ] ) . #