Swedish FHIR group common profiles

1.0.2 - ci-build  flag

Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ and changes regularly. See the Directory of published versions

: maximal-organization - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="maximal-organization"/>
  <meta>
    <profile
             value="https://commonprofiles.care/fhir/StructureDefinition/OrganizationSECommonsLite"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization maximal-organization</b></p><a name="maximal-organization"> </a><a name="hcmaximal-organization"> </a><a name="maximal-organization-sv-SE"> </a><p><b>identifier</b>: Provider number/HSA-ID-EXAMPLE-1234 (use: official, ), Organization identifier/5567210564 (use: official, )</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 43741000}">Vårdenhet</span>, <span title="Codes:{http://snomed.info/sct 143591000052106}">Vårdgivare</span></p><p><b>name</b>: Svenska Vårdcentralen</p><p><b>telecom</b>: <a href="tel:+46-8-123-4567">+46-8-123-4567</a>, <a href="mailto:kontakt@svenskavardcentralen.se">kontakt@svenskavardcentralen.se</a></p><p><b>address</b>: Storgatan 1, 123 45 Stockholm, Sweden(work)</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
      </coding>
    </type>
    <system value="urn:oid:1.2.752.29.4.19"/>
    <value value="HSA-ID-EXAMPLE-1234"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="XX"/>
      </coding>
    </type>
    <system value="urn:oid:2.5.4.97"/>
    <value value="5567210564"/>
  </identifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version
               value="http://snomed.info/sct/45991000052106/version/20220531"/>
      <code value="43741000"/>
      <display value="Vårdenhet"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version
               value="http://snomed.info/sct/45991000052106/version/20220531"/>
      <code value="143591000052106"/>
      <display value="Vårdgivare"/>
    </coding>
  </type>
  <name value="Svenska Vårdcentralen"/>
  <telecom>
    <system value="phone"/>
    <value value="+46-8-123-4567"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="kontakt@svenskavardcentralen.se"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="both"/>
    <text value="Storgatan 1, 123 45 Stockholm, Sweden"/>
    <line value="Storgatan 1">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-careOf">
        <valueString value="c/o Svenska Hälsovården"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine">
        <valueString value="Storgatan 1"/>
      </extension>
    </line>
    <city value="Stockholm"/>
    <district value="Stockholm"/>
    <state value="Stockholm"/>
    <postalCode value="123 45"/>
    <country value="Sweden"/>
  </address>
</Organization>