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

: Milestone1 Initiative - JSON Representation

Raw json | Download


{
  "resourceType" : "Contract",
  "id" : "Milestone1Initiative",
  "meta" : {
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ffv-initative-resource"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Contract</b><a name=\"Milestone1Initiative\"> </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 \"Milestone1Initiative\" </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>Quality Measures</b>: <span></span></p><p><b>identifier</b>: Advantage Database Key: 1, Advantage customer key: Milestone1Initiative</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>"
  },
  "extension" : [
    {
      "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/attribution-code",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-code-system",
            "code" : "enrollment"
          }
        ]
      }
    },
    {
      "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ffv-schedule",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/ffv-schedule",
            "code" : "monthly"
          }
        ]
      }
    },
    {
      "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/quality-measures",
      "valueReference" : {
        "identifier" : {
          "value" : "quality-measure-list-1"
        }
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "ADKEY"
          }
        ]
      },
      "value" : "1"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "CUSTKEY"
          }
        ]
      },
      "value" : "Milestone1Initiative"
    }
  ],
  "title" : "Primary Care Incentive Program",
  "supportingInfo" : [
    {
      "identifier" : {
        "value" : "participating-providers-list-2"
      }
    },
    {
      "identifier" : {
        "value" : "included-patients-list-2"
      }
    },
    {
      "identifier" : {
        "value" : "excluded-patients-list-2"
      }
    }
  ]
}