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
This profile defines several extensions relevant to the US realm
An example Patient showing these extensions can be found here.
This profile was published on Tue, Dec 3, 2013 00:00+1100 as a draft by Fhir Core Team
The id of this profile is us-core
<!-- Extensions --> <extension> <!-- 0..1 Context: Resource = Patient --> <url value="http://hl7.org/fhir/Profile/us-core#race"/> <valueCodeableConcept><!-- 0..1 CodeableConcept A category of humans sharing history, origin or nationality --> </valueCodeableConcept> </extension> <extension> <!-- 0..1 Context: Resource = Patient --> <url value="http://hl7.org/fhir/Profile/us-core#ethnicity"/> <valueCodeableConcept><!-- 0..1 CodeableConcept A category of human sharing heritage --> </valueCodeableConcept> </extension> <extension> <!-- 0..1 Context: DataType = Address --> <url value="http://hl7.org/fhir/Profile/us-core#county"/> <valueString value="[string]"/><!-- Name of county --> </extension>
Path | Definition | Type | Reference |
---|---|---|---|
[us-core].extensions.race | A code classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. | Incomplete | http://hl7.org/fhir/v3/vs/Race |
[us-core].extensions.ethnicity | A code classifying the person into a named category of humans sharing a common real or presumed heritage. | Incomplete | http://hl7.org/fhir/v3/vs/Ethnicity |
.
No Example Provided