FHIR capability mapping
1.0.0 - STU1 International flag

FHIR capability mapping, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/fhir-capability-map/ and changes regularly. See the Directory of published versions

: exampleMappedCapability - XML Representation

Draft as of 2012-01-04

Raw xml | Download


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="exampleMappedCapability"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CapabilityStatement exampleMappedCapability</b></p><a name="exampleMappedCapability"> </a><a name="hcexampleMappedCapability"> </a><h2 id="title"/><ul><li>Implementation Guide Version: 1.0.0 </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <code>xml</code>, <code>json</code></li><li>Supported Patch Formats: </li><li>Published on: 2012-01-04 </li><li>Published by: My Organization </li></ul><blockquote class="impl-note"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote></div>
  </text>
  <contained>
    <Organization>
      <id value="Org1"/>
      <identifier>
        <use value="official"/>
        <type>
          <text value="Rusthuis"/>
        </type>
        <system value="http://www.belgianhealthinstitutions.be/"/>
        <value value="9000282434"/>
      </identifier>
      <active value="true"/>
      <type>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="405608006"/>
          <display value="Academic Medical Center"/>
        </coding>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/organization-type"/>
          <code value="prov"/>
        </coding>
      </type>
      <name value="Groene rust huis 9000"/>
      <telecom>
        <system value="phone"/>
        <value value="+3293738738"/>
        <use value="work"/>
      </telecom>
      <address>
        <extension url="http://hl7.org/fhir/StructureDefinition/geolocation">
          <extension url="latitude">
            <valueDecimal value="51.040355"/>
          </extension>
          <extension url="longitude">
            <valueDecimal value="3.7400413"/>
          </extension>
        </extension>
        <use value="work"/>
        <line value="groene plats 230"/>
        <city value="Gent"/>
        <postalCode value="9000BE"/>
        <country value="BEL"/>
      </address>
      <contact>
        <telecom>
          <system value="phone"/>
          <value value="+3293738738"/>
          <use value="work"/>
        </telecom>
        <address>
          <extension
                     url="http://hl7.org/fhir/StructureDefinition/geolocation">
            <extension url="latitude">
              <valueDecimal value="51.040355"/>
            </extension>
            <extension url="longitude">
              <valueDecimal value="3.7400413"/>
            </extension>
          </extension>
          <use value="work"/>
          <line value="groene plats 230"/>
          <city value="Gent"/>
          <postalCode value="9000BE"/>
          <country value="BEL"/>
        </address>
      </contact>
    </Organization>
  </contained>
  <url
       value="http://example.com/fhir/example/CapabilityStatement/exampleMappedCapability"/>
  <version value="1.0.0"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2012-01-04"/>
  <publisher value="My Organization"/>
  <contact>
    <name value="My Organization"/>
    <telecom>
      <system value="url"/>
      <value value="http://example.com/committees"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="my-group@example.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Bob Smith"/>
    <telecom>
      <system value="email"/>
      <value value="bobsmith@example.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Sample capability statement of a capability implemented in a hospital"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <kind value="instance"/>
  <software>
    <name value="EHR"/>
  </software>
  <implementation>
    <description value="Acme hospital"/>
    <url value="http://acem.com/fhir"/>
    <custodian>
      <reference value="#Org1"/>
    </custodian>
  </implementation>
  <fhirVersion value="4.0.1"/>
  <format value="xml"/>
  <format value="json"/>
</CapabilityStatement>