0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

: Kyras Clinic - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "create-full-example",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-07-23T16:21:45.875+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: create-full-example</p><h3>Meta</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>identifier</b>: id: urn:oid:8.8.8.8 (OFFICIAL)</p><p><b>active</b>: false</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type other}\">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></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>test21@test.com(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"
      }
    }
  ]
}