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

FHIR IG Statistics: SearchParameter/search-managing-entity

Packagevzvz.fhir.aof
Resource TypeSearchParameter
Idsearch-managing-entity
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=vzvz.fhir.aof@0.15.0&canonical=http://vzvz.nl/fhir/SearchParameter/search-managing-entity
URLhttp://vzvz.nl/fhir/SearchParameter/search-managing-entity
Statusdraft
NameSearchManagingEntity
Realmnl
DescriptionSearching the managingEntity of a Subscription
Typereference

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "search-managing-entity",
  "language": "nl-NL",
  "url": "http://vzvz.nl/fhir/SearchParameter/search-managing-entity",
  "name": "SearchManagingEntity",
  "status": "draft",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Searching the managingEntity of a Subscription",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NL",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "code": "managingEntity",
  "base": [
    "Subscription"
  ],
  "type": "reference",
  "expression": "Subscription.extension('http://vzvz.nl/fhir/StructureDefinition/aorta-subscription-managingEntity')",
  "target": [
    "Patient",
    "PractitionerRole"
  ],
  "modifier": [
    "missing"
  ]
}