INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build

INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

Organization GP Surgery example - XML Representation

(back to description)

Raw xml

Source view


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-2"/>
  <meta>
    <lastUpdated value="2019-06-25T08:40:33.309+00:00"/>
    <profile
             value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: organization-2</p><p><b>meta</b>: </p><p><b>identifier</b>: C81010</p><p><b>active</b>: true</p><p><b>name</b>: The Moir Medical Centre</p><p><b>telecom</b>: ph: 0115 9737320(WORK)</p><p><b>address</b>: The Moir Medical Centre Regent Street, Long Eaton Nottingham Nottingham NG10 1QQ (WORK)</p><p><b>partOf</b>: <a href="Organization-organization-2.html">Nhs Erewash Ccg. Generated Summary: id: organization-3; 03X; active; name: Nhs Erewash Ccg</a></p></div>
  </text>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
    <value value="C81010"/>
  </identifier>
  <active value="true"/>
  <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/organization-3"/>
    <display value="Nhs Erewash Ccg"/>
  </partOf>
</Organization>