FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.identity-matching
Resource TypePatient
IdPatient-FastDualCitizenExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient FastDualCitizenExample

Jordan Alexander Rivera (official) Other, DoB: 1988-07-21 ( Golden Record Identifier (use: usual, ))


Other Ids:
  • Golden Record Identifier/GB-GRI-4471-9920-3388 (use: official, )
  • Credential Service Provider Identifier/CLEAR-99201-JAR (use: secondary, )
  • Credential Service Provider Identifier/IDME-44817-JAR (use: secondary, )

Source1

{
  "resourceType": "Patient",
  "id": "FastDualCitizenExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/identity-matching/StructureDefinition/fast-identity-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/identity-matching/StructureDefinition/identity-jurisdiction",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "US",
                "display": "United States of America"
              }
            ]
          }
        }
      ],
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-identifier-type",
            "code": "GRI"
          },
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "https://hospital.example.org/mrn",
      "value": "MRN-556677",
      "assigner": {
        "display": "Example Health System"
      }
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/identity-matching/StructureDefinition/identity-jurisdiction",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "GB",
                "display": "United Kingdom of Great Britain and Northern Ireland"
              }
            ]
          }
        }
      ],
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-identifier-type",
            "code": "GRI"
          }
        ]
      },
      "system": "https://fast.hl7.org/identity/golden-record/gb",
      "value": "GB-GRI-4471-9920-3388",
      "assigner": {
        "display": "NHS England Identity Authority"
      }
    },
    {
      "extension": [
        {
          "extension": [
            {
              "url": "identityAssuranceLevel",
              "valueCoding": {
                "system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-assurance-level",
                "code": "IAL2",
                "display": "Identity Assurance Level 2"
              }
            },
            {
              "url": "authenticatorAssuranceLevel",
              "valueCoding": {
                "system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-assurance-level",
                "code": "AAL2",
                "display": "Authenticator Assurance Level 2"
              }
            },
            {
              "url": "verificationDate",
              "valueDateTime": "2026-03-14"
            },
            {
              "url": "verificationEvidence",
              "valueString": "Government-issued photo ID + liveness selfie match"
            }
          ],
          "url": "http://hl7.org/fhir/us/identity-matching/StructureDefinition/csp-assurance"
        }
      ],
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-identifier-type",
            "code": "CSPID"
          }
        ]
      },
      "system": "https://clearme.com/identity",
      "value": "CLEAR-99201-JAR",
      "assigner": {
        "display": "CLEAR"
      }
    },
    {
      "extension": [
        {
          "extension": [
            {
              "url": "identityAssuranceLevel",
              "valueCoding": {
                "system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-assurance-level",
                "code": "IAL2",
                "display": "Identity Assurance Level 2"
              }
            },
            {
              "url": "verificationDate",
              "valueDateTime": "2025-11-02"
            }
          ],
          "url": "http://hl7.org/fhir/us/identity-matching/StructureDefinition/csp-assurance"
        }
      ],
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-identifier-type",
            "code": "CSPID"
          }
        ]
      },
      "system": "https://id.me/identity",
      "value": "IDME-44817-JAR",
      "assigner": {
        "display": "ID.me"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Rivera",
      "given": [
        "Jordan",
        "Alexander"
      ]
    }
  ],
  "gender": "other",
  "birthDate": "1988-07-21"
}