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