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

FHIR IG analytics

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

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/OrganizationWelcomeHome (use: official, )

active: true

type: A community based organization for social services

name: Welcome Home

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

address: 500 W Maple Street, Lansing, MI 48906(work)

Contacts

-TelecomAddress
*ph: 410.237.8591(Work)4803 VALLEY VIEW AVE, BALTIMORE, MD 21206(work)

Source1

{
  "resourceType": "Organization",
  "id": "OrganizationWelcomeHome",
  "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"
        }
      ],
      "use": "official",
      "system": "http://example.org/ndh-identifiers",
      "value": "OrganizationWelcomeHome"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "version": "2.0.1",
          "code": "cg",
          "display": "Community Group"
        }
      ],
      "text": "A community based organization for social services"
    }
  ],
  "name": "Welcome Home",
  "telecom": [
    {
      "system": "phone",
      "value": "517-332-4663",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "1-443-786-1542",
      "use": "work"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "latitude",
              "valueDecimal": 42.746978
            },
            {
              "url": "longitude",
              "valueDecimal": -84.56037
            }
          ],
          "url": "http://hl7.org/fhir/StructureDefinition/geolocation"
        }
      ],
      "use": "work",
      "type": "both",
      "text": "500 W Maple Street, Lansing, MI 48906",
      "line": [
        "500 W Maple Street"
      ],
      "city": "Lansing",
      "state": "MI",
      "postalCode": "48906",
      "country": "USA"
    }
  ],
  "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"
        }
      ],
      "address": {
        "use": "work",
        "type": "both",
        "text": "4803 VALLEY VIEW AVE, BALTIMORE, MD 21206",
        "line": [
          "4803 VALLEY VIEW AVE"
        ],
        "city": "BALTIMORE",
        "state": "MD",
        "postalCode": "21206",
        "country": "USA"
      }
    }
  ]
}