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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypeOrganization
IdOrganization-us-ph-organization-ymca-center.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

Resource Organization "us-ph-organization-ymca-center"

Profile: US Public Health Organization

identifier: id: 7777788

active: true

name: YMCA

telecom: +1-555-555-7777, mail@ymca.com

address: 22222 Health Authority Drive Ann Arbor MI 99999

endpoint: Endpoint/us-ph-endpoint-ymca


Source1

{
  "resourceType": "Organization",
  "id": "us-ph-organization-ymca-center",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "7777788"
    }
  ],
  "active": true,
  "name": "YMCA",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-7777"
    },
    {
      "system": "email",
      "value": "mail@ymca.com"
    }
  ],
  "address": [
    {
      "line": [
        "22222 Health Authority Drive"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "99999"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/us-ph-endpoint-ymca"
    }
  ]
}