eHealthExchange Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: Subparticipant Hospital - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "sub-participant-example",
  "meta" : {
    "versionId" : "20",
    "lastUpdated" : "2023-06-28T16:32:19.874Z",
    "profile" : [
      🔗 "https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxSubParticipant"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"sub-participant-example\"> </a><a name=\"hcsub-participant-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;sub-participant-example&quot; Version &quot;20&quot; Updated &quot;2023-06-28 16:32:19+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eHxSubParticipant.html\">eHx SubParticipant</a></p></div><p><b>Domains</b>: eHx (Details: https://sequoiaproject.org/fhir/sphd/CodeSystem/Domains code eHx = 'eHx', stated as 'null')</p><p><b>OrgManagingOrg</b>: <a href=\"Organization-participant-example.html\">Organization/participant-example</a> &quot;Participant Hospital&quot;</p><p><b>identifier</b>: Home Community ID/urn:oid:5.5.5.5\u00a0(use:\u00a0OFFICIAL)</p><p><b>active</b>: false</p><p><b>type</b>: Subparticipant <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"file:///tmp/tmp-1-kGj1u5sPsWbv/output/CodeSystem-OrganizationType.html\">Organization Type</a>#Subparticipant)</span>, Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-organization-role.html\">Organization Affiliation Role</a>#provider)</span></p><p><b>name</b>: Subparticipant Hospital</p><p><b>address</b>: Primary(WORK)</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</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>Primary(WORK)</td></tr></table><hr/><blockquote><p><b>Generated Narrative: Location #orgloc</b><a name=\"orgloc\"> </a><a name=\"hcorgloc\"> </a></p><p><b>Org Role</b>: Provider (Details: http://hl7.org/fhir/organization-role code provider = 'Provider', stated as 'null')</p><p><b>type</b>: Administrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"file:///tmp/tmp-1-kGj1u5sPsWbv/output/CodeSystem-SequoiaServiceDeliveryLocationRoleTypeCodingSystem.html\">Sequoia Service Delivery Location Role Type Coding System</a>#administrative)</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-97.7047386</td><td>30.4159542</td></tr></table></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Location",
      "id" : "orgloc",
      "meta" : {
        "profile" : [
          🔗 "https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxSubparticipantLocation"
        ]
      },
      "extension" : [
        {
          "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/OrgRole",
          "valueCoding" : {
            "system" : "http://hl7.org/fhir/organization-role",
            "code" : "provider"
          }
        }
      ],
      "type" : [
        {
          "coding" : [
            {
              "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaServiceDeliveryLocationRoleTypeCodingSystem",
              "code" : "administrative"
            }
          ]
        }
      ],
      "position" : {
        "longitude" : -97.7047386,
        "latitude" : 30.4159542
      }
    }
  ],
  "extension" : [
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Domains",
      "valueCoding" : {
        "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/Domains",
        "code" : "eHx"
      }
    },
    {
      "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/org-managing-org",
      "valueReference" : {
        🔗 "reference" : "Organization/participant-example"
      }
    }
  ],
  "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" : false,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType",
          "code" : "Subparticipant",
          "display" : "Subparticipant"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/organization-role",
          "code" : "provider",
          "display" : "Provider"
        }
      ]
    }
  ],
  "name" : "Subparticipant Hospital",
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/OrgLocation",
          "valueReference" : {
            "reference" : "#orgloc"
          }
        }
      ],
      "use" : "work",
      "type" : "both",
      "text" : "Primary",
      "line" : [
        "200 Main St."
      ],
      "city" : "Austin",
      "state" : "TX",
      "postalCode" : "2472",
      "country" : "US"
    }
  ],
  "contact" : [
    {
      "extension" : [
        {
          "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/company",
          "valueString" : "example-companyy"
        }
      ],
      "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",
        "text" : "Primary",
        "line" : [
          "100 Main St."
        ],
        "city" : "Austin",
        "postalCode" : "78737",
        "country" : "US"
      }
    }
  ]
}