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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Patient-put-resident.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-resident
URLhttp://ihis.sg/OperationDefinition/put-resident
Statusactive
Nameoperation-Patient-put-resident
DescriptionUpdate resident's information.
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-put-resident",
  "url": "http://ihis.sg/OperationDefinition/put-resident",
  "name": "operation-Patient-put-resident",
  "status": "active",
  "kind": "operation",
  "description": "Update resident's information.",
  "affectsState": true,
  "code": "put-resident",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patient-nric",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Patient NRIC",
      "type": "string"
    },
    {
      "name": "telecom",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Patient Contact Point",
      "type": "ContactPoint"
    },
    {
      "name": "result",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Either All OK or Not OK",
      "type": "OperationOutcome"
    }
  ]
}