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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeHealthcareService
IdHealthcareService-HealthcareServiceHomelessAssistance.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 HealthcareServiceHomelessAssistance

version: 1; Last updated: 2022-12-20 19:28:24+0000

Profile: NDH HealthcareService Profile

NDH Network Reference: Organization Social Service Housing Hub

NDH Verification Status: Complete

NDH New Patients

  • acceptingPatients: Accepting new and existing patients

NDH Delivery Method

  • deliveryMethodtype: Physical

NDH HealthcareService or Program Requirement

  • employment-status: Unemployed

identifier: http://example.org/ndh-identifiers/HealthcareServiceHomelessAssistance

active: true

providedBy: Welcome Home

category: Housing

type: Homelessness Support

location: Welcome Home

name: Welcome Home

telecom: ph: 410.237.8592(Work), fax: 1-443-786-1543(Work)

appointmentRequired: false

availableTime

daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday

allDay: false

availableStartTime: 08:00:00

availableEndTime: 18:00:00


Source1

{
  "resourceType": "HealthcareService",
  "id": "HealthcareServiceHomelessAssistance",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-12-20T19:28:24.671+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-HealthcareService"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-network-reference",
      "valueReference": {
        "reference": "Organization/SocialServiceHousingNetwork"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
            "code": "complete",
            "display": "Complete"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "acceptingPatients",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/accepting-patients",
                "code": "newpt"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-newpatients"
    },
    {
      "extension": [
        {
          "url": "deliveryMethodtype",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/service-delivery-method",
                "code": "physical",
                "display": "Physical"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-delivery-method"
    },
    {
      "extension": [
        {
          "url": "employment-status",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0066",
                "code": "3",
                "display": "Unemployed"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-service-or-program-requirement"
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
          "valueCode": "active"
        }
      ],
      "system": "http://example.org/ndh-identifiers",
      "value": "HealthcareServiceHomelessAssistance"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/OrganizationWelcomeHome",
    "display": "Welcome Home"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/ndh-healthcare-service-category",
          "code": "housing",
          "display": "Housing"
        }
      ],
      "text": "Housing"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "version": "1.1.1",
          "code": "127",
          "display": "Homelessness Support"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/LocationWelcomeHome",
      "display": "Welcome Home"
    }
  ],
  "name": "Welcome Home",
  "telecom": [
    {
      "system": "phone",
      "value": "410.237.8592",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "1-443-786-1543",
      "use": "work"
    }
  ],
  "appointmentRequired": false,
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri",
        "sat",
        "sun"
      ],
      "allDay": false,
      "availableStartTime": "08:00:00",
      "availableEndTime": "18:00:00"
    }
  ]
}