FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.hrsa.uds-plus
Resource TypeCoverage
IdCoverage-de-identified-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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",
    "end": "2023"
  },
  "payor": [
    {
      "reference": "Organization/acme-payer"
    }
  ]
}