Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Last active March 8, 2018 14:05
Show Gist options
  • Save KevinMayfield/6748097c5003220759292726be05c259 to your computer and use it in GitHub Desktop.
Save KevinMayfield/6748097c5003220759292726be05c259 to your computer and use it in GitHub Desktop.
Organisation Example
<Organization xmlns="http://hl7.org/fhir">
<id value="1"/>
<meta>
<profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"/>
</meta>
<identifier>
<system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
<value value="C81010"/>
</identifier>
<active value="true"/>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394745000"/>
<display value="General practice (organisation) (qualifier value)"/>
</coding>
</type>
<name value="The Moir Medical Centre"/>
<telecom>
<system value="phone"/>
<value value="0115 9737320"/>
<use value="work"/>
</telecom>
<address>
<use value="work"/>
<type value="both"/>
<line value="The Moir Medical Centre"/>
<line value="Regent Street, Long Eaton"/>
<line value="Nottingham"/>
<city value="Nottingham"/>
<district value="Derbyshire"/>
<postalCode value="NG10 1QQ"/>
</address>
<partOf>
<reference value="Organization/3"/>
<display value="Nhs Erewash Ccg"/>
</partOf>
</Organization>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment