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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOperationDefinition
IdOperationDefinition-GetProviderAndHealthcareUnitForUnitById.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/OperationDefinition/GetProviderAndHealthcareUnitForUnitById
URLhttp://electronichealth.se/fhir/hvo/OperationDefinition/GetProviderAndHealthcareUnitForUnitById
Version1.0.0
Statusactive
NameGetProviderAndHealthcareUnitForUnitById
Realmse
DescriptionGets the HVOOrganization marked as healthcare provider which the unit is a part of and the HVOOrganizationalUnit marked as healthcare unit if the unit is part of one (ie. hierarchically below a HVOOrganizationalUnit with a type element set to healthcareunit).
Typefalse
Kindoperation

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": "OperationDefinition",
  "id": "GetProviderAndHealthcareUnitForUnitById",
  "url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetProviderAndHealthcareUnitForUnitById",
  "description": "Gets the HVOOrganization marked as healthcare provider which the unit is a part of and the HVOOrganizationalUnit marked as healthcare unit\nif the unit is part of one (ie. hierarchically below a HVOOrganizationalUnit with a type element set to healthcareunit).",
  "resource": [
    "Organization"
  ],
  "parameter": [
    {
      "name": "id",
      "documentation": "Logical ID (UUID) of HVOOrganizationalUnit",
      "use": "in",
      "min": 1,
      "max": "1",
      "type": "string"
    },
    {
      "name": "return",
      "documentation": "A Bundle with the HVOOrganization marked as healthcare provider which the unit is a part of and the HVOOrganizationalUnit marked as healthcare unit\nif the unit is part of one (ie. hierarchically below a HVOOrganizationalUnit with a type element set to healthcareunit)",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "Bundle"
    }
  ],
  "status": "active",
  "version": "1.0.0",
  "kind": "operation",
  "affectsState": false,
  "system": false,
  "type": false,
  "instance": true,
  "comment": "Can be invoked using a HTTP GET request.",
  "code": "provider-and-healthcare-unit-for-unit-by-id",
  "name": "GetProviderAndHealthcareUnitForUnitById"
}