This file contains hidden or 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"?> | |
<getPatientDetails-v1-0 xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hl7-org:v3 ../../Schemas/QUPA_MT000005GB01.xsd" moodCode="EVN" classCode="CACT"> | |
<id root="4E25ACE2-23F8-4A37-B446-6A37F31CF76C"/> | |
<code codeSystem="2.16.840.1.113883.2.1.3.2.4.17.284" code="getPatientDetailsRequest-v1-0"/> | |
<queryEvent> | |
<Person.DateOfBirth> | |
<value value="19890101"/> | |
<semanticsText>Person.DateOfBirth</semanticsText> | |
</Person.DateOfBirth> | |
<Person.Gender> |
This file contains hidden or 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
service: name | |
custom: | |
staticBucket: static-name.justtim.net | |
provider: | |
name: aws | |
stage: prod | |
environment: | |
bucketName: ${self:custom.staticBucket} |
This file contains hidden or 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
@startuml | |
actor Tim | |
actor Bob | |
database Logger | |
Tim -> Bob: Cash Request | |
alt successful case | |
Bob -> Tim: Cash Accepted | |
else some kind of failure | |
Bob -> Tim: Authentication Failure | |
group My own label |