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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Archetype-get-archetype.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-archetype
URLhttp://ihis.sg/OperationDefinition/get-archetype
Statusactive
Nameoperation-Archetype-get-archetype
Titleoperation-Archetype-get-archetype
DescriptionRetrieve patient's latest Archetype
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-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"
    }
  ]
}