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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeOrganization
IdOrganization-OrgHousingAssistanceHubManagement.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: Organization OrgHousingAssistanceHubManagement

version: 2; Last updated: 2022-12-20 22:45:21+0000

Profile: NDH Organization Profile

NDH Verification Status: Complete

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

active: true

type: A government agency for social services

name: Housing Assistance Hub Management

telecom: ph: 517-332-1234(Work), fax: 1-443-786-1234(Work)

Contacts

-Telecom
*ph: 410.237.8591(Work)

Source1

{
  "resourceType": "Organization",
  "id": "OrgHousingAssistanceHubManagement",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2022-12-20T22:45:21.526+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "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"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
          "valueCode": "active"
        }
      ],
      "system": "http://example.org/ndh-identifiers",
      "value": "OrgHousingAssistanceHubManagement"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "version": "2.0.1",
          "code": "govt",
          "display": "Government"
        }
      ],
      "text": "A government agency for social services"
    }
  ],
  "name": "Housing Assistance Hub Management",
  "telecom": [
    {
      "system": "phone",
      "value": "517-332-1234",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "1-443-786-1234",
      "use": "work"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "extension": [
            {
              "extension": [
                {
                  "url": "daysOfWeek",
                  "valueCode": "mon"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "tue"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "wed"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "thu"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "fri"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "sat"
                },
                {
                  "url": "daysOfWeek",
                  "valueCode": "sun"
                },
                {
                  "url": "availableStartTime",
                  "valueTime": "07:00:00"
                },
                {
                  "url": "availableEndTime",
                  "valueTime": "18:00:00"
                }
              ],
              "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime"
            }
          ],
          "system": "phone",
          "value": "410.237.8591",
          "use": "work"
        }
      ]
    }
  ]
}