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
{
"resourceType" : "Organization",
"id" : "foundingfathers",
"meta" : // Describes demographic information about Founding Fathers Memorial Hospital
{
"profile" : [
🔗 "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-organization"
]
},
"text" : {
"status" : "generated",
"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\u00a0(use:\u00a0official,\u00a0period:\u00a02004-04-21 11:57:00-0500 --> (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>"
},
"identifier" : [
{
"extension" : [
// Founding Fathers Memorial Hospital NPI
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
"valueCode" : "active"
}
],
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PRN",
"display" : "Provider number"
}
],
"text" : "NPI"
},
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1345678910",
"period" : {
"start" : "2004-04-21T11:57:00-05:00"
},
"assigner" : {
"display" : "CMS"
}
}
],
"active" : true,
"type" : [
// This record is active
{
"coding" : [
// This organization is a healthcare provider/hospital
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
],
"text" : "Hospital"
}
],
"name" : "Founding Fathers Memorial Hospital",
"alias" : [
"DC Memorial Hospital"
],
"_alias" : [
// This organization is named Founding Fathers Memorial Hospital
{
"extension" : [
// This organization was previously known as DC Memorial Hospital, from 1975-2000
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/org-alias-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/organizationdemographics",
"code" : "historical",
"display" : "Historical"
}
]
}
},
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/org-alias-period",
"valuePeriod" : {
"start" : "1975",
"end" : "2000"
}
}
]
}
],
"telecom" : [
{
"extension" : [
// Contact information for Founding Fathers can be found in the location resource for the hospital's main campus
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-viaintermediary",
"valueReference" : {
🔗 "reference" : "Location/loc-ffmh",
"display" : "Founding Fathers Memorial Hospital"
}
},
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime",
"extension" : [
{
"url" : "allDay",
"valueBoolean" : true
}
]
}
],
"system" : "phone",
"value" : "202-101-0123"
}
],
"address" : [
// Extracted/copied from FFMH
{
"extension" : [
// Founding Fathers' address is 330 C Street SW, Washington, DC 20201, USA
{
"url" : "http://hl7.org/fhir/StructureDefinition/geolocation",
"extension" : [
{
"url" : "latitude",
"valueDecimal" : 38.8859395
},
{
"url" : "longitude",
"valueDecimal" : -77.016469
}
]
}
],
"use" : "work",
"type" : "both",
"text" : "330 C Street SW, Washington, DC 20201, USA",
"line" : [
"330 C Street SW"
],
"city" : "Washington",
"state" : "DC",
"postalCode" : "20201",
"country" : "USA"
}
],
"partOf" : {
🔗 "reference" : "Organization/mtvernon",
"display" : "Mount Vernon Health System"
},
"contact" : [
// Founding Fathers is a hospital that is part of the Mount Vernon Health System
{
"purpose" : // Describes contact information for administrative inquiries
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code" : "ADMIN",
"display" : "Administrative"
}
]
},
"name" : {
"use" : "official",
"text" : "Abigail Adams",
"family" : "Adams",
"given" : [
"Abigail"
]
},
"telecom" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime",
"extension" : [
{
"url" : "daysOfWeek",
"valueCode" : "mon"
},
{
"url" : "daysOfWeek",
"valueCode" : "tue"
},
{
"url" : "daysOfWeek",
"valueCode" : "wed"
},
{
"url" : "daysOfWeek",
"valueCode" : "thu"
},
{
"url" : "daysOfWeek",
"valueCode" : "fri"
},
{
"url" : "availableStartTime",
"valueTime" : "07:00:00"
},
{
"url" : "availableEndTime",
"valueTime" : "18:00:00"
}
]
}
],
"system" : "phone",
"value" : "202-444-5555",
"use" : "work"
}
],
"address" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/geolocation",
"extension" : [
{
"url" : "latitude",
"valueDecimal" : 38.8859395
},
{
"url" : "longitude",
"valueDecimal" : -77.016469
}
]
}
],
"use" : "work",
"type" : "both",
"text" : "330 C Street SW, Washington, DC 20201, USA",
"line" : [
"330 C Street SW"
],
"city" : "Washington",
"state" : "DC",
"postalCode" : "20201",
"country" : "USA"
}
}
],
"endpoint" : [
{
🔗 "reference" : "Endpoint/direct321",
"display" : "Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address"
}
]
}