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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeOrganization
IdOrganization-Scen3OrgYMCA.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 "Scen3OrgYMCA"

identifier: NPI/1234567890

active: true

type: Healthcare Provider (Organization type#prov)

name: Cincinnati Central YMCA

telecom: +1-513-1234567

address: 1105 Elm St Cincinnati OH 45202 USA (WORK)


Source1

{
  "resourceType": "Organization",
  "id": "Scen3OrgYMCA",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1234567890"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Cincinnati Central YMCA",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-513-1234567",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "1105 Elm St"
      ],
      "city": "Cincinnati",
      "state": "OH",
      "postalCode": "45202",
      "country": "USA"
    }
  ]
}