Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 9.02 Organization Medical Service Centre - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="msc-msc"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization msc-msc</b></p><a name="msc-msc"> </a><a name="hcmsc-msc"> </a><a name="msc-msc-en-US"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-2</p><p><b>name</b>: Medical Service Centre</p><p><b>telecom</b>: <a href="tel:+31301234567">+31301234567</a>, <a href="mailto:info@msc.nl">info@msc.nl</a></p><p><b>address</b>: Herculesplein 38 Utrecht 3584 AA </p></div>
  </text>
  <identifier>
    <system value="http://fhir.nl/fhir/NamingSystem/ura"/>
    <value value="URA-2"/>
  </identifier>
  <name value="Medical Service Centre"/>
  <telecom>
    <system value="phone"/>
    <value value="+31301234567"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="info@msc.nl"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="Herculesplein 38">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Herculesplein"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="38"/>
      </extension>
    </line>
    <city value="Utrecht"/>
    <postalCode value="3584 AA"/>
  </address>
</Organization>