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-documented-event-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-documented-event-date
URLhttp://fhir.health.gov.il/StructureDefinition/ext-documented-event-date
Version0.12.1
Statusdraft
NameILCoreDocumentedEventDate
TitleExt: ILCore Documented Event Date
Authoritynational
DescriptionExtension: The date of the event this DocumentReference describes
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


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


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ext-documented-event-date",
  "url": "http://fhir.health.gov.il/StructureDefinition/ext-documented-event-date",
  "version": "0.12.1",
  "name": "ILCoreDocumentedEventDate",
  "title": "Ext: ILCore Documented Event Date",
  "status": "draft",
  "description": "Extension: The date of the event this DocumentReference describes",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "DocumentReference"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Ext: ILCore Documented Event Date",
        "definition": "When a DocumentReference describes an event, this extension will hold the actual event occurrence date. This is different from DocumentReference.created which refers only to the resource creation date."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.health.gov.il/StructureDefinition/ext-documented-event-date"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}