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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idext-derived.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/ext-derived
URLhttps://fhir.synapxe.sg/StructureDefinition/ext-derived
Version1.2.2
Statusactive
Namederived
TitleDerived Extension
DescriptionExtension for capturing whether an immunization record was derived from another source.
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-derived",
  "url": "https://fhir.synapxe.sg/StructureDefinition/ext-derived",
  "version": "1.2.2",
  "name": "derived",
  "title": "Derived Extension",
  "status": "active",
  "publisher": "Synapxe",
  "description": "Extension for capturing whether an immunization record was derived from another source.",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Immunization"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Derived",
        "definition": "Whether the immunization record was derived from another source."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.synapxe.sg/StructureDefinition/ext-derived"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Derived",
        "definition": "Whether the immunization record was derived from another source.",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}