Skip to content

Instantly share code, notes, and snippets.

View TimCoates's full-sized avatar

Tim Coates TimCoates

View GitHub Profile
<?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>
@TimCoates
TimCoates / serverless.yml
Created September 19, 2017 19:04
Building an S3 Origin for Cloudfront in serverless.yml
service: name
custom:
staticBucket: static-name.justtim.net
provider:
name: aws
stage: prod
environment:
bucketName: ${self:custom.staticBucket}
@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