HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 患者户籍 - XML Representation

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="patient-native-place"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href="CodeSystem-admindiv-prov.html"><code>http://hl7.org.cn/fhir/CodeSystem/admindiv-prov</code></a></li><li>Include all codes defined in <a href="CodeSystem-admindiv-beijing-dist.html"><code>http://hl7.org.cn/fhir/CodeSystem/admindiv-beijing-dist</code></a></li><li>Include these codes as defined in <a href="CodeSystem-citizenship-class.html"><code>http://hl7.org.cn/fhir/CodeSystem/citizenship-class</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="CodeSystem-citizenship-class.html#citizenship-class-foreign">foreign</a></td><td>外国籍</td><td>公民国籍不属于使用此代码系统的管辖范围的所在国。</td></tr></table></li><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.html"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-UNK">UNK</a></td><td>unknown</td><td>**Description:**A proper value is applicable, but not known.<br/><br/>**Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:<br/><br/>1.  Those properties themselves directly translate to a semantic of &quot;unknown&quot;. (E.g. a local code sent as a translation that conveys 'unknown')<br/>2.  Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of &quot;H&quot; and a URL prefix of &quot;tel:&quot; to convey that it is the home phone number that is unknown.)</td></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.org.cn/fhir/ValueSet/patient-native-place"/>
  <version value="2024.5.5"/>
  <name value="PatientNativePlace"/>
  <title value="患者户籍"/>
  <status value="active"/>
  <date value="2024-05-05T21:11:47+08:00"/>
  <publisher value="HL7中国"/>
  <contact>
    <name value="HL7中国"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org.cn"/>
    </telecom>
  </contact>
  <description
               value="患者的籍贯。当籍贯为北京市则具体到北京市区级代码,当籍贯为北京市以外则具体到中国省级代码,如不为中国籍则填“外国籍”,如未知则填“UNK”。"/>
  <compose>
    <include>
      <system value="http://hl7.org.cn/fhir/CodeSystem/admindiv-prov"/>
    </include>
    <include>
      <system
              value="http://hl7.org.cn/fhir/CodeSystem/admindiv-beijing-dist"/>
    </include>
    <include>
      <system value="http://hl7.org.cn/fhir/CodeSystem/citizenship-class"/>
      <concept>
        <code value="foreign"/>
        <display value="外国籍"/>
      </concept>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <concept>
        <code value="UNK"/>
        <display value="unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>