Publication Build: This will be filled in by the publication tooling
: Uds Plus Coverage Example - JSON Representation
Raw json | Download
{
"resourceType" : "Coverage",
"id" : "de-identified-example",
"meta" : {
"profile" : [
🔗 "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-coverage"
]
},
"extension" : [
{
"url" : "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-capitated-member-months-extension",
"valueQuantity" : {
"value" : 36,
"unit" : "yr",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
},
{
"url" : "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-feeforservice-member-months-extension",
"valueQuantity" : {
"value" : 36,
"unit" : "yr",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://fhir.org/guides/hrsa/uds-plus/CodeSystem/uds-plus-insurance-codes",
"code" : "private-insurance",
"display" : "Private Insurance"
}
]
},
"beneficiary" : {
🔗 "reference" : "Patient/de-identified-example"
},
"period" : {
"start" : "2019-03-17",
"end" : "2023-03-17"
},
"payor" : [
{
🔗 "reference" : "Organization/acme-payer"
}
]
}