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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeOrganization
IdOrganization-org-Motown-Home-Health.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-Motown-Home-Health

active: true

name: Motown Home Health

telecom: ph: (555) 834-6682

address: 17010 Harper Ave Detroit MI 48224 US


Source1

{
  "resourceType": "Organization",
  "id": "org-Motown-Home-Health",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": "Motown Home Health",
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 834-6682"
    }
  ],
  "address": [
    {
      "line": [
        "17010 Harper Ave"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48224",
      "country": "US"
    }
  ]
}