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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeOrganization
IdOrganization-BurrClinic.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 BurrClinic

Last updated: 2020-07-07 13:26:22+0000; Language: en-US

Profile: NDH Organization Profile

NDH Logo: image/png @ http://example.org/flame-logo

identifier: NPI/1356362586

active: true

type: Facility

name: Burr Clinic

telecom: ph: (111)-222-3333, https://www.burrclinic.com

address: 123 Main Street Anytown CT 00014-1234

Contacts

-Telecom
*ph: (111)-222-3333

Source1

{
  "resourceType": "Organization",
  "id": "BurrClinic",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-logo",
      "valueAttachment": {
        "contentType": "image/png",
        "url": "http://example.org/flame-logo"
      }
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
          "valueCode": "active"
        }
      ],
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1356362586"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhOrgTypeCS",
          "code": "fac",
          "display": "Facility"
        }
      ]
    }
  ],
  "name": "Burr Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "(111)-222-3333",
      "rank": 2
    },
    {
      "system": "url",
      "value": "https://www.burrclinic.com",
      "rank": 1
    }
  ],
  "address": [
    {
      "line": [
        "123 Main Street"
      ],
      "city": "Anytown",
      "state": "CT",
      "postalCode": "00014-1234"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "(111)-222-3333",
          "rank": 1
        }
      ]
    }
  ]
}