FHIR IG analytics| Package | hl7.fhir.us.carin-bb |
| Resource Type | Organization |
| Id | Organization-ProviderOrganization4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ProviderOrganization4
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: Blue Medical Group
address: Attn: Blue Medical Group Pittsburgh PA 15222 USA
| Telecom |
| ph: 555-555-5530(Work) |
{
"resourceType": "Organization",
"id": "ProviderOrganization4",
"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": "Blue Medical Group",
"address": [
{
"line": [
"Attn: Blue Medical Group"
],
"city": "Pittsburgh",
"state": "PA",
"postalCode": "15222",
"country": "USA"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "555-555-5530",
"use": "work"
}
]
}
]
}