0.2.2 - ci-build

FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions

: Org-StDymphnas - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "stdymphnas",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDirEndpointQry-Organization",
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization"
    ],
    "security" : [
      {
        "code" : "R",
        "display" : "restricted"
      }
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Organization stdymphnas</b></p><a name=\"stdymphnas\"> </a><a name=\"hcstdymphnas\"> </a><a name=\"stdymphnas-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-07-07 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profiles: <code>http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDirEndpointQry-Organization</code>, <code>http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization</code></p><p style=\"margin-bottom: 0px\">Security Label: restricted (Details: [not stated] code R  = ' R ', stated as ' restricted ')</p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.0.2/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/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>: St. Dymphna's Women's Shelter</p><p><b>telecom</b>: ph: (111)-222-3333, <a href=\"https://www.stdymphna.com\">https://www.stdymphna.com</a></p><p><b>address</b>: 555 Side Street Hartford CT 00014-1234 </p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</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" : "St. Dymphna's Women's Shelter",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(111)-222-3333",
      "rank" : 2
    },
    {
      "system" : "url",
      "value" : "https://www.stdymphna.com",
      "rank" : 1
    }
  ],
  "address" : [
    {
      "line" : [
        "555 Side Street"
      ],
      "city" : "Hartford",
      "state" : "CT",
      "postalCode" : "00014-1234"
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "(111)-222-3333",
          "rank" : 1
        }
      ]
    }
  ]
}