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

Virtually Healthcare HL7 FHIR R4 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/HL7-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Example - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="9730906181"/>
  <meta>
    <versionId value="7"/>
    <profile
             value="https://fhir.virtually.healthcare/StructureDefinition/Patient"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="U"/>
      <display value="unrestricted"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient 9730906181</b></p><a name="9730906181"> </a><a name="hc9730906181"> </a><a name="9730906181-en-GB"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">version: 7</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Patient.html">Patient</a></p><p style="margin-bottom: 0px">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Gus Eric HAMER  Male, DoB: 1987-11-18 ( https://fhir.nhs.uk/Id/nhs-number#9730906181)</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: 07890123456(Mobile)</li><li>ph: 07789123456(Work)</li><li><a href="mailto:abc@nhs.net">abc@nhs.net</a></li><li><a href="mailto:abcd@gmail.com">abcd@gmail.com</a></li><li>3 HIGH STREET BARTON-UPON-HUMBER DN18 5PA (home)</li></ul></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>/A20047 (, period: 2015-08-10 --&gt; (ongoing))</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/nhs-number"/>
    <value value="9730906181"/>
  </identifier>
  <name id="lhIkm">
    <use value="usual"/>
    <family value="HAMER"/>
    <given value="Gus"/>
    <given value="Eric"/>
    <prefix value="MR"/>
    <period>
      <start value="1995-10-13"/>
    </period>
  </name>
  <telecom id="D0B760DF">
    <system value="phone"/>
    <value value="07890123456"/>
    <use value="mobile"/>
    <period>
      <start value="2024-03-12"/>
    </period>
  </telecom>
  <telecom id="6E248B80">
    <system value="phone"/>
    <value value="07789123456"/>
    <use value="work"/>
    <period>
      <start value="2024-03-12"/>
    </period>
  </telecom>
  <telecom id="BB753B60">
    <system value="email"/>
    <value value="abc@nhs.net"/>
    <use value="work"/>
    <period>
      <start value="2024-03-12"/>
    </period>
  </telecom>
  <telecom id="23817ACF">
    <system value="email"/>
    <value value="abcd@gmail.com"/>
    <use value="home"/>
    <period>
      <start value="2024-03-12"/>
    </period>
  </telecom>
  <gender value="male"/>
  <birthDate value="1987-11-18"/>
  <address id="TvMjK">
    <extension
               url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey">
      <extension url="type">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType"/>
            <code value="PAF"/>
          </coding>
        </valueCodeableConcept>
      </extension>
      <extension url="value">
        <valueString value="6297124"/>
      </extension>
    </extension>
    <use value="home"/>
    <line value="3 HIGH STREET"/>
    <line value="BARTON-UPON-HUMBER"/>
    <postalCode value="DN18 5PA"/>
    <period>
      <start value="2000-04-29"/>
    </period>
  </address>
  <generalPractitioner id="DPNiM">
    <type value="Organization"/>
    <identifier>
      <system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
      <value value="A20047"/>
      <period>
        <start value="2015-08-10"/>
      </period>
    </identifier>
  </generalPractitioner>
</Patient>