BC Client Registry FHIR Implementation Guide
1.0.0 - Build CI Canada flag

BC Client Registry FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient-GetDemographics-Example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient-GetDemographics-Example"/>
  <meta>
    <profile
             value="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Jane Doe </b> female, DoB: 1972-10-16 ( Jurisdictional health number/?ngen-9? (use: official, period: 2000-01-01 11:11:11+0800 --&gt; (ongoing)))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 2505554848(HOME)</li><li>721 FRONT ST VICTORIA BC V9A3Y3 CA </li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="JHN"/>
      </coding>
    </type>
    <system
            value="https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-patient-healthcare-id"/>
    <value>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="unknown"/>
      </extension>
    </value>
    <period>
      <start value="2000-01-01T11:11:11+08:00"/>
    </period>
  </identifier>
  <name>
    <use value="usual"/>
    <family value="Doe"/>
    <given value="Jane"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="2505554848"/>
    <use value="home"/>
    <period>
      <start value="2000-01-02T10:10:10-08:00"/>
    </period>
  </telecom>
  <gender value="female">
    <extension
               url="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-business-period-extension">
      <valuePeriod>
        <start value="2017-04-05T16:16:16-08:00"/>
      </valuePeriod>
    </extension>
    <extension
               url="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-gender-history-extension">
      <extension
                 url="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-business-period-extension">
        <valuePeriod>
          <start value="2016-04-05"/>
          <end value="2017-04-05"/>
        </valuePeriod>
      </extension>
      <extension url="gender">
        <valueCode value="other"/>
      </extension>
    </extension>
    <extension
               url="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-gender-history-extension">
      <extension
                 url="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-business-period-extension">
        <valuePeriod>
          <start value="2015-04-05"/>
          <end value="2016-04-05"/>
        </valuePeriod>
      </extension>
      <extension url="gender">
        <valueCode value="unknown"/>
      </extension>
    </extension>
  </gender>
  <birthDate value="1972-10-16">
    <extension
               url="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-business-period-extension">
      <valuePeriod>
        <start value="2018-03-17T03:29:17-08:00"/>
      </valuePeriod>
    </extension>
  </birthDate>
  <address>
    <type value="physical"/>
    <line value="721 FRONT ST"/>
    <city value="VICTORIA"/>
    <state value="BC"/>
    <postalCode value="V9A3Y3"/>
    <country value="CA"/>
  </address>
</Patient>