FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Patient |
| Id | Patient-GoldenRecordUSCoreExampleFromJson.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient GoldenRecordUSCoreExampleFromJson
Profile: Golden Record Patient (US Core)
Jane Doe (official) Female, DoB: 1979-01-01 ( Golden Identifier: MRN-556677 (use: usual, period: 2026-01-15 --> (ongoing)))
| Contact Detail |
| ||
| US Core Ethnicity Extension: |
| ||
| US Core Birth Sex Extension | F | ||
| US Core Race Extension: |
| ||
{
"resourceType": "Patient",
"id": "GoldenRecordUSCoreExampleFromJson",
"meta": {
"profile": [
"http://hl7.org/fhir/us/identity-matching/StructureDefinition/GoldenRecordPatientUSCore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2106-3",
"display": "White"
}
},
{
"url": "text",
"valueString": "White"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2186-5",
"display": "Not Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Not Hispanic or Latino"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "F"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/identity-matching/CodeSystem/IdentifierTypes",
"code": "golden",
"display": "Golden Identifier"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "https://hospital.example.org/mrn",
"value": "MRN-556677",
"period": {
"start": "2026-01-15"
},
"assigner": {
"display": "Example Health System"
}
}
],
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"Jane"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1-617-555-0187",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1979-01-01",
"address": [
{
"use": "home",
"line": [
"742 Evergreen Terrace"
],
"city": "Springfield",
"state": "MA",
"postalCode": "01101",
"country": "US"
}
]
}