LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Example FFV Initiative - JSON Representation
Raw json | Download
{
"resourceType" : "Contract",
"id" : "ExampleFFVInitiative",
"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=\"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>"
},
"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"
}
]
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
"code" : "ADKEY"
}
]
},
"value" : "2"
},
{
"type" : {
"coding" : [
{
"system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
"code" : "CUSTKEY"
}
]
},
"value" : "Example FFV Initative"
}
],
"title" : "Primary Care Incentive Program",
"supportingInfo" : [
{
"identifier" : {
"value" : "participating-providers-list-1"
}
},
{
"identifier" : {
"value" : "included-patients-list-1"
}
},
{
"identifier" : {
"value" : "excluded-patients-list-1"
}
}
]
}