FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/extension-Location-effectivePeriod.StructureDefinition

Packagehsg.asg-well
Resource TypeStructureDefinition
Idextension-Location-effectivePeriod.StructureDefinition
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=hsg.asg-well@1.0.11&canonical=http://ihis.sg/extension/effective-period
URLhttp://ihis.sg/extension/effective-period
Statusactive
Nameextension-Location-effectivePeriod
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
Location-get-asg-aac-service-boundary-outputoutputProfile-Location-get-asg-aac-service-boundary
Location-put-asg-aac-service-boundaryprofile-Location-put-asg-aac-service-boundary

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "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%]#39;)"
          }
        ]
      },
      {
        "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%]#39;)"
          }
        ]
      }
    ]
  }
}