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

Us-core.xml

United Stated realm FHIR Profile

Raw XML

<Profile xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><pre> <span style="float: right"><a href="formats.html" title="Documentation for this format"><img alt="doco" src="help.png"/></a></span>
<span style=" color: Gray">&lt;!-- <span style="color: Darkviolet">Extensions</span> --&gt;</span>
&lt;<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>&gt;<a name="race"> </a>&lt;!--  <span style="color: brown"><b>0..1</b></span> <span style="color: navy">Context: Resource = Patient</span> --&gt;
 &lt;<b>url</b> value=&quot;<span style="color: maroon">http://hl7.org/fhir/Profile/us-core#race</span>&quot;/&gt;
 &lt;<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>&gt;<span style=" color: Gray">&lt;!-- </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">--&gt; </span>&lt;/valueCodeableConcept&gt;
&lt;/extension&gt;

&lt;<span title="A code classifying the person into a named category of humans sharing a common real or
         presumed heritage."><b>extension</b></span>&gt;<a name="ethnicity"> </a>&lt;!--  <span style="color: brown"><b>0..1</b></span> <span style="color: navy">Context: Resource = Patient</span> --&gt;
 &lt;<b>url</b> value=&quot;<span style="color: maroon">http://hl7.org/fhir/Profile/us-core#ethnicity</span>&quot;/&gt;
 &lt;<span title="A code classifying the person into a named category of humans sharing a common real or
         presumed heritage."><b>valueCodeableConcept</b></span>&gt;<span style=" color: Gray">&lt;!-- </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">--&gt; </span>&lt;/valueCodeableConcept&gt;
&lt;/extension&gt;

&lt;<span title="Name of county."><b>extension</b></span>&gt;<a name="county"> </a>&lt;!--  <span style="color: brown"><b>0..1</b></span> <span style="color: navy">Context: DataType = Address</span> --&gt;
 &lt;<b>url</b> value=&quot;<span style="color: maroon">http://hl7.org/fhir/Profile/us-core#county</span>&quot;/&gt;
 &lt;<span title="Name of county."><b>valueString</b></span> value=&quot;[<span style="color: darkgreen"><a href="http://hl7.org/fhir/datatypes.html#string">string</a></span>]&quot;/&gt;<span style=" color: Gray">&lt;!-- </span><span style="color: navy">Name of county</span><span style=" color: Gray"> --&gt;</span>
&lt;/extension&gt;

</pre></div>
  </text>
  <name value="United Stated realm FHIR Profile"/>
  <publisher value="Fhir Core Team"/>
  <description value="Contains constraints and extensions to the FHIR specification specific to the US realm"/>
  <status value="draft"/>
  <date value="2013-12-03"/>
  <extensionDefn>
    <code value="race"/>
    <display value="A category of humans sharing history, origin or nationality"/>
    <contextType value="resource"/>
    <context value="Patient"/>
    <definition>
      <short value="A category of humans sharing history, origin or nationality"/>
      <formal value="A code classifying the person into a named category of humans sharing common history,
       traits, geographical origin or nationality."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <mustSupport value="false"/>
      <isModifier value="false"/>
      <binding>
        <name value="Race"/>
        <isExtensible value="true"/>
        <referenceResource>
          <reference value="http://hl7.org/fhir/v3/vs/Race"/>
        </referenceResource>
      </binding>
    </definition>
  </extensionDefn>
  <extensionDefn>
    <code value="ethnicity"/>
    <display value="A category of human sharing heritage"/>
    <contextType value="resource"/>
    <context value="Patient"/>
    <definition>
      <short value="A category of human sharing heritage"/>
      <formal value="A code classifying the person into a named category of humans sharing a common real or
       presumed heritage."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <mustSupport value="false"/>
      <isModifier value="false"/>
      <binding>
        <name value="Ethnicity"/>
        <isExtensible value="true"/>
        <referenceResource>
          <reference value="http://hl7.org/fhir/v3/vs/Ethnicity"/>
        </referenceResource>
      </binding>
    </definition>
  </extensionDefn>
  <extensionDefn>
    <code value="county"/>
    <display value="Name of county"/>
    <contextType value="datatype"/>
    <context value="Address"/>
    <definition>
      <short value="Name of county"/>
      <formal value="Name of county."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="string"/>
      </type>
      <mustSupport value="false"/>
      <isModifier value="false"/>
    </definition>
  </extensionDefn>
</Profile>