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

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeStructureDefinition
IdStructureDefinition-ext-hebrew-date.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4.2023@0.1.0&canonical=http://fhir.health.gov.il/StructureDefinition/ext-hebrew-date
URLhttp://fhir.health.gov.il/StructureDefinition/ext-hebrew-date
Version0.12.1
Statusdraft
NameHebrewDate
TitleExt: Hebrew Date
Authoritynational
DescriptionExtension: Allows the use of Hebrew dates
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
nr.gp.leumit#0.1.1dgmc-patientDGMC Patient

Resources that this resource uses

ValueSet
il.core.fhir.r4.2023#0.1.0hebrew-date-dayHebrew Date Day
il.core.fhir.r4.2023#0.1.0hebrew-date-monthHebrew Date Month

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ext-hebrew-date",
  "url": "http://fhir.health.gov.il/StructureDefinition/ext-hebrew-date",
  "version": "0.12.1",
  "name": "HebrewDate",
  "title": "Ext: Hebrew Date",
  "status": "draft",
  "description": "Extension: Allows the use of Hebrew dates",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "date"
    },
    {
      "type": "element",
      "expression": "dateTime"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Ext: Hebrew Date",
        "definition": "Extension: Allows the use of Hebrew dates",
        "comment": "Best practice is to use the following Hebrew date format, as found in [Wikipedia](https://he.wikipedia.org/wiki/%D7%AA%D7%91%D7%A0%D7%99%D7%AA:%D7%AA%D7%90%D7%A8%D7%99%D7%9A_%D7%A2%D7%91%D7%A8%D7%99_%D7%A0%D7%95%D7%9B%D7%97%D7%99)"
      },
      {
        "id": "Extension.extension:display",
        "path": "Extension.extension",
        "sliceName": "display",
        "short": "date display",
        "definition": "Full display of Hebrew date",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension:display.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:display.url",
        "path": "Extension.extension.url",
        "fixedUri": "display"
      },
      {
        "id": "Extension.extension:display.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "example": [
          {
            "valueString": "ה' באייר התש\"ח",
            "label": "Valid Example"
          }
        ]
      },
      {
        "id": "Extension.extension:day",
        "path": "Extension.extension",
        "sliceName": "day",
        "short": "Day",
        "definition": "Code for Hebrew day of month",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension:day.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:day.url",
        "path": "Extension.extension.url",
        "fixedUri": "day"
      },
      {
        "id": "Extension.extension:day.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "example": [
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "5",
                  "system": "http://fhir.health.gov.il/cs/hebrew-date-day",
                  "display": "ה'"
                }
              ]
            },
            "label": "Valid Example"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.health.gov.il/ValueSet/hebrew-date-day"
        }
      },
      {
        "id": "Extension.extension:month",
        "path": "Extension.extension",
        "sliceName": "month",
        "short": "Month",
        "definition": "Code for Hebrew month",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension:month.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:month.url",
        "path": "Extension.extension.url",
        "fixedUri": "month"
      },
      {
        "id": "Extension.extension:month.value[x]",
        "path": "Extension.extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "example": [
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "8",
                  "system": "http://fhir.health.gov.il/cs/hebrew-date-month",
                  "display": "אייר"
                }
              ]
            },
            "label": "Valid Example"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.health.gov.il/ValueSet/hebrew-date-month"
        }
      },
      {
        "id": "Extension.extension:year",
        "path": "Extension.extension",
        "sliceName": "year",
        "short": "Year",
        "definition": "Hebrew year",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.extension:year.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:year.url",
        "path": "Extension.extension.url",
        "fixedUri": "year"
      },
      {
        "id": "Extension.extension:year.value[x]",
        "path": "Extension.extension.value[x]",
        "comment": "מומלץ לרשום שנה עברית תקינה לפי תבנית זו : ה'תשפ\"א",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "example": [
          {
            "valueString": "התש\"ח",
            "label": "Valid Example"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.health.gov.il/StructureDefinition/ext-hebrew-date"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}