FHIR IG analytics| Package | hl7.fhir.us.mcode |
| Resource Type | Organization |
| Id | Organization-us-core-organization-bedrock-medicine.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization us-core-organization-bedrock-medicine
identifier: NPI/1265710008
active: true
name: Bedrock Medicine
address: 55 Secant Street Cambridge MA 02141 USA
| Telecom |
| ph: 617-555-2200 |
{
"resourceType": "Organization",
"id": "us-core-organization-bedrock-medicine",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1265710008"
}
],
"active": true,
"name": "Bedrock Medicine",
"address": [
{
"line": [
"55 Secant Street"
],
"city": "Cambridge",
"state": "MA",
"postalCode": "02141",
"country": "USA"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "617-555-2200"
}
]
}
]
}