Retrieve Ethnicity for a Subject Identifier
get
/ohfapi/cg/v3.3/subjectapi/subjects/{id}/ethnicity
This endpoint supports the retrieval of Ethnicities for a single Subject Identifier passed. It returns all the Ethnicity related information like Value Code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: integer(int64)
Minimum Value:
0Subject Row ID
Query Parameters
-
limit(optional): integer(int32)
Pagination query params: ?limit=2&offset=0
-
offset(optional): integer(int32)
Pagination query params: ?limit=2&offset=0
Security
-
basicAuth: basic
Type:
basic
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Root Schema : PageableCollectionEthnicity
Type:
objectModel for paginated collections of data.
Show Source
-
count(optional):
integer(int64)
Number of objects in the 'items' collection.
-
hasMore(optional):
boolean
A boolean indicating if more pages are available.
-
items(optional):
array items
A collection of paged items.
-
links(optional):
array links
A collection of links containing hrefs to the current, next, and previous pages as applicable.
-
resourceType(optional):
string
Identify the resource type
Nested Schema : items
Type:
arrayA collection of paged items.
Show Source
-
Array of:
object Ethnicity
Model for a Ethnicity object in CDM.
Nested Schema : links
Type:
arrayA collection of links containing hrefs to the current, next, and previous pages as applicable.
Show Source
Example:
{rel: 'next',href: '/patientapi/patients?limit=100&offset=300'}Nested Schema : Ethnicity
Type:
objectModel for a Ethnicity object in CDM.
Show Source
-
identifier(optional):
object Identifier
Identifier assigned by a given system
-
patient(optional):
object LinkedReference
-
subject(optional):
object LinkedReference
-
valueCode(optional):
object CodeableConcept
Model that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Nested Schema : Identifier
Type:
objectIdentifier assigned by a given system
Show Source
-
system(optional):
string
System which assigned this identifier
-
value(optional):
string
Identifier value
Nested Schema : CodeableConcept
Type:
objectModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Show Source
-
coding(optional):
array coding
Read Only:
trueCode(s) defined by a terminology system. -
text(optional):
string
Plain text representation of the concept.
Nested Schema : coding
Type:
arrayRead Only:
trueCode(s) defined by a terminology system.
Show Source
-
Array of:
object Coding
Model for a reference to a code defined by a terminology system.
Nested Schema : Coding
Type:
objectModel for a reference to a code defined by a terminology system.
Show Source
-
code(optional):
string
Symbol in syntax defined by the system.
-
description(optional):
string
Description defined by the system.
-
display(optional):
string
Representation defined by the system.
-
srvcProviderId(optional):
string
Service Provider Id of Specimen Alias .
-
srvcProviderName(optional):
string
Service Provider Name of Specimen Alias .
-
sysId(optional):
string
Identity of the terminology system.
-
sysName(optional):
string
Name of the terminology system.
-
sysVersion(optional):
string
Version of the system - if relevant.
400 Response
Invalid parameters supplied
404 Response
Ethnicitys(s) not found
Examples
The following example submits a GET request.
API URL
http://localhost:7010/ohfapi/cg/v3.3/subjectapi/subjects/4/ethnicity
Example of Response Body
The following example shows the response returned in JSON format.
{
"resourceType" : "Ethnicity",
"items" : [ {
"identifier" : {
"system" : "CDM",
"value" : "1"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity1",
"display" : "Ethnicity1Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
}, {
"identifier" : {
"system" : "CDM",
"value" : "10"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity10",
"display" : "Ethnicity10Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
}, {
"identifier" : {
"system" : "CDM",
"value" : "2"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity2",
"display" : "Ethnicity2Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
}, {
"identifier" : {
"system" : "CDM",
"value" : "3"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity3",
"display" : "Ethnicity3Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
}, {
"identifier" : {
"system" : "CDM",
"value" : "4"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity4",
"display" : "Ethnicity4Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
}, {
"identifier" : {
"system" : "CDM",
"value" : "5"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity5",
"display" : "Ethnicity5Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
}, {
"identifier" : {
"system" : "CDM",
"value" : "6"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity6",
"display" : "Ethnicity6Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
}, {
"identifier" : {
"system" : "CDM",
"value" : "7"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity7",
"display" : "Ethnicity7Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
}, {
"identifier" : {
"system" : "CDM",
"value" : "8"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity8",
"display" : "Ethnicity8Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
}, {
"identifier" : {
"system" : "CDM",
"value" : "9"
},
"valueCode" : {
"coding" : [ {
"code" : "Ethnicity9",
"display" : "Ethnicity9Name",
"description" : "Ethnicity Desc",
"sysId" : "EHA_CUSTOM_CD_SYS",
"sysName" : "EHA Custom Code System",
"sysVersion" : "1"
} ]
},
"subject" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4"
},
"patient" : {
"reference" : "/ohfapi/cg/v3.3/subjectapi/subjects/4/patients"
}
} ],
"count" : 10,
"hasMore" : false,
"links" : [ {
"rel" : "self",
"href" : "http://localhost:7010/ohfapi/cg/v3.3/subjectapi/subjects/4/ethnicity"
} ]
}