FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Patient |
| Id | Patient-GoldenRecordPatientMultiCSPExample2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient GoldenRecordPatientMultiCSPExample2
Profile: Golden Record Patient (Universal)
Jane Doe (official) Female, DoB: 1979-01-01 ( Golden Identifier: 987f6543-a21b-45d6-b789-123456789abc (use: official, period: 2025-09-30 --> (ongoing)))
| Other Id: | Golden Identifier/123e4567-e89b-12d3-a456-426614174000 (use: official, period: 2026-01-15 --> (ongoing)) | ||
{
"resourceType": "Patient",
"id": "GoldenRecordPatientMultiCSPExample2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/identity-matching/StructureDefinition/GoldenRecordPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/IdentifierTypes",
"code": "golden",
"display": "Golden Identifier"
}
]
},
"system": "https://csp-a.example.org/golden-ids",
"value": "123e4567-e89b-12d3-a456-426614174000",
"period": {
"start": "2026-01-15"
},
"assigner": {
"display": "CSP-A Identity Trust Network"
}
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/IdentifierTypes",
"code": "golden",
"display": "Golden Identifier"
}
]
},
"system": "https://csp-b.example.org/golden-ids",
"value": "987f6543-a21b-45d6-b789-123456789abc",
"period": {
"start": "2025-09-30"
},
"assigner": {
"display": "CSP-B Identity Services"
}
}
],
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"Jane"
]
}
],
"gender": "female",
"birthDate": "1979-01-01"
}