FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-Patient-put-resident.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-resident |
| URL | http://ihis.sg/OperationDefinition/put-resident |
| Status | active |
| Name | operation-Patient-put-resident |
| Description | Update resident's information. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}