Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Patient-EMIS-IM1-Arthur-Thomas - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="610"/>
  <meta>
    <profile
             value="https://fhir.virtually.healthcare/StructureDefinition/Patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient 610</b></p><a name="610"> </a><a name="hc610"> </a><a name="610-en-GB"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">William Dyer  Male, DoB: 1919-05-27 ( Medical record number)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li>National Health Plan Identifier/2939425320</li><li><code>https://emis.com/Id/Patient/ID</code>/F83004-610</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">74 Victoria Street Brockadale Calverley S72 </td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>General Practitioner: Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/F83004</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="https://emis.com/Id/Patient/DBID"/>
    <value value="610"/>
    <assigner>
      <identifier>
        <system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
        <value value="F83004"/>
      </identifier>
    </assigner>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NH"/>
      </coding>
    </type>
    <system value="https://fhir.nhs.uk/Id/nhs-number"/>
    <value value="2939425320"/>
  </identifier>
  <identifier>
    <system value="https://emis.com/Id/Patient/ID"/>
    <value value="F83004-610"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Dyer"/>
    <given value="William"/>
    <prefix value="Mr"/>
  </name>
  <gender value="male"/>
  <birthDate value="1919-05-27"/>
  <address>
    <line value="74 Victoria Street"/>
    <line value="Brockadale"/>
    <city value="Calverley"/>
    <postalCode value="S72"/>
  </address>
  <generalPractitioner>
    <identifier>
      <system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
      <value value="F83004"/>
    </identifier>
  </generalPractitioner>
</Patient>