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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc
Resource TypeOrganization
IdOrganization-org-HomeHealth-Motown.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 org-HomeHealth-Motown

Profile: US Core Organization Profile version: 8.0.1

active: true

name: Motown Home Health Grand Rapids

telecom: ph: (210) 555-2882

address: 121 Spruce Dr. Grand Rapids, MI 49503


Source1

{
  "resourceType": "Organization",
  "id": "org-HomeHealth-Motown",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|8.0.1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": "Motown Home Health Grand Rapids",
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 555-2882"
    }
  ],
  "address": [
    {
      "text": "121 Spruce Dr. Grand Rapids, MI 49503",
      "line": [
        "121 Spruce Dr."
      ],
      "city": "Grand Rapids",
      "state": "MI",
      "postalCode": "49503",
      "country": "US"
    }
  ]
}