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

FHIR IG analytics

Packagehl7.fhir.us.ecr
Resource TypeOrganization
IdOrganization-organization-ecr-health-authority-west.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 organization-ecr-health-authority-west

Language: en

Profile: US Public Health Organization

identifier: United States National Provider Identifier/1144221847

active: true

name: Health Authority West

telecom: +1-555-555-3555, mail@healthauthoritywest.gov

address: 7777 Health Authority Drive Ann Arbor MI 99999


Source1

{
  "resourceType": "Organization",
  "id": "organization-ecr-health-authority-west",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1144221847"
    }
  ],
  "active": true,
  "name": "Health Authority West",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-3555"
    },
    {
      "system": "email",
      "value": "mail@healthauthoritywest.gov"
    }
  ],
  "address": [
    {
      "line": [
        "7777 Health Authority Drive"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "99999"
    }
  ]
}