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

General-extensions.xml

General Extensions for use by FHIR Implementers

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="Provides a reason why the expected value or elements in the element that is extended are
         missing."><b>extension</b></span>&gt;<a name="data-absent-reason"> </a>&lt;!--  <span style="color: brown"><b>0..1</b></span> <span style="color: navy">Context: DataType = *</span> --&gt;
 &lt;<b>url</b> value=&quot;<span style="color: maroon">http://hl7.org/fhir/Profile/general-extensions#data-absent-reason</span>&quot;/&gt;
 &lt;<span title="Provides a reason why the expected value or elements in the element that is extended are
         missing."><b>valueCode</b></span> value=&quot;[<span style="color: darkgreen"><a href="http://hl7.org/fhir/datatypes.html#code">code</a></span>]&quot;/&gt;<span style=" color: Gray">&lt;!-- </span><span style="color: navy">unknown | asked | temp | notasked | masked | unsupported | astext | error</span><span style=" color: Gray"> --&gt;</span>
&lt;/extension&gt;

&lt;<span title="The registered place of birth of the patient."><b>extension</b></span>&gt;<a name="birthPlace"> </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/general-extensions#birthPlace</span>&quot;/&gt;
 &lt;<span title="The registered place of birth of the patient."><b>valueAddress</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#Address">Address</a></span> <span style="color: navy">Place of Birth for patient</span> <span style=" color: Gray">--&gt; </span>&lt;/valueAddress&gt;
&lt;/extension&gt;

</pre></div>
  </text>
  <name value="General Extensions for use by FHIR Implementers"/>
  <publisher value="HL7 FHIR project"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="A set of general extensions defined for the convenience of implementers that use FHIR
   resources"/>
  <status value="draft"/>
  <date value="2013-12-05"/>
  <mapping>
    <identity value="rim"/>
    <uri value="http://hl7.org/v3"/>
    <name value="RIM"/>
  </mapping>
  <extensionDefn>
    <code value="data-absent-reason"/>
    <display value="unknown | asked | temp | notasked | masked | unsupported | astext | error"/>
    <contextType value="datatype"/>
    <context value="*"/>
    <definition>
      <short value="unknown | asked | temp | notasked | masked | unsupported | astext | error"/>
      <formal value="Provides a reason why the expected value or elements in the element that is extended are
       missing."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="code"/>
      </type>
      <mustSupport value="false"/>
      <isModifier value="false"/>
      <binding>
        <name value="DataAbsentReason"/>
        <isExtensible value="true"/>
        <referenceResource>
          <reference value="http://hl7.org/fhir/vs/data-absent-reason"/>
        </referenceResource>
      </binding>
      <mapping>
        <identity value="rim"/>
        <map value="ANY.nullFlavor"/>
      </mapping>
    </definition>
  </extensionDefn>
  <extensionDefn>
    <code value="birthPlace"/>
    <display value="Place of Birth for patient"/>
    <contextType value="resource"/>
    <context value="Patient"/>
    <definition>
      <short value="Place of Birth for patient"/>
      <formal value="The registered place of birth of the patient."/>
      <min value="0"/>
      <max value="1"/>
      <type>
        <code value="Address"/>
      </type>
      <mustSupport value="false"/>
      <isModifier value="false"/>
    </definition>
  </extensionDefn>
</Profile>