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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Patient-get-enrollment-type.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-enrollment-type
URLhttp://ihis.sg/OperationDefinition/get-enrollment-type
Statusactive
Nameoperation-Patient-get-enrollment-type
DescriptionGet resident's Enrollment Type.
Typetrue
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": "operation-Patient-get-enrollment-type",
  "url": "http://ihis.sg/OperationDefinition/get-enrollment-type",
  "name": "operation-Patient-get-enrollment-type",
  "status": "active",
  "kind": "operation",
  "description": "Get resident's Enrollment Type.",
  "affectsState": false,
  "code": "get-enrollment-type",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "organization-id",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Organization ID",
      "type": "string"
    },
    {
      "name": "patient-id",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Patient ID",
      "type": "string"
    },
    {
      "name": "result",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Either New or Existing",
      "type": "string"
    }
  ]
}