Created
August 29, 2018 12:21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Bundle> | |
<id value="32daadee-26e1-4d6a-9e6a-7f4af9b50000"/> | |
<meta> | |
<profile value="http://fhir.nhs.net/StructureDefinition/spine-message-bundle-1-0"/> | |
</meta> | |
<type value="message"/> | |
<entry> | |
<resource> | |
<MessageHeader> | |
<id value="32daadee-26e1-4d6a-9e6a-7f4af9b50000"/> | |
<meta> | |
<profile value="http://fhir.nhs.net/StructureDefinition/spine-request-messageheader-2-0"/> | |
</meta> | |
<timestamp value="2015-07-04T09:10:14+00:00"/> | |
<event> | |
<system value="http://fhir.nhs.net/ValueSet/message-event-2-0"/> | |
<code value="urn:nhs:names:services:clinicals-sync:FGMDelete_1_0"/> | |
</event> | |
<source> | |
<name value="FooBar NHS Trust"/> | |
<software value="FooBar Patient Manager"/> | |
<contact> | |
<system value="phone"/> | |
<value value="0207 444777"/> | |
</contact> | |
<endpoint value="urn:nhs:addressing:asid:047192794544"/> | |
</source> | |
<destination> | |
<name value="SPINE"/> | |
<endpoint value="urn:nhs:addressing:asid:990101234567"/> | |
</destination> | |
<author> | |
<reference value="Practitioner/41fe704c-18e5-11e5-b60b-1697f925ec7b"/> | |
</author> | |
<data> | |
<reference value="Parameters/7cb73a48-090d-469a-a2b2-04f1e6b11ea2"/> | |
</data> | |
</MessageHeader> | |
</resource> | |
</entry> | |
<entry> | |
<resource> | |
<Parameters> | |
<id value="7cb73a48-090d-469a-a2b2-04f1e6b11ea2"/> | |
<meta> | |
<profile value="http://fhir.nhs.net/StructureDefinition/spine-fgmdelete-parameters-1-0"/> | |
</meta> | |
<parameter> | |
<name value="RiskIndicator"/> | |
<valueString value="FGM"/> | |
</parameter> | |
<parameter> | |
<name value="NHSNumber"/> | |
<valueString value="9999999999"/> | |
</parameter> | |
<parameter> | |
<!-- FGMDeleteReason Fix--> | |
<name value="FGMDeleteReason"/> | |
<valueCodeableConcept> | |
<coding> | |
<system value="http://fhir.nhs.net/ValueSet/fgm-delete-reason-codes-1-0"/> | |
<code value="1"/> | |
</coding> | |
</valueCodeableConcept> | |
</parameter> | |
</Parameters> | |
</resource> | |
</entry> | |
<entry> | |
<resource> | |
<Practitioner> | |
<id value="41fe704c-18e5-11e5-b60b-1697f925ec7b"/> | |
<meta> | |
<profile value="http://fhir.nhs.net/StructureDefinition/spine-practitioner-1-0"/> | |
</meta> | |
<identifier> | |
<system value="http://fhir.nhs.net/Id/sds-user-id"/> | |
<value value="200009876204"/> | |
</identifier> | |
<identifier> | |
<system value="http://fhir.nhs.net/Id/sds-role-profile-id"/> | |
<value value="100077650987"/> | |
</identifier> | |
<practitionerRole> | |
<managingOrganization> | |
<reference value="Organization/13daadee-26e1-4d6a-9e6a-7f4af9b58878"/> | |
</managingOrganization> | |
</practitionerRole> | |
</Practitioner> | |
</resource> | |
</entry> | |
<entry> | |
<resource> | |
<Organization> | |
<id value="13daadee-26e1-4d6a-9e6a-7f4af9b58878"/> | |
<meta> | |
<profile value="http://fhir.nhs.net/StructureDefinition/spine-organization-1-0"/> | |
</meta> | |
<identifier> | |
<system value="http://fhir.nhs.net/Id/ods-organization-code"/> | |
<value value="RKE"/> | |
</identifier> | |
<name value="THE WHITTINGTON HOSPITAL NHS TRUST"/> | |
</Organization> | |
</resource> | |
</entry> | |
</Bundle> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment