FHIR IG analytics| Package | hl7.fhir.uv.vhdir |
| Resource Type | HealthcareService |
| Id | HealthcareService-independencerehab1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService independencerehab1
VhDir Newpatients
- acceptingPatients: true
- network: Patriot Preferred Provider Network
active: true
providedBy: Independence Rehabilitation Services, Inc.
category: Specialist Medical
type: Rehabilitation
specialty: Rehabilitation specialty
location: Founding Fathers Memorial Hospital
name: Independence Rehab - Inpatient rehabilitation services
comment: Provides inpatient medical and vocational rehabilitation services to improve independence and employability of clients
referralMethod: phone
appointmentRequired: true
{
"resourceType": "HealthcareService",
"id": "independencerehab1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/newpatients",
"extension": [
{
"url": "acceptingPatients",
"valueBoolean": true
},
{
"url": "network",
"valueReference": {
"reference": "Organization/patriotppo",
"display": "Patriot Preferred Provider Network"
}
}
]
}
],
"active": true,
"providedBy": {
"reference": "Organization/independencerehab",
"display": "Independence Rehabilitation Services, Inc."
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-category",
"code": "27",
"display": "Specialist Medical"
}
]
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "576",
"display": "Rehabilitation"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394602003",
"display": "Rehabilitation specialty"
}
]
}
],
"location": [
{
"reference": "Location/loc-ffmh",
"display": "Founding Fathers Memorial Hospital"
}
],
"name": "Independence Rehab - Inpatient rehabilitation services",
"comment": "Provides inpatient medical and vocational rehabilitation services to improve independence and employability of clients",
"referralMethod": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-referral-method",
"code": "phone",
"display": "phone"
}
]
}
],
"appointmentRequired": true
}