LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Example FFV Initiative - XML Representation

Raw xml | Download



<Contract xmlns="http://hl7.org/fhir">
  <id value="ExampleFFVInitiative"/>
  <meta>
    <profile
             value="http://linuxforhealth.org/fhir/cdm/StructureDefinition/ffv-initative-resource"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Contract</b><a name="ExampleFFVInitiative"> </a></p><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">Resource Contract "ExampleFFVInitiative" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ffv-initative-resource.html">Fee for Value Initative</a></p></div><p><b>Attribution Code</b>: Enrollment <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-attribution-code-system.html">Attribution Codes</a>#enrollment)</span></p><p><b>FFV Schedule</b>: Monthly <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-ffv-schedule.html">FFV Schedule Codes</a>#monthly)</span></p><p><b>identifier</b>: Advantage Database Key: 2, Advantage customer key: Example FFV Initative</p><p><b>title</b>: Primary Care Incentive Program</p><p><b>supportingInfo</b>: </p><ul><li><span></span></li><li><span></span></li><li><span></span></li></ul></div>
  </text>
  <extension
             url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/attribution-code">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-code-system"/>
        <code value="enrollment"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/ffv-schedule">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/ffv-schedule"/>
        <code value="monthly"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <type>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type"/>
        <code value="ADKEY"/>
      </coding>
    </type>
    <value value="2"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type"/>
        <code value="CUSTKEY"/>
      </coding>
    </type>
    <value value="Example FFV Initative"/>
  </identifier>
  <title value="Primary Care Incentive Program"/>
  <supportingInfo>
    <identifier>
      <value value="participating-providers-list-1"/>
    </identifier>
  </supportingInfo>
  <supportingInfo>
    <identifier>
      <value value="included-patients-list-1"/>
    </identifier>
  </supportingInfo>
  <supportingInfo>
    <identifier>
      <value value="excluded-patients-list-1"/>
    </identifier>
  </supportingInfo>
</Contract>