FHIR 4.0.1 © HL7.org  |  FHIRsmith 0.13.2  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |  Library  |   

TX: CodeSystem patient-unknownIdentity

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="patient-unknownIdentity"/>
  <meta>
    <lastUpdated value="2023-01-31T07:07:38.434+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;p&gt;This case-sensitive code system &lt;code&gt;http://hl7.org/fhir/patient-unknownIdentity&lt;/code&gt; defines the following codes:&lt;/p&gt;&lt;table class=&quot;codes&quot;&gt;&lt;tr&gt;&lt;td style=&quot;white-space:nowrap&quot;&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Display&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Definition&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;white-space:nowrap&quot;&gt;known&lt;a name=&quot;patient-unknownIdentity-known&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Known Identity&lt;/td&gt;&lt;td&gt;The patient&apos;s/person&apos;s identity is known.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;white-space:nowrap&quot;&gt;unknown&lt;a name=&quot;patient-unknownIdentity-unknown&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Unknown Identity&lt;/td&gt;&lt;td&gt;The patient&apos;s/person&apos;s identity is unknown.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;"/>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft"/>
  </extension>
  <url value="http://hl7.org/fhir/patient-unknownIdentity"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2125"/>
  </identifier>
  <version value="5.1.0"/>
  <name value="PatientUnknownIdentity"/>
  <title value="Patient&apos;s/person&apos;s identity is known/unknown."/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2024-04-27T18:40:24+10:00"/>
  <publisher value="HL7 International / Patient Administration"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pafm"/>
    </telecom>
  </contact>
  <description value="The identity of an individual is known/unknown."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="known"/>
    <display value="Known Identity"/>
    <definition value="The patient&apos;s/person&apos;s identity is known."/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown Identity"/>
    <definition value="The patient&apos;s/person&apos;s identity is unknown."/>
  </concept>
</CodeSystem>