FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Patient |
| Id | Patient-GoldenRecordCSPExampleFromJson.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient GoldenRecordCSPExampleFromJson
Profile: Golden Record Patient (Universal)
Jane Marie Doe (official) Female, DoB: 1979-01-01 ( Golden Identifier: 123e4567-e89b-12d3-a456-426614174000 (use: official, period: 2026-01-15 --> (ongoing)))
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "GoldenRecordCSPExampleFromJson",
"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"
}
}
],
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"Jane",
"Marie"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1-617-555-0187",
"use": "mobile"
},
{
"system": "email",
"value": "jane.doe@example.com"
}
],
"gender": "female",
"birthDate": "1979-01-01",
"address": [
{
"use": "home",
"line": [
"742 Evergreen Terrace"
],
"city": "Springfield",
"state": "MA",
"postalCode": "01101",
"country": "US"
}
]
}