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

FHIR IG analytics

Packagehl7.fhir.us.carin-bb
Resource TypeOrganization
IdOrganization-ProviderOrganization5.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 ProviderOrganization5

Last updated: 2020-05-04 03:02:01-0400; Language: en

Profile: C4BB Organizationversion: null2.2.0)

identifier: National Provider Identifier/9941339100

active: true

name: Black Medical Group

address: Attn: Black Medical Group Pittsburgh PA 15222 USA

Contacts

-Telecom
*ph: 555-555-5560(Work)

Source1

{
  "resourceType": "Organization",
  "id": "ProviderOrganization5",
  "meta": {
    "lastUpdated": "2020-05-04T03:02:01-04:00",
    "profile": [
      "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization|2.2.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version": "5.0.0",
            "code": "NPI",
            "display": "National Provider Identifier"
          }
        ],
        "text": "National Provider Identifier"
      },
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    }
  ],
  "active": true,
  "name": "Black Medical Group",
  "address": [
    {
      "line": [
        "Attn: Black Medical Group"
      ],
      "city": "Pittsburgh",
      "state": "PA",
      "postalCode": "15222",
      "country": "USA"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "555-555-5560",
          "use": "work"
        }
      ]
    }
  ]
}