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

FHIR IG Statistics: OperationDefinition/patient-legal-status

Packageee.fhir.mpi
TypeOperationDefinition
Idpatient-legal-status
FHIR VersionR5
Sourcehttps://fhir.ee/mpi/https://fhir.ee/packages/mpi/1.3.0/site/OperationDefinition-patient-legal-status.html
URLhttps://fhir.ee/mpi/OperationDefinition/patient-legal-status
Version1.3.0
Statusactive
Date2025-05-26T10:49:30+00:00
NameEEMPIPatientLegalStatus
TitlePatient legal status
Realmee
DescriptionThe observation of patient legal status from Population Register (RR).
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition patient-legal-status

URL: [base]/Patient/$legal-status

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatient1..1Reference (Patient)

A direct resource reference to the patient resource.

INnocache0..1boolean

Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default false.

OUTreturn1..1Bundle

Returns Bundle (with type 'collection') with Observation instances.


Source

{
  "resourceType": "OperationDefinition",
  "id": "patient-legal-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.ee/mpi/OperationDefinition/patient-legal-status",
  "version": "1.3.0",
  "name": "EEMPIPatientLegalStatus",
  "title": "Patient legal status",
  "status": "active",
  "kind": "operation",
  "experimental": false,
  "date": "2025-05-26T10:49:30+00:00",
  "publisher": "TEHIK",
  "contact": [
    {
      "name": "TEHIK",
      "telecom": [
        {
          "system": "url",
          "value": "https://tehik.ee"
        }
      ]
    }
  ],
  "description": "The observation of patient legal status from Population Register (RR).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "EE",
          "display": "Estonia"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "legal-status",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patient",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "A direct resource reference to the patient resource.",
      "type": "Reference",
      "targetProfile": [
        "http://hl7.org/fhir/StructureDefinition/Patient"
      ]
    },
    {
      "name": "nocache",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default *false*.",
      "type": "boolean"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Returns Bundle (with type 'collection') with Observation instances.",
      "type": "Bundle"
    }
  ]
}