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

FHIR IG analytics

Packagehl7.fhir.us.mcode
Resource TypeOrganization
IdOrganization-us-core-organization-bedrock-medicine.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 us-core-organization-bedrock-medicine

identifier: NPI/1265710008

active: true

name: Bedrock Medicine

address: 55 Secant Street Cambridge MA 02141 USA

Contacts

-Telecom
*ph: 617-555-2200

Source1

{
  "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"
        }
      ]
    }
  ]
}