3.0.0 - CI Build

Care Connect Messaging - Local Development build (v3.0.0). See the Directory of published versions

Patient Create FHIR Transaction - XML Representation

(back to description)

Raw xml

Source view


<Bundle xmlns="http://hl7.org/fhir">
  <id value="patient-create-transaction"/>
  <identifier>
    <system value="https://fhir.mytrust.nhs.uk/Id/RCB/PAS"/>
    <value value="13403891320453338075"/>
  </identifier>
  <type value="transaction"/>
  <entry>
    <fullUrl value="urn:oid:53c1b969-614b-47cf-a5d6-7c3edcbb1377"/>
    <resource>
      <MessageHeader>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>event</b>: patient-create (Details: [not stated] code patient-create = 'patient-create', stated as 'patient-create')</p><h3>Destinations</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Target</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>ROUTE</td><td>ROUTE</td><td><a href="ROUTE">ROUTE</a></td></tr></table><p><b>sender</b>: RCB</p><p><b>timestamp</b>: 2 Jan 2010, 12:15:00</p><h3>Sources</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>PAS</td><td><a href="PAS">PAS</a></td></tr></table><p><b>focus</b>: <a href="#urnoidcb3fe42f-02f6-4266-a056-8a30dda8d5f1">Generated Summary: unknown resource entry</a></p></div>
        </text>
        <event>
          <code value="patient-create"/>
          <display value="patient-create"/>
        </event>
        <destination>
          <name value="ROUTE"/>
          <target>
            <display value="ROUTE"/>
          </target>
          <endpoint value="ROUTE"/>
        </destination>
        <sender>
          <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
            <value value="RCB"/>
          </identifier>
          <display value="RCB"/>
        </sender>
        <timestamp value="2010-01-02T12:15:00.000+00:00"/>
        <source>
          <name value="PAS"/>
          <endpoint value="PAS"/>
        </source>
        <focus>
          <reference value="urn:oid:cb3fe42f-02f6-4266-a056-8a30dda8d5f1"/>
        </focus>
      </MessageHeader>
    </resource>
    <request>
      <method value="POST"/>
      <url value="MessageHeader"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="urn:oid:cb3fe42f-02f6-4266-a056-8a30dda8d5f1"/>
    <resource>
      <Patient>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>identifier</b>: 3333333333</p><p><b>name</b>: FREDRICA SMITH </p><p><b>telecom</b>: ph: +441234567890(HOME)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1965-11-12</p><p><b>address</b>: MALTON YO32 5TT (HOME)</p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>FRANCESCA SMITH </td><td>MALTON YO32 5TT (HOME)</td></tr></table><p><b>generalPractitioner</b>: Dr Gregory Townley</p><p><b>managingOrganization</b>: MALTON GP PRACTICE</p></div>
        </text>
        <identifier>
          <extension
                     url="https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1">
            <valueCodeableConcept>
              <coding>
                <system
                        value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1"/>
                <code value="01"/>
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="https://fhir.nhs.uk/Id/nhs-number"/>
          <value value="3333333333"/>
        </identifier>
        <name>
          <family value="SMITH"/>
          <given value="FREDRICA"/>
          <prefix value="MRS"/>
        </name>
        <telecom>
          <system value="phone"/>
          <value value="+441234567890"/>
          <use value="home"/>
        </telecom>
        <gender value="female"/>
        <birthDate value="1965-11-12"/>
        <address>
          <use value="home"/>
          <city value="MALTON"/>
          <district value="NORTH YORKSHIRE"/>
          <postalCode value="YO32 5TT"/>
        </address>
        <contact>
          <name>
            <family value="SMITH"/>
            <given value="FRANCESCA"/>
            <prefix value="MRS"/>
          </name>
          <address>
            <use value="home"/>
            <city value="MALTON"/>
            <district value="NORTH YORKSHIRE"/>
            <postalCode value="YO32 5TT"/>
          </address>
        </contact>
        <generalPractitioner>
          <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmc-number"/>
            <value value="G5612908"/>
          </identifier>
          <display value="Dr Gregory Townley"/>
        </generalPractitioner>
        <managingOrganization>
          <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
            <value value="Y06601"/>
          </identifier>
          <display value="MALTON GP PRACTICE"/>
        </managingOrganization>
      </Patient>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Patient"/>
      <ifNoneExist
                   value="Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|3333333333"/>
    </request>
  </entry>
</Bundle>