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

FHIR IG Statistics: SearchParameter/organization-coverage-area

Packagehl7.fhir.uv.vhdir
TypeSearchParameter
Idorganization-coverage-area
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/vhdir/https://build.fhir.org/ig/HL7/VhDir/SearchParameter-organization-coverage-area.html
URLhttp://hl7.org/fhir/uv/vhdir/SearchParameter/organization-coverage-area
Version1.0.0
Statusactive
Date2018-05-23
NameVhDir_sp_network_coverage_area
Realmuv
Authorityhl7
DescriptionSelect health insurance provider networks available in a region described by the specified location
Typereference

Resources that use this resource

CapabilityStatement
vhdir-serverValidated Healthcare Directory Server Capability Statement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter organization-coverage-area

VhDir_sp_network_coverage_area TU

Parameter coverage-area:reference

Select health insurance provider networks available in a region described by the specified location

ResourceOrganization
ExpressionOrganization.extension('http://hl7.org/fhir/uv/vhdir/StructureDefinition/location-reference').value
Target ResourcesLocation
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
ChainsAllowed: identifier, contains

Source

{
  "resourceType": "SearchParameter",
  "id": "organization-coverage-area",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/vhdir/ImplementationGuide/hl7.fhir.uv.vhdir"
          }
        ]
      }
    },
    {
      "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/uv/vhdir/ImplementationGuide/hl7.fhir.uv.vhdir"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/vhdir/SearchParameter/organization-coverage-area",
  "version": "1.0.0",
  "name": "VhDir_sp_network_coverage_area",
  "status": "active",
  "date": "2018-05-23",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "name": "HL7 International / Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Select health insurance provider networks available in a region described by the specified location",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "code": "coverage-area",
  "base": [
    "Organization"
  ],
  "type": "reference",
  "expression": "Organization.extension('http://hl7.org/fhir/uv/vhdir/StructureDefinition/location-reference').value",
  "target": [
    "Location"
  ],
  "multipleOr": true,
  "multipleAnd": true,
  "chain": [
    "identifier",
    "contains"
  ]
}