BC Client Registry FHIR Implementation Guide
1.0.0 - Build CI
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 xmlns="http://hl7.org/fhir">
<id value="Patient-UpdatePatient-Request-Example"/>
<meta>
<profile
value="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-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>Anonymous Patient</b> (no stated gender), DoB Unknown ( Account number/123345654 (use: official))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">721 FRONT ST VICTORIA BC V9A3Y3 CA </td></tr></table></div>
</text>
<identifier>
<extension
url="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-identifier-status-extension">
<valueCode value="active"/>
</extension>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="AN"/>
</coding>
</type>
<system
value="https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-iha-iha-source-patient-id"/>
<value value="123345654"/>
</identifier>
<address>
<extension
url="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-patient-operation-extension">
<valueCodeableConcept>
<coding>
<system
value="https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-client-registry-update-patient-operation-code-system"/>
<code value="replace"/>
</coding>
</valueCodeableConcept>
</extension>
<type value="physical"/>
<line value="721 FRONT ST"/>
<city value="VICTORIA"/>
<state value="BC"/>
<postalCode value="V9A3Y3"/>
<country value="CA"/>
</address>
</Patient>