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

: PharmChain - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "PharmChain",
  "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: NPI-ORGA</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 prvgrp}\">Provider Group</span></p><p><b>name</b>: Pharm Chain</p><p><b>telecom</b>: ph: (111)-222-3333, <a href=\"https://www.pharmchain.com\">https://www.pharmchain.com</a></p><p><b>address</b>: 123 Main Street Norwalk CT 00014-1234 </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "NPI-ORGA"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS",
          "code" : "prvgrp",
          "display" : "Provider Group"
        }
      ]
    }
  ],
  "name" : "Pharm Chain",
  "telecom" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "daysOfWeek",
              "valueCode" : "mon"
            },
            {
              "url" : "daysOfWeek",
              "valueCode" : "tue"
            },
            {
              "url" : "daysOfWeek",
              "valueCode" : "wed"
            },
            {
              "url" : "daysOfWeek",
              "valueCode" : "thu"
            },
            {
              "url" : "daysOfWeek",
              "valueCode" : "fri"
            },
            {
              "url" : "availableStartTime",
              "valueTime" : "08:00:00"
            },
            {
              "url" : "availableEndTime",
              "valueTime" : "17:00:00"
            }
          ],
          "url" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/contactpoint-availabletime"
        }
      ],
      "system" : "phone",
      "value" : "(111)-222-3333",
      "rank" : 2
    },
    {
      "system" : "url",
      "value" : "https://www.pharmchain.com",
      "rank" : 1
    }
  ],
  "address" : [
    {
      "line" : [
        "123 Main Street"
      ],
      "city" : "Norwalk",
      "state" : "CT",
      "postalCode" : "00014-1234"
    }
  ]
}