PackagesCanonicalsLogsProblems
    Packages
    ca-on.fhir.ig.covaxon@0.1.10
    http://ehealthontario.ca/fhir/StructureDefinition/covaxon-immunization
{
  "description": "COVaxON Immunization Profile",
  "_filename": "StructureDefinition-covaxon-immunization.json",
  "package_name": "ca-on.fhir.ig.covaxon",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "CovaxonImmunization",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v3/cda",
    "name": "CDA (R2)",
    "identity": "cda"
  } ],
  "abstract": false,
  "type": "Immunization",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "COVaxON Immunization",
  "package_version": "0.1.10",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Clinical.Medications"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
    "valueCode": "patient"
  } ],
  "status": "active",
  "id": "1bb6c23b-a807-423a-bc0b-cd54d9c3ea26",
  "kind": "resource",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/covaxon-immunization",
  "version": "0.1.10",
  "differential": {
    "element": [ {
      "id": "Immunization.extension",
      "path": "Immunization.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Immunization.extension:diluent",
      "max": "1",
      "min": 0,
      "path": "Immunization.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-extension-imm-diluent" ]
      } ],
      "sliceName": "diluent"
    }, {
      "id": "Immunization.identifier",
      "max": "1",
      "path": "Immunization.identifier"
    }, {
      "id": "Immunization.identifier.system",
      "min": 1,
      "path": "Immunization.identifier.system",
      "patternUri": "http://ehealthontario.ca/fhir/NamingSystem/ca-on-covax-imm-id"
    }, {
      "id": "Immunization.identifier.value",
      "min": 1,
      "path": "Immunization.identifier.value",
      "short": "Immunization RID"
    }, {
      "id": "Immunization.status",
      "path": "Immunization.status",
      "short": "completed | not-done | entered-in-error"
    }, {
      "id": "Immunization.statusReason",
      "path": "Immunization.statusReason",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/immunizationstatusreason"
      },
      "comment": "Usage Notes: a reason should be provided if the status is 'not-done'."
    }, {
      "id": "Immunization.vaccineCode.coding",
      "max": "2",
      "min": 1,
      "path": "Immunization.vaccineCode.coding",
      "slicing": {
        "rules": "open",
        "description": "Slice based on $this pattern",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      }
    }, {
      "id": "Immunization.vaccineCode.coding.system",
      "min": 1,
      "path": "Immunization.vaccineCode.coding.system"
    }, {
      "id": "Immunization.vaccineCode.coding.code",
      "min": 1,
      "path": "Immunization.vaccineCode.coding.code"
    }, {
      "id": "Immunization.vaccineCode.coding.display",
      "min": 1,
      "path": "Immunization.vaccineCode.coding.display"
    }, {
      "id": "Immunization.vaccineCode.coding:Generic",
      "max": "1",
      "min": 1,
      "path": "Immunization.vaccineCode.coding",
      "short": "Immunizing agent / generic name",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/generic"
      },
      "sliceName": "Generic"
    }, {
      "id": "Immunization.vaccineCode.coding:Tradename",
      "max": "1",
      "min": 0,
      "path": "Immunization.vaccineCode.coding",
      "short": "Trade name of immunizing agent",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/tradename"
      },
      "sliceName": "Tradename"
    }, {
      "id": "Immunization.patient",
      "path": "Immunization.patient",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ehealthontario.ca/fhir/StructureDefinition/covaxon-patient" ]
      } ]
    }, {
      "id": "Immunization.patient.reference",
      "min": 1,
      "path": "Immunization.patient.reference"
    }, {
      "id": "Immunization.occurrence[x]",
      "path": "Immunization.occurrence[x]",
      "type": [ {
        "code": "dateTime"
      } ]
    }, {
      "id": "Immunization.primarySource",
      "min": 1,
      "path": "Immunization.primarySource",
      "short": "An indication whether the content of the record originated from the primary source"
    }, {
      "id": "Immunization.reportOrigin",
      "path": "Immunization.reportOrigin",
      "short": "The source of the data when the report of the immunization event is not based on information from the primary source",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/repsource"
      }
    }, {
      "id": "Immunization.reportOrigin.coding",
      "max": "1",
      "min": 1,
      "path": "Immunization.reportOrigin.coding"
    }, {
      "id": "Immunization.reportOrigin.coding.system",
      "min": 1,
      "path": "Immunization.reportOrigin.coding.system"
    }, {
      "id": "Immunization.reportOrigin.coding.code",
      "min": 1,
      "path": "Immunization.reportOrigin.coding.code"
    }, {
      "id": "Immunization.reportOrigin.coding.display",
      "min": 1,
      "path": "Immunization.reportOrigin.coding.display"
    }, {
      "id": "Immunization.location.display",
      "min": 1,
      "path": "Immunization.location.display",
      "short": "Vaccination Event / Service Delivery Location where the immunization was administered"
    }, {
      "id": "Immunization.manufacturer.display",
      "min": 1,
      "path": "Immunization.manufacturer.display",
      "short": "Vaccine Manufacturer"
    }, {
      "id": "Immunization.lotNumber",
      "path": "Immunization.lotNumber",
      "short": "Lot number"
    }, {
      "id": "Immunization.expirationDate",
      "path": "Immunization.expirationDate",
      "short": "Lot expiration date"
    }, {
      "id": "Immunization.site",
      "path": "Immunization.site",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/anatomicalsite"
      }
    }, {
      "id": "Immunization.site.coding",
      "max": "1",
      "min": 1,
      "path": "Immunization.site.coding"
    }, {
      "id": "Immunization.site.coding.system",
      "min": 1,
      "path": "Immunization.site.coding.system"
    }, {
      "id": "Immunization.site.coding.code",
      "min": 1,
      "path": "Immunization.site.coding.code"
    }, {
      "id": "Immunization.site.coding.display",
      "min": 1,
      "path": "Immunization.site.coding.display"
    }, {
      "id": "Immunization.route",
      "path": "Immunization.route",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/routeofadmin"
      }
    }, {
      "id": "Immunization.route.coding",
      "max": "1",
      "min": 1,
      "path": "Immunization.route.coding"
    }, {
      "id": "Immunization.route.coding.system",
      "min": 1,
      "path": "Immunization.route.coding.system"
    }, {
      "id": "Immunization.route.coding.code",
      "min": 1,
      "path": "Immunization.route.coding.code"
    }, {
      "id": "Immunization.route.coding.display",
      "min": 1,
      "path": "Immunization.route.coding.display"
    }, {
      "id": "Immunization.doseQuantity.value",
      "min": 1,
      "path": "Immunization.doseQuantity.value"
    }, {
      "id": "Immunization.doseQuantity.unit",
      "min": 1,
      "path": "Immunization.doseQuantity.unit"
    }, {
      "id": "Immunization.performer.function",
      "min": 1,
      "path": "Immunization.performer.function",
      "fixedCodeableConcept": {
        "coding": [ {
          "code": "AP",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
          "display": "Administering Provider"
        } ]
      }
    }, {
      "id": "Immunization.performer.actor",
      "path": "Immunization.performer.actor",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ehealthontario.ca/fhir/StructureDefinition/covaxon-practitioner-performer" ]
      } ],
      "short": "Individual who adminstered the immunization"
    }, {
      "id": "Immunization.performer.actor.reference",
      "path": "Immunization.performer.actor.reference",
      "short": "Reference to the Practitioner Performer"
    }, {
      "id": "Immunization.performer.actor.display",
      "path": "Immunization.performer.actor.display",
      "short": "Name of an individual who adminstered the immunization if name is the only information known"
    }, {
      "id": "Immunization.note",
      "path": "Immunization.note",
      "short": "Additional immunization comments"
    }, {
      "id": "Immunization.reasonCode",
      "path": "Immunization.reasonCode",
      "short": "Why immunization occurred / priority group.",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/immunizationreason"
      }
    }, {
      "id": "Immunization.isSubpotent",
      "path": "Immunization.isSubpotent",
      "short": "Dose potency flag"
    }, {
      "id": "Immunization.subpotentReason",
      "path": "Immunization.subpotentReason",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/immunizationsubpotentreason"
      }
    }, {
      "id": "Immunization.reaction",
      "max": "1",
      "path": "Immunization.reaction"
    }, {
      "id": "Immunization.reaction.reported",
      "min": 1,
      "path": "Immunization.reaction.reported",
      "short": "Indicates whether there was any adverse event after immunization"
    }, {
      "id": "Immunization.protocolApplied",
      "max": "1",
      "path": "Immunization.protocolApplied"
    }, {
      "id": "Immunization.protocolApplied.targetDisease",
      "path": "Immunization.protocolApplied.targetDisease",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/disease"
      }
    }, {
      "id": "Immunization.protocolApplied.doseNumber[x]",
      "path": "Immunization.protocolApplied.doseNumber[x]",
      "type": [ {
        "code": "positiveInt"
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Immunization"
}