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

FHIR IG analytics

Packagehl7.fhir.us.identity-matching
Resource TypeRelatedPerson
IdRelatedPerson-example-relatedperson-lei.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: RelatedPerson example-relatedperson-lei

identifier: https://www.gleif.org/lei/5493001KJTIIGC8Y1H11

active: true

patient: John Doe Male, DoB: 1980-01-01 ( https://www.gleif.org/lei#5493001KJTIIGC8Y1H11)

name: John Doe

birthDate: 1980-01-01


Source1

{
  "resourceType": "RelatedPerson",
  "id": "example-relatedperson-lei",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/identity-matching/StructureDefinition/RelatedPersonLei"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/identity-matching/StructureDefinition/VLEI",
          "valueAttachment": {
            "contentType": "application/json",
            "data": "eyJ2bG9nSW5mb1Jlc3VsdCI6eyJ2bG9nSW5mb0NvZGVDb250ZW50IjoiQmVzdCB2bG9nSW5mbw=="
          }
        }
      ],
      "system": "https://www.gleif.org/lei",
      "value": "5493001KJTIIGC8Y1H11"
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/example-patient-lei"
  },
  "name": [
    {
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "birthDate": "1980-01-01"
}