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

FHIR IG Statistics: StructureDefinition/ext-recorded-time

Packageil.core.fhir.r4.2023
Resource TypeStructureDefinition
Idext-recorded-time
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4.2023@0.1.0&canonical=http://fhir.health.gov.il/StructureDefinition/ext-recorded-time
URLhttp://fhir.health.gov.il/StructureDefinition/ext-recorded-time
Version0.12.1
Statusdraft
NameILCoreRecordedTime
TitleExt: ILCore Recorded Time
Authoritynational
DescriptionExtension: The time in which the medication order / administration / dispense was recorded
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


Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-recorded-time",
  "url": "http://fhir.health.gov.il/StructureDefinition/ext-recorded-time",
  "version": "0.12.1",
  "name": "ILCoreRecordedTime",
  "title": "Ext: ILCore Recorded Time",
  "status": "draft",
  "description": "Extension: The time in which the medication order / administration / dispense was recorded",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MedicationRequest"
    },
    {
      "type": "element",
      "expression": "MedicationAdministration"
    },
    {
      "type": "element",
      "expression": "MedicationDispense"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Ext: ILCore Recorded Time",
        "definition": "Extension: The time in which the medication order / administration / dispense was recorded"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.health.gov.il/StructureDefinition/ext-recorded-time"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}