Interoperable Digital Identity and Patient Matching
3.0.0-current - STU 3 United States of America flag

Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 3.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions

: FAST Organization Example

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "FastOrgExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/identity-matching/StructureDefinition/FASTIdentityOrganization"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization FastOrgExample</b></p><a name=\"FastOrgExample\"> </a><a name=\"hcFastOrgExample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-FASTIdentityOrganization.html\">FAST Identity Organization</a></p></div><blockquote><p><b>Organization vLEI</b></p><ul><li>leiCode: 5493001KJTIIGC8Y1R12</li><li>credentialSAID: EBfdlu8R27Fbx-ehrqwImnK-8Cm79sqbAQ4MmvEAYqao</li><li>source: <a href=\"https://examplehealth.org/.well-known/vlei/oobi/EBfdlu8R27Fbx-ehrqwImnK-8Cm79sqbAQ4MmvEAYqao\">https://examplehealth.org/.well-known/vlei/oobi/EBfdlu8R27Fbx-ehrqwImnK-8Cm79sqbAQ4MmvEAYqao</a></li><li>issuer: Qualified vLEI Issuer — Example QVI Inc. (AID: EKY1t...QVI)</li><li>verificationDate: 2026-05-19 14:32:00+0000</li><li>status: active</li></ul></blockquote><p><b>identifier</b>: National provider identifier/1234567893, <code>https://www.gleif.org/lei</code>/5493001KJTIIGC8Y1R12\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Example Health System</p><p><b>telecom</b>: <a href=\"tel:+1-617-555-0142\">+1-617-555-0142</a></p><p><b>address</b>: 500 Interoperability Way Boston MA 02110 US </p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "leiCode",
          "valueString" : "5493001KJTIIGC8Y1R12"
        },
        {
          "url" : "credentialSAID",
          "valueString" : "EBfdlu8R27Fbx-ehrqwImnK-8Cm79sqbAQ4MmvEAYqao"
        },
        {
          "url" : "source",
          "valueUrl" : "https://examplehealth.org/.well-known/vlei/oobi/EBfdlu8R27Fbx-ehrqwImnK-8Cm79sqbAQ4MmvEAYqao"
        },
        {
          "url" : "issuer",
          "valueString" : "Qualified vLEI Issuer — Example QVI Inc. (AID: EKY1t...QVI)"
        },
        {
          "url" : "verificationDate",
          "valueDateTime" : "2026-05-19T14:32:00Z"
        },
        {
          "url" : "status",
          "valueCode" : "active"
        }
      ],
      "url" : "http://hl7.org/fhir/us/identity-matching/StructureDefinition/organization-vlei"
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI",
            "display" : "National provider identifier"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1234567893"
    },
    {
      "use" : "official",
      "system" : "https://www.gleif.org/lei",
      "value" : "5493001KJTIIGC8Y1R12",
      "assigner" : {
        "display" : "GLEIF (via accredited LOU)"
      }
    }
  ],
  "active" : true,
  "name" : "Example Health System",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+1-617-555-0142",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "500 Interoperability Way"
      ],
      "city" : "Boston",
      "state" : "MA",
      "postalCode" : "02110",
      "country" : "US"
    }
  ]
}