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

FHIR IG analytics

Packagehl7.fhir.us.davinci-drug-formulary
Resource TypeInsurancePlan
IdInsurancePlan-FormularyD3002.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: InsurancePlan FormularyD3002

Last updated: 2021-05-22 18:36:03+0000

Profile: Formulary

identifier: D3002

status: Active

type: drug policy

name: Sample Medicare Advantage Part D Formulary D3002

period: 2021-01-01 --> 2021-12-31


Source1

{
  "resourceType": "InsurancePlan",
  "id": "FormularyD3002",
  "meta": {
    "lastUpdated": "2021-05-22T18:36:03.000+00:00",
    "profile": [
      "http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-Formulary"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "D3002"
    }
  ],
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "DRUGPOL"
        }
      ]
    }
  ],
  "name": "Sample Medicare Advantage Part D Formulary D3002",
  "period": {
    "start": "2021-01-01",
    "end": "2021-12-31"
  }
}