Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Organization NHS England - The Moir Medical Centre (C81010) - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="C81010"/>
  <meta>
    <lastUpdated value="2023-08-22T00:00:00+00:00"/>
    <profile
             value="https://fhir.virtually.healthcare/StructureDefinition/Organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization C81010</b></p><a name="C81010"> </a><a name="hcC81010"> </a><a name="C81010-en-GB"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Last updated: 2023-08-22 00:00:00+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Organization.html">Organization</a></p></div><p><b>identifier</b>: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/C81010</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{https://fhir.nhs.uk/CodeSystem/organisation-role 177}">PRESCRIBING COST CENTRE</span>, <span title="Codes:{https://fhir.nhs.uk/CodeSystem/organisation-role 76}">GP PRACTICE</span></p><p><b>name</b>: THE MOIR MEDICAL CENTRE</p><p><b>telecom</b>: ph: 0115 9737320</p><p><b>address</b>: REGENT STREET LONG EATON NOTTINGHAM NG10 1QQ ENGLAND </p></div>
  </text>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
    <value value="C81010"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="https://fhir.nhs.uk/CodeSystem/organisation-role"/>
      <code value="177"/>
      <display value="PRESCRIBING COST CENTRE"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="https://fhir.nhs.uk/CodeSystem/organisation-role"/>
      <code value="76"/>
      <display value="GP PRACTICE"/>
    </coding>
  </type>
  <name value="THE MOIR MEDICAL CENTRE"/>
  <telecom>
    <system value="phone"/>
    <value value="0115 9737320"/>
  </telecom>
  <address>
    <line value="REGENT STREET"/>
    <line value="LONG EATON"/>
    <city value="NOTTINGHAM"/>
    <district value="NOTTINGHAMSHIRE"/>
    <postalCode value="NG10 1QQ"/>
    <country value="ENGLAND"/>
  </address>
</Organization>