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

: Eric Hospital - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "5.5.5.5",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2023-06-29T14:54:28.429Z",
    "profile" : [
      🔗 "https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is a organization\n\t\t\t\t\t\t\t\t\tdescription data element. \n                    \n                    \n        \n        \n        </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:5.5.5.5"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType",
          "code" : "Implementer"
        }
      ]
    }
  ],
  "name" : "Eric Hospital",
  "address" : [
    {
      "use" : "work",
      "type" : "both",
      "line" : [
        "200 Main St."
      ],
      "city" : "Austin",
      "state" : "TX",
      "postalCode" : "2472",
      "country" : "US"
    }
  ],
  "partOf" : {
    "identifier" : {
      "use" : "official",
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid: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"
      }
    }
  ]
}