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

FHIR IG analytics

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