HL7 UK - UK Core Access
0.1.0 - ci-build United Kingdom flag

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

: Response-patientsearchbygender - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="Response-patientsearchbygender"/>
  <type value="searchset"/>
  <link>
    <relation value="self"/>
    <url value="https://fhir.example-provider.nhs.uk/Patient?gender=female"/>
  </link>
  <entry>
    <fullUrl
             value="https://fhir.example-provider.nhs.uk/Patient/b88f0099-5213-4502-a49d-cc3887027bdd"/>
    <resource>
      <Patient>
        <id value="b88f0099-5213-4502-a49d-cc3887027bdd"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Patient_b88f0099-5213-4502-a49d-cc3887027bdd"> </a><p class="res-header-id"><b>Generated Narrative: Patient b88f0099-5213-4502-a49d-cc3887027bdd</b></p><a name="b88f0099-5213-4502-a49d-cc3887027bdd"> </a><a name="hcb88f0099-5213-4502-a49d-cc3887027bdd"> </a><a name="b88f0099-5213-4502-a49d-cc3887027bdd-en-GB"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Mary MORRIS (official) Female, DoB: 1972-10-07 ( https://fhir.nhs.uk/Id/nhs-number#4123456879)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><code>https://fhir.another-provider.nhs.uk/Id/pas-identifier</code>/12345</td></tr></table></div>
        </text>
        <identifier>
          <extension
                     url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
              <coding>
                <system
                        value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/>
                <code value="01"/>
                <display value="Number present and verified"/>
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="https://fhir.nhs.uk/Id/nhs-number"/>
          <value value="4123456879"/>
        </identifier>
        <identifier>
          <system
                  value="https://fhir.another-provider.nhs.uk/Id/pas-identifier"/>
          <value value="12345"/>
        </identifier>
        <name>
          <use value="official"/>
          <family value="MORRIS"/>
          <given value="Mary"/>
        </name>
        <gender value="female"/>
        <birthDate value="1972-10-07"/>
      </Patient>
    </resource>
    <search>
      <mode value="match"/>
    </search>
  </entry>
</Bundle>