<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="Patient" />
  <meta>
    <versionId value="4" />
    <lastUpdated value="2019-12-11T06:30:42.764+00:00" />
  </meta>
  <url value="http://StructureDefinition.hl7fhir.cn/Patient" />
  <name value="Patient" />
  <title value="患者" />
  <status value="draft" />
  <date value="2019-12-11T06:30:42.2804849Z" />
  <publisher value="hl7fhir.cn" />
  <description value="接受医疗健康服务的个人或动物，医疗过程是以患者为中心的。对交叉索进行中国本地化约定" />
  <fhirVersion value="4.0.0" />
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <mapping>
    <identity value="cda" />
    <uri value="http://hl7.org/v3/cda" />
    <name value="CDA (R2)" />
  </mapping>
  <mapping>
    <identity value="w5" />
    <uri value="http://hl7.org/fhir/fivews" />
    <name value="FiveWs Pattern Mapping" />
  </mapping>
  <mapping>
    <identity value="v2" />
    <uri value="http://hl7.org/v2" />
    <name value="HL7 v2 Mapping" />
  </mapping>
  <mapping>
    <identity value="loinc" />
    <uri value="http://loinc.org" />
    <name value="LOINC code for the element" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="Patient" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Patient" />
  <derivation value="constraint" />
  <differential>
    <element id="Patient">
      <path value="Patient" />
      <short value="接受医疗健康服务的个人或动物" />
      <definition value="接受医疗健康服务个人的人口学信息或动物的管理信息。" />
    </element>
    <element id="Patient.identifier">
      <path value="Patient.identifier" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="system" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <short value="患者交叉索引" />
      <definition value="患者交叉索引，可以通过各种不同的业务标识符交叉检索到此患者" />
      <comment value="若通过业务标识符如一卡通号或住院号来表示，则system中应指定医院uri的值，否则跨院检索会有问题" />
      <requirements value="患者总会被分配特定的业务标识符。此本地规则中预置了对身份证、医保卡、健康卡的支持。" />
      <type>
        <code value="Identifier" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Identifier" />
      </type>
    </element>
    <element id="Patient.active">
      <path value="Patient.active" />
      <short value="是否为活动记录" />
      <definition value="此患者记录是否可使用的活动记录。许多系统使用此属性将患者标记为非当前患者，例如根据组织的业务规则在一段时间内未就诊的患者。 它通常用于筛选有效患者记录，排除不活动的患者。 死亡的病人也可能被标记为不活动，但在死亡后的一段时间内病历可能还在使用，可以认为是活动的。" />
      <comment value="如果某个患者记录A处于非活动状态并被链接到另一个处于活动状态的患者记录B，则后来对患者记录的更新应在B上进行。" />
      <requirements value="需要能够将错误创建的记录标记为不使用（False)。" />
      <meaningWhenMissing value="如果没有为active元素提供值，则默认假定此资源是活动的" />
      <isModifierReason value="此元素值为fasle时，意味着此记录应被视为无效" />
    </element>
    <element id="Patient.name">
      <path value="Patient.name" />
      <type>
        <code value="HumanName" />
        <profile value="http://StructureDefinition.hl7fhir.cn/ChineseName" />
      </type>
    </element>
    <element id="Patient.telecom">
      <path value="Patient.telecom" />
      <type>
        <code value="ContactPoint" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Telephone" />
      </type>
    </element>
    <element id="Patient.gender">
      <path value="Patient.gender" />
      <short value="性别" />
      <definition value="生理性别 GB/T 2261.1" />
      <binding>
        <strength value="required" />
        <description value="GB/T 2261.1" />
        <valueSet value="http://ValueSet.hl7fhir.cn/physiological-gender-vs" />
      </binding>
    </element>
    <element id="Patient.birthDate">
      <path value="Patient.birthDate" />
      <short value="出生日期" />
      <definition value="患者的出生年月日" />
    </element>
    <element id="Patient.deceased[x]">
      <path value="Patient.deceased[x]" />
      <short value="是否死亡" />
      <definition value="指示患者是否死亡，若已亡故，可指定亡故日期" />
      <comment value="如果实例中没有值，则表示没有声明该个人是否已死亡。大多数系统都会默认为未死亡。" />
      <requirements value="病人死亡的事实会影响临床程序。此外，在人际沟通和关系管理中，有必要知道这个人是否还活着。" />
      <isModifierReason value="一旦患者被标记为已死亡，则适合对此患者执行的操作可能会显著不同。" />
    </element>
    <element id="Patient.address">
      <path value="Patient.address" />
      <type>
        <code value="Address" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Address" />
      </type>
    </element>
    <element id="Patient.maritalStatus">
      <path value="Patient.maritalStatus" />
      <short value="婚姻状况" />
      <definition value="患者最近的婚姻（民事）状态。GB/T 2261.2" />
      <binding>
        <strength value="required" />
        <description value="GB/T 2261.2" />
        <valueSet value="http://ValueSet.hl7fhir.cn/marital-status-vs" />
      </binding>
    </element>
    <element id="Patient.multipleBirth[x]">
      <path value="Patient.multipleBirth[x]" />
      <short value="多胞胎" />
      <definition value="填写布尔值用于说明患者是否为多胞胎中的一员；填写整数值则表明患者在多胞胎中的实际出生顺序。" />
      <comment value="填写整数值，表示的是患者在多胞胎中的实际出生顺序编号。例如，三胞胎中第2个出生者为valueInteger=2，第三个出生者为valueInteger=3。如果用布尔值填写，则3个患者的此元素都应该填写value boolean=true（未指明顺序）。" />
      <requirements value="用于排除多胞胎的歧义，特别是在医护人员未能与患者见面的时，可使用此字段确定长幼顺序。" />
    </element>
    <element id="Patient.photo">
      <path value="Patient.photo" />
      <short value="照片" />
      <definition value="患者的照片" />
      <comment value="指南:&#xA;* 使用证件照而非临床照片.&#xA;* 将尺寸限制为缩略图.&#xA;* 尽量限制图像所占用的存储大小以便资源更新。" />
      <requirements value="建议使用存储在身份证、居民健康卡或医保卡的照片" />
    </element>
    <element id="Patient.contact">
      <path value="Patient.contact" />
      <short value="联系人" />
      <definition value="可以联系到患者的其它人，如紧急联系人、配偶、亲属、朋友、担保人等" />
      <comment value="包括各种联系人：家庭成员、业务联系人、监护人、护理人员。不适用于登记血统和家庭关系以外的使用有联系。" />
    </element>
    <element id="Patient.contact.relationship">
      <path value="Patient.contact.relationship" />
      <short value="联系人关系" />
      <definition value="患者与此联系人的关系" />
      <binding>
        <strength value="extensible" />
        <description value="联系人关系" />
        <valueSet value="http://ValueSet.hl7fhir.cn/contact-relationship-vs" />
      </binding>
    </element>
    <element id="Patient.contact.name">
      <path value="Patient.contact.name" />
      <short value="联系人姓名" />
      <definition value="联系人姓名" />
    </element>
    <element id="Patient.contact.telecom">
      <path value="Patient.contact.telecom" />
      <type>
        <code value="ContactPoint" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Telephone" />
      </type>
    </element>
    <element id="Patient.contact.address">
      <path value="Patient.contact.address" />
      <type>
        <code value="Address" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Address" />
      </type>
    </element>
    <element id="Patient.contact.gender">
      <path value="Patient.contact.gender" />
      <short value="性别" />
      <definition value="生理性别 GB/T 2261.1" />
      <binding>
        <strength value="required" />
        <description value="GB/T 2261.1" />
        <valueSet value="http://ValueSet.hl7fhir.cn/physiological-gender-vs" />
      </binding>
    </element>
    <element id="Patient.contact.organization">
      <path value="Patient.contact.organization" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://StructureDefinition.hl7fhir.cn/Organization" />
      </type>
    </element>
    <element id="Patient.contact.period">
      <path value="Patient.contact.period" />
      <type>
        <code value="Period" />
        <profile value="http://StructureDefinition.hl7fhir.cn/Period" />
      </type>
    </element>
    <element id="Patient.communication">
      <path value="Patient.communication" />
      <max value="0" />
    </element>
    <element id="Patient.generalPractitioner">
      <path value="Patient.generalPractitioner" />
      <definition value="患者提名的初诊提供者" />
      <max value="0" />
    </element>
    <element id="Patient.managingOrganization">
      <path value="Patient.managingOrganization" />
      <short value="管理机构" />
      <definition value="保管此患者病历的组织机构" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://StructureDefinition.hl7fhir.cn/Organization" />
      </type>
    </element>
    <element id="Patient.link">
      <path value="Patient.link" />
      <short value="关联人" />
      <definition value="链接到与此患者相关的另一个患者资源或相关人员" />
      <comment value="链接的患者记录不一定是相互链接的。" />
      <requirements value="两个用途：&#xD;&#xA;1、链接没有及时发现的重复患者记录&#xD;&#xA;2、链接分布式服务器上的相关患者信息。" />
      <isModifierReason value="当link.type值为“replaced-by”时，说明主患者资源应该使用引用的患者而不是此患者记录。" />
    </element>
    <element id="Patient.link.other">
      <path value="Patient.link.other" />
      <short value="关联记录" />
      <definition value="链接所指向的其他相关患者资源" />
      <comment value="仅用于关联疑似同一患者的记录。去掉了对相关人资源(RelatedPerson)的链接" />
      <type>
        <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy">
          <valueBoolean value="false" />
        </extension>
        <code value="Reference" />
        <targetProfile value="http://StructureDefinition.hl7fhir.cn/Patient" />
      </type>
    </element>
    <element id="Patient.link.type">
      <path value="Patient.link.type" />
      <short value="关系类别" />
      <definition value="此患者与另一患者资源之间的关系，包括被替代、替代、引用、参见（replaced-by | replaces | refer | seealso）" />
      <binding>
        <strength value="required" />
        <description value="此患者与另一患者资源之间关系" />
      </binding>
    </element>
  </differential>
</StructureDefinition>