Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Kyras Clinic - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "create-full-example",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2021-10-22T18:09:16.301+00:00",
    "source" : "#j01s9ZIh90jP7Pmq"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"create-full-example\"> </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;create-full-example&quot; Version &quot;3&quot; Updated &quot;2021-10-22 18:09:16+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #j01s9ZIh90jP7Pmq!</p></div><p><b>identifier</b>: id:\u00a0urn:oid:8.8.8.8\u00a0(use:\u00a0OFFICIAL)</p><p><b>active</b>: false</p><p><b>type</b>: Other <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#other)</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/></p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</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></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://www.hl7.org/oid/",
      "value" : "urn:oid:8.8.8.8"
    }
  ],
  "active" : false,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "other"
        }
      ]
    }
  ],
  "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"
      }
    }
  ]
}