PackagesCanonicalsLogsProblems
    Packages
    ee.fhir.mpi@1.1.1
    https://fhir.ee/mpi/OperationDefinition/patient-legal-guardian
{
  "description": "The list of legal guardians specified in the Population Register.",
  "_filename": "OperationDefinition-patient-legal-guardian.json",
  "package_name": "ee.fhir.mpi",
  "date": "2023-03-26T15:21:02+11:00",
  "system": false,
  "publisher": "TEHIK",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "EE",
      "system": "urn:iso:std:iso:3166",
      "display": "Estonia"
    } ]
  } ],
  "name": "EEMPIPatientLegalGuardianStatus",
  "type": "true",
  "experimental": "false",
  "resourceType": "OperationDefinition",
  "title": "Patient Legal Guardians",
  "package_version": "1.1.1",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  } ],
  "status": "active",
  "id": "888c94d4-2386-4805-9e08-4a3d52ff82da",
  "resource": [ "Patient" ],
  "affectsState": false,
  "kind": "operation",
  "url": "https://fhir.ee/mpi/OperationDefinition/patient-legal-guardian",
  "code": "legal-guardian",
  "version": "1.1.1",
  "contact": [ {
    "name": "TEHIK",
    "telecom": [ {
      "value": "https://tehik.ee",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "patient",
    "type": "Reference",
    "documentation": "A direct resource reference to the patient resource.",
    "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "legal-status",
    "type": "string",
    "documentation": "In what legal status related persons are returned. Supported SNOMED codes: 365569001 - Finding of wardship, 58626002 - Legal guardian (https://fhir.ee/ImplementationGuide/mpi/ValueSet-guardian-status.html)"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "nocache",
    "type": "boolean",
    "documentation": "Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default *false*."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "Returns Bundle (with type 'collection') with Observation instances."
  } ]
}