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" : "OrganizationAffiliation",
"id" : "orgrole1",
"meta" : // Describes the relationship between Founding Fathers Memorial Hospital and Independence Rehabilitation Services, Inc. Independence is contracted to provide rehab services to patients at Founding Fathers
{
"profile" : [
🔗 "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-organizationaffiliation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OrganizationAffiliation orgrole1</b></p><a name=\"orgrole1\"> </a><a name=\"hcorgrole1\"> </a><a name=\"orgrole1-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/www.foundingfathersmemorial.com</code>/service002\u00a0(use:\u00a0secondary,\u00a0)</p><p><b>active</b>: true</p><p><b>period</b>: 2018-02-09 --> 2022-02-01</p><p><b>organization</b>: <a href=\"Organization-foundingfathers.html\">Founding Fathers Memorial Hospital</a></p><p><b>participatingOrganization</b>: <a href=\"Organization-independencerehab.html\">Independence Rehabilitation Services, Inc.</a></p><p><b>network</b>: <a href=\"Organization-patriotppo.html\">Patriot Preferred Provider Network</a></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/organization-role provider}\">Provider of rehabilitation services</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394602003}\">Rehabilitation</span></p><p><b>location</b>: <a href=\"Location-loc-ffmh.html\">Founding Fathers Memorial Hospital</a></p><p><b>healthcareService</b>: </p><ul><li><a href=\"HealthcareService-independencerehab1.html\">Inpatient rehabilitation services</a></li><li><a href=\"HealthcareService-independencerehab2.html\">Outpatient rehabilitation services</a></li></ul><p><b>telecom</b>: ph: 202-109-8765(Work)</p></div>"
},
"identifier" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
"valueCode" : "active"
}
],
"use" : "secondary",
"system" : "http://example.org/www.foundingfathersmemorial.com",
"value" : "service002",
"assigner" : // Internal business ID for the relationship created by Founding Fathers Memorial Hospital
{
🔗 "reference" : "Organization/foundingfathers",
"display" : "Founding Fathers Memorial Hospital"
}
}
],
"active" : true,
"period" : // This record is active
{
"start" : "2018-02-09",
"end" : "2022-02-01"
},
"organization" : // The relationship between the organizations began on February 9, 2018, ends on February 01, 2022
{
🔗 "reference" : "Organization/foundingfathers",
"display" : "Founding Fathers Memorial Hospital"
},
"participatingOrganization" : // The organization receiving services, Founding Fathers Memorial Hospital
{
🔗 "reference" : "Organization/independencerehab",
"display" : "Independence Rehabilitation Services, Inc."
},
"network" : [
// The organization providing services, Independence Rehabilitation Services, Inc.
{
🔗 "reference" : "Organization/patriotppo",
"display" : "Patriot Preferred Provider Network"
}
],
"code" : [
// Independence and Founding Father providers participate in the Patriot Preferred Provider Network
{
"coding" : [
// Indicates the role of the participating organization (Independence) in the relationship
{
"system" : "http://hl7.org/fhir/organization-role",
"code" : "provider",
"display" : "Provider",
"userSelected" : true
}
],
"text" : "Provider of rehabilitation services"
}
],
"specialty" : [
{
"coding" : [
// Provider specialty associated with this role, rehabilitation
{
"system" : "http://snomed.info/sct",
"code" : "394602003",
"display" : "Rehabilitation - specialty"
}
],
"text" : "Rehabilitation"
}
],
"location" : [
{
🔗 "reference" : "Location/loc-ffmh",
"display" : "Founding Fathers Memorial Hospital"
}
],
"healthcareService" : [
// Rehab services are provided at Founding Fathers Memorial Hospital
{
🔗 "reference" : "HealthcareService/independencerehab1",
"display" : "Inpatient rehabilitation services"
},
// Reference to inpatient rehabilitation services provided by Independence
{
🔗 "reference" : "HealthcareService/independencerehab2",
"display" : "Outpatient rehabilitation services"
}
],
"telecom" : [
// Reference to outpatient rehabilitation services provided by Independence
{
"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" : "08:00:00"
},
{
"url" : "availableEndTime",
"valueTime" : "18:00:00"
}
]
}
],
"system" : "phone",
"value" : "202-109-8765",
"use" : "work"
}
]
}