FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-Archetype-get-archetype.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-archetype |
| URL | http://ihis.sg/OperationDefinition/get-archetype |
| Status | active |
| Name | operation-Archetype-get-archetype |
| Title | operation-Archetype-get-archetype |
| Description | Retrieve patient's latest Archetype |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "operation-Archetype-get-archetype",
"name": "operation-Archetype-get-archetype",
"code": "operation-Archetype-get-archetype",
"url": "http://ihis.sg/OperationDefinition/get-archetype",
"title": "operation-Archetype-get-archetype",
"status": "active",
"kind": "operation",
"affectsState": false,
"description": "Retrieve patient's latest Archetype",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "patient-nric",
"use": "in",
"min": 1,
"max": "1",
"documentation": "NRIC - Patient's identifier",
"type": "string"
},
{
"name": "hci-code",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Institution Healthcare Code. Optional for consumer app and NEHR, mandatory for provider app.",
"type": "string"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Return the latest Archetype",
"type": "ClinicalImpression"
}
]
}