FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/insuranceplan-plan-type

Packagehl7.fhir.us.davinci-pdex-plan-net
TypeSearchParameter
Idinsuranceplan-plan-type
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-pdex-plan-net/https://build.fhir.org/ig/HL7/davinci-pdex-plan-net/SearchParameter-insuranceplan-plan-type.html
URLhttp://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/insuranceplan-plan-type
Version1.2.0
Statusactive
Date2018-05-23T00:00:00+00:00
NamePlannet_sp_insuranceplan_plan_type
Realmus
Authorityhl7
DescriptionSelect plans of the specified type
Typetoken

Resources that use this resource

CapabilityStatement
plan-netPlan-Net CapabilityStatement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter insuranceplan-plan-type

Plannet_sp_insuranceplan_plan_type TU

Parameter plan-type:token

Select plans of the specified type

ResourceInsurancePlan
ExpressionInsurancePlan.plan.type
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true
ModifiersAllowed: text

Source

{
  "resourceType": "SearchParameter",
  "id": "insuranceplan-plan-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-pdex-plan-net/ImplementationGuide/hl7.fhir.us.davinci-pdex-plan-net"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/insuranceplan-plan-type",
  "version": "1.2.0",
  "name": "Plannet_sp_insuranceplan_plan_type",
  "status": "active",
  "date": "2018-05-23T00:00:00+00:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        },
        {
          "system": "email",
          "value": "fm@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Select plans of the specified type",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "plan-type",
  "base": [
    "InsurancePlan"
  ],
  "type": "token",
  "expression": "InsurancePlan.plan.type",
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "text"
  ]
}