This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Profile for Contains constraints and extensions to the FHIR specification specific to the US realm
{
"resourceType": "Profile",
"text": {
"status": "generated",
"div": "<div><pre> <span style=\"float: right\"><a title=\"Documentation for this format\" href=\"formats.html\"><img alt=\"doco\" src=\"help.png\"/></a></span>\r\n<span style=\" color: Gray\"><!-- <span style=\"color: Darkviolet\">Extensions</span> --></span>\r\n<<span title=\"A code classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.\"><b>extension</b></span>><a name=\"race\"> </a><!-- <span style=\"color: brown\"><b>0..1</b></span> <span style=\"color: navy\">Context: Resource = Patient</span> -->\r\n <<b>url</b> value="<span style=\"color: maroon\">http://hl7.org/fhir/Profile/us-core#race</span>"/>\r\n <<span title=\"A code classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.\"><b>valueCodeableConcept</b></span>><span style=\" color: Gray\"><!-- </span> <span style=\"color: brown;\"><b>0..1</b></span> <span style=\"color: darkgreen\"><a href=\"http://hl7.org/fhir/datatypes.html#CodeableConcept\">CodeableConcept</a></span> <span style=\"color: navy\">A category of humans sharing history, origin or nationality</span> <span style=\" color: Gray\">--> </span></valueCodeableConcept>\r\n</extension>\r\n\r\n<<span title=\"A code classifying the person into a named category of humans sharing a common real or presumed heritage.\"><b>extension</b></span>><a name=\"ethnicity\"> </a><!-- <span style=\"color: brown\"><b>0..1</b></span> <span style=\"color: navy\">Context: Resource = Patient</span> -->\r\n <<b>url</b> value="<span style=\"color: maroon\">http://hl7.org/fhir/Profile/us-core#ethnicity</span>"/>\r\n <<span title=\"A code classifying the person into a named category of humans sharing a common real or presumed heritage.\"><b>valueCodeableConcept</b></span>><span style=\" color: Gray\"><!-- </span> <span style=\"color: brown;\"><b>0..1</b></span> <span style=\"color: darkgreen\"><a href=\"http://hl7.org/fhir/datatypes.html#CodeableConcept\">CodeableConcept</a></span> <span style=\"color: navy\">A category of human sharing heritage</span> <span style=\" color: Gray\">--> </span></valueCodeableConcept>\r\n</extension>\r\n\r\n<<span title=\"Name of county.\"><b>extension</b></span>><a name=\"county\"> </a><!-- <span style=\"color: brown\"><b>0..1</b></span> <span style=\"color: navy\">Context: DataType = Address</span> -->\r\n <<b>url</b> value="<span style=\"color: maroon\">http://hl7.org/fhir/Profile/us-core#county</span>"/>\r\n <<span title=\"Name of county.\"><b>valueString</b></span> value="[<span style=\"color: darkgreen\"><a href=\"http://hl7.org/fhir/datatypes.html#string\">string</a></span>]"/><span style=\" color: Gray\"><!-- </span><span style=\"color: navy\">Name of county</span><span style=\" color: Gray\"> --></span>\r\n</extension>\r\n\r\n</pre></div>"
},
"name": "United Stated realm FHIR Profile",
"publisher": "Fhir Core Team",
"description": "Contains constraints and extensions to the FHIR specification specific to the US realm",
"status": "draft",
"date": "2013-12-03",
"extensionDefn": [
{
"code": "race",
"display": "A category of humans sharing history, origin or nationality",
"contextType": "resource",
"context": [
"Patient"
],
"definition": {
"short": "A category of humans sharing history, origin or nationality",
"formal": "A code classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mustSupport": false,
"isModifier": false,
"binding": {
"name": "Race",
"isExtensible": true,
"referenceResource": {
"reference": "http://hl7.org/fhir/v3/vs/Race"
}
}
}
},
{
"code": "ethnicity",
"display": "A category of human sharing heritage",
"contextType": "resource",
"context": [
"Patient"
],
"definition": {
"short": "A category of human sharing heritage",
"formal": "A code classifying the person into a named category of humans sharing a common real or presumed heritage.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mustSupport": false,
"isModifier": false,
"binding": {
"name": "Ethnicity",
"isExtensible": true,
"referenceResource": {
"reference": "http://hl7.org/fhir/v3/vs/Ethnicity"
}
}
}
},
{
"code": "county",
"display": "Name of county",
"contextType": "datatype",
"context": [
"Address"
],
"definition": {
"short": "Name of county",
"formal": "Name of county.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mustSupport": false,
"isModifier": false
}
}
]
}