| Package | hsg.asg-well |
| Resource Type | StructureDefinition |
| Id | extension-Location-effectivePeriod.StructureDefinition |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=hsg.asg-well@1.0.11&canonical=http://ihis.sg/extension/effective-period |
| URL | http://ihis.sg/extension/effective-period |
| Status | active |
| Name | extension-Location-effectivePeriod |
| Type | Extension |
| Kind | complex-type |
| StructureDefinition | |
| Location-get-asg-aac-service-boundary-output | outputProfile-Location-get-asg-aac-service-boundary |
| Location-put-asg-aac-service-boundary | profile-Location-put-asg-aac-service-boundary |
No resources found
No extension usage examples found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"url": "http://ihis.sg/extension/effective-period",
"name": "extension-Location-effectivePeriod",
"status": "active",
"fhirVersion": "4.3.0",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Location"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "n/a",
"definition": "AAC-postal code mapping effective period"
},
{
"id": "Extension.id",
"path": "Extension.id",
"max": "0"
},
{
"id": "Extension.extension",
"path": "Extension.extension",
"max": "0"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ihis.sg/extension/effective-period"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "closed"
},
"min": 1
},
{
"id": "Extension.value[x]:valuePeriod",
"path": "Extension.value[x]",
"sliceName": "valuePeriod",
"short": "n/a",
"definition": "AAC-postal code mapping effective period",
"min": 1,
"type": [
{
"code": "Period"
}
]
},
{
"id": "Extension.value[x]:valuePeriod.id",
"path": "Extension.value[x].id",
"max": "0"
},
{
"id": "Extension.value[x]:valuePeriod.start",
"path": "Extension.value[x].start",
"short": "n/a",
"definition": "AAC-postal code mapping start date",
"comment": "Sample Value: \"2024-01-01\"",
"min": 1,
"constraint": [
{
"key": "effective-period-start-constraint",
"severity": "error",
"human": "start date must be in format: yyyy-mm-dd",
"expression": "$this.toString().matches('^([1-9][0-9][0-9][0-9])(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])))[%content%]#x27;)"
}
]
},
{
"id": "Extension.value[x]:valuePeriod.end",
"path": "Extension.value[x].end",
"short": "n/a",
"definition": "AAC-postal code mapping end date",
"comment": "Sample Value: \"2025-01-01\". Must be greater than or equal to start date.",
"meaningWhenMissing": "n/a",
"constraint": [
{
"key": "effective-period-end-constraint",
"severity": "error",
"human": "Period end should be in format: yyyy-mm-dd",
"expression": "$this.toString().matches('^([1-9][0-9][0-9][0-9])(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])))[%content%]#x27;)"
}
]
}
]
}
}