FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.vhdir
Resource TypeHealthcareService
IdHealthcareService-independencerehab2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: HealthcareService independencerehab2

VhDir Newpatients

active: true

providedBy: Independence Rehabilitation Services, Inc.

category: Specialist Medical

type: Rehabilitation

specialty: Rehabilitation specialty

name: Independence Rehab - Outpatient rehabilitation services

comment: Provides outpatient medical and vocational rehabilitation services to improve independence and employability of clients

appointmentRequired: true


Source1

{
  "resourceType": "HealthcareService",
  "id": "independencerehab2",
  "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"
        }
      ]
    }
  ],
  "name": "Independence Rehab - Outpatient rehabilitation services",
  "comment": "Provides outpatient medical and vocational rehabilitation services to improve independence and employability of clients",
  "appointmentRequired": true
}