Sequoia Project Healthcare Directory Implementation Guide
1.0.8 - Release 1 United States of America flag

: Kyras Clinic - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "8.8.8.8",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2023-06-29T14:54:20.952Z",
    "profile" : [
      🔗 "https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"8.8.8.8\"> </a><a name=\"hc8.8.8.8\"> </a></p><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\">Resource Organization &quot;8.8.8.8&quot; Version &quot;5&quot; Updated &quot;2023-06-29 14:54:20+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SequoiaOrganization.html\">Sequoia Organization</a></p></div><p><b>Domains</b>: CQ (Details: https://sequoiaproject.org/fhir/sphd/CodeSystem/Domains code CQ = 'CQ', stated as 'null')</p><p><b>identifier</b>: Home Community ID/urn:oid:8.8.8.8\u00a0(use:\u00a0official)</p><p><b>active</b>: true</p><p><b>type</b>: Implementer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-OrganizationType.html\">Organization Type</a>#Implementer)</span></p><p><b>name</b>: Kyras Clinic</p><p><b>address</b>: 200 Main St. Austin TX 2472 US (work)</p><p><b>partOf</b>: <span><code>http://www.hl7.org/oid/</code>/1.1.1.1\u00a0(use:\u00a0official)</span></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Family, Given(Official)</td><td><a href=\"mailto:test21@test.com\">test21@test.com</a>, ph: 555-555-5555(WORK)</td><td>100 Main St. Austin 78737 US (work)</td></tr></table><p><b>endpoint</b>: <a href=\"Endpoint-fhir-endpoint.html\">Endpoint/fhir-endpoint</a> &quot;patient query&quot;</p></div>"
  },
  "extension" : [
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Domains",
      "valueCoding" : {
        "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/Domains",
        "code" : "CQ"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes",
            "code" : "HCID"
          }
        ]
      },
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:8.8.8.8"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType",
          "code" : "Implementer"
        }
      ]
    }
  ],
  "name" : "Kyras Clinic",
  "address" : [
    {
      "use" : "work",
      "type" : "both",
      "line" : [
        "200 Main St."
      ],
      "city" : "Austin",
      "state" : "TX",
      "postalCode" : "2472",
      "country" : "US"
    }
  ],
  "partOf" : {
    "identifier" : {
      "use" : "official",
      "system" : "http://www.hl7.org/oid/",
      "value" : "1.1.1.1"
    }
  },
  "contact" : [
    {
      "name" : {
        "use" : "official",
        "text" : "Family, Given"
      },
      "telecom" : [
        {
          "system" : "email",
          "value" : "test21@test.com",
          "use" : "work"
        },
        {
          "system" : "phone",
          "value" : "555-555-5555",
          "use" : "work"
        }
      ],
      "address" : {
        "use" : "work",
        "type" : "both",
        "line" : [
          "100 Main St."
        ],
        "city" : "Austin",
        "postalCode" : "78737",
        "country" : "US"
      }
    }
  ],
  "endpoint" : [
    {
      🔗 "reference" : "Endpoint/fhir-endpoint"
    }
  ]
}