Extensions---
canonical: https://ics.forth.gr/fhir/StructureDefinition/amka-extention expand: 2
Metadata
Field | Value |
---|---|
Name | AMKA Extension |
Description | An 11-digit unique identifier for patients in Greece. |
Context | Patient |
Canonical URL | https://ics.forth.gr/fhir/StructureDefinition/amka-extension |
Status | Active |
Version | 1.0.0 |
Context
This extension can be used on:
- Resource Type:
Patient
- Expression:
Patient
Resource content
These are different views on this resource:
This is a tree representation of the `StructureDefinition`:
- `Extension`
- `url` (fixed: `https://ics.forth.gr/fhir/StructureDefinition/amka-extension`)
- `valueString` (constraint: AMKA must be an 11-digit numeric string)
The `StructureDefinition` contains:
- Metadata such as `name`, `url`, `version`, `status`.
- Context indicating the extension is applied to `Patient`.
- Constraints ensuring `valueString` matches the required format.
This is the resource in XML:
This is the resource in JSON:
{
"resourceType": "StructureDefinition",
"id": "amka-extension",
"url": "https://ics.forth.gr/fhir/StructureDefinition/amka-extension",
"name": "Amka",
"status": "active",
"context": [
{
"type": "element",
"expression": "Patient"
}
],
"snapshot": {
"element": [
{
"path": "Extension",
"type": [
{
"code": "string"
}
],
"constraint": [
{
"key": "amka-1",
"human": "AMKA must be an 11-digit string.",
"expression": "value.matches('^\\d{11}$')"
}
]
}
]
}
}
The canonical URL for this extension is: https://ics.forth.gr/fhir/StructureDefinition/amka-extension