DaVinci PDEX Plan Net
1.0.0 - STU1

This page is part of the DaVinci PDEX Plan Net (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: BurrClinic - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "BurrClinic",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: NPI999</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS fac}\">Facility</span></p><p><b>name</b>: Burr Clinic</p><p><b>telecom</b>: ph: (111)-222-3333, <a href=\"https://www.burrclinic.com\">https://www.burrclinic.com</a></p><p><b>address</b>: 123 Main Street Anytown CT 00014-1234 </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>ph: (111)-222-3333</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "NPI999"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS",
          "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
        }
      ]
    }
  ]
}