Sequoia Project Healthcare Directory Implementation Guide
1.2.0 - Release 1

: Kyras Clinic - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "8.8.8.8",
  "meta" : {
    "profile" : [
      🔗 "https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 8.8.8.8</b></p><a name=\"8.8.8.8\"> </a><a name=\"hc8.8.8.8\"> </a><a name=\"8.8.8.8-en-US\"> </a><p><b>Domains</b>: <a href=\"CodeSystem-Domains.html#Domains-CQ\">Domains CQ</a>: CQ</p><p><b>identifier</b>: Home Community ID/urn:oid:8.8.8.8\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType Implementer}\">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>: Identifier: <code>http://www.hl7.org/oid/</code>/1.1.1.1\u00a0(use:\u00a0official,\u00a0)</p><blockquote><p><b>contact</b></p><p><b>name</b>: Family, Given(Official)</p><p><b>telecom</b>: <a href=\"mailto:test21@test.com\">test21@test.com</a>, ph: 555-555-5555(Work)</p><p><b>address</b>: 100 Main St. Austin 78737 US (work)</p></blockquote><p><b>endpoint</b>: <a href=\"Endpoint-fhir-endpoint.html\">Endpoint patient query</a></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"
    }
  ]
}