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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idext-wasNotGiven.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/ext-wasNotGiven
URLhttps://fhir.synapxe.sg/StructureDefinition/ext-wasNotGiven
Version1.2.2
Statusactive
NamewasNotGiven
TitleWas Not Given Extension
DescriptionExtension for capturing whether an immunization was not given.
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-wasNotGiven",
  "url": "https://fhir.synapxe.sg/StructureDefinition/ext-wasNotGiven",
  "version": "1.2.2",
  "name": "wasNotGiven",
  "title": "Was Not Given Extension",
  "status": "active",
  "publisher": "Synapxe",
  "description": "Extension for capturing whether an immunization was not given.",
  "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": "Was not given",
        "definition": "Whether the immunization was not given."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.synapxe.sg/StructureDefinition/ext-wasNotGiven"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Was not given",
        "definition": "Whether the immunization was not given.",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}